tensorflow :: ops :: SparseSegmentSqrtNGrad
#include <math_ops.h>
SparseSegmentSqrtN에 대한 기울기를 계산합니다.
요약
값이 output_dim0 인 차원 0을 제외하고 grad와 동일한 모양의 텐서 "출력"을 반환합니다.
인수 :
- 범위 : 범위 개체
- grad : SparseSegmentSqrtN 작업으로 전파 된 그라디언트.
- 인덱스 : 해당 SparseSegmentSqrtN 작업에 전달 된 인덱스입니다.
- segment_ids : 해당 SparseSegmentSqrtN 작업에 전달 된 segment_id입니다.
- output_dim0 : SparseSegmentSqrtN 작업에 전달 된 "데이터"의 차원 0.
보고:
-
Output
: 출력 텐서.
생성자와 소멸자 | |
---|---|
SparseSegmentSqrtNGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input grad, :: tensorflow::Input indices, :: tensorflow::Input segment_ids, :: tensorflow::Input output_dim0) |
공용 속성 | |
---|---|
operation | |
output |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공용 속성
조작
Operation operation
산출
::tensorflow::Output output
공공 기능
SparseSegmentSqrtNGrad
SparseSegmentSqrtNGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input grad, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input output_dim0 )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const