공개 최종 클래스 AccumulatorApplyGradient
지정된 누산기에 그라데이션을 적용합니다.
local_step이 누산기의 global_step보다 작은 경우 추가하지 않습니다.
상수
| 끈 | OP_NAME | TensorFlow 코어 엔진에서 알려진 이 작업의 이름 | 
공개 방법
| 정적 AccumulatorApplyGradient | 
상속된 메서드
상수
공개 정적 최종 문자열 OP_NAME
TensorFlow 코어 엔진에서 알려진 이 작업의 이름
 상수 값: "AccumulatorApplyGradient" 
공개 방법
public static AccumulatorApplyGradient create ( Scope 범위, Operand < TString > 핸들, Operand < TInt64 > localStep, Operand <? 확장 TType > 그래디언트)
새로운 AccumulatorApplyGradient 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.
매개변수
| 범위 | 현재 범위 | 
|---|---|
| 핸들 | 어큐뮬레이터의 핸들입니다. | 
| 로컬 단계 | 기울기가 계산된 local_step 값입니다. | 
| 구배 | 누적될 기울기의 텐서입니다. | 
보고
- AccumulatorApplyGradient의 새 인스턴스