tensorflow :: ops :: ResourceApplyGradientDescent
#include <training_ops.h>
'알파'* '델타'를 빼서 '* var'를 업데이트합니다.
요약
인수 :
- 범위 : 범위 개체
- var : Variable ()에서 가져와야합니다.
- 알파 : 스케일링 인자. 스칼라 여야합니다.
- 델타 : 변경입니다.
선택적 속성 ( Attrs
참조) :
- use_locking :
True
이면 빼기는 잠금으로 보호됩니다. 그렇지 않으면 동작이 정의되지 않지만 경합이 적을 수 있습니다.
보고:
- 생성 된
Operation
생성자와 소멸자 | |
---|---|
ResourceApplyGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input delta) | |
ResourceApplyGradientDescent (const :: tensorflow::Scope & scope, :: tensorflow::Input var, :: tensorflow::Input alpha, :: tensorflow::Input delta, const ResourceApplyGradientDescent::Attrs & attrs) |
공용 속성 | |
---|---|
operation |
공공 기능 | |
---|---|
operator::tensorflow::Operation () const |
공개 정적 함수 | |
---|---|
UseLocking (bool x) |
구조체 | |
---|---|
tensorflow :: ops :: ResourceApplyGradientDescent :: Attrs | ResourceApplyGradientDescent에 대한 선택적 속성 설정자. |
공용 속성
조작
Operation operation
공공 기능
ResourceApplyGradientDescent
ResourceApplyGradientDescent( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input alpha, ::tensorflow::Input delta )
ResourceApplyGradientDescent
ResourceApplyGradientDescent( const ::tensorflow::Scope & scope, ::tensorflow::Input var, ::tensorflow::Input alpha, ::tensorflow::Input delta, const ResourceApplyGradientDescent::Attrs & attrs )
operator :: tensorflow :: Operation
operator::tensorflow::Operation() const
공개 정적 함수
사용 잠금
Attrs UseLocking( bool x )