ResourceAccumulatorApplyGradient

공개 최종 클래스 ResourceAccumulatorApplyGradient

지정된 누산기에 그라데이션을 적용합니다.

local_step이 누산기의 global_step보다 작은 경우 추가하지 않습니다.

상수

OP_NAME TensorFlow 코어 엔진에서 알려진 이 작업의 이름

공개 방법

정적 ResourceAccumulatorApplyGradient
생성 ( 범위 범위, 피연산자 <?> 핸들, 피연산자 < TInt64 > localStep, 피연산자 <? 확장 TType > 그라데이션)
새로운 ResourceAccumulatorApplyGradient 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.

상속된 메서드

상수

공개 정적 최종 문자열 OP_NAME

TensorFlow 코어 엔진에서 알려진 이 작업의 이름

상수 값: "ResourceAccumulatorApplyGradient"

공개 방법

공개 정적 ResourceAccumulatorApplyGradient 생성 ( 범위 범위, 피연산자 <?> 핸들, 피연산자 < TInt64 > localStep, 피연산자 <? 확장 TType > 그라데이션)

새로운 ResourceAccumulatorApplyGradient 작업을 래핑하는 클래스를 생성하는 팩토리 메서드입니다.

매개변수
범위 현재 범위
핸들 어큐뮬레이터의 핸들입니다.
로컬 단계 기울기가 계산된 local_step 값입니다.
구배 누적될 기울기의 텐서입니다.
보고
  • ResourceAccumulatorApplyGradient의 새 인스턴스