tensorflow :: ops :: SparseSegmentMeanGrad
#include <math_ops.h>
SparseSegmentMean에 대한 기울기를 계산합니다.
요약
값이 output_dim0 인 차원 0을 제외하고 grad와 동일한 모양의 텐서 "출력"을 반환합니다.
인수 :
- 범위 : 범위 개체
- grad : SparseSegmentMean op.
- 색인 : 해당 SparseSegmentMean 작업에 전달 된 색인.
- segment_ids : 해당 SparseSegmentMean 작업에 전달 된 segment_id입니다.
- output_dim0 : SparseSegmentMean 작업에 전달 된 "데이터"의 차원 0.
보고:
-
Output
: 출력 텐서.
생성자와 소멸자 | |
---|---|
SparseSegmentMeanGrad (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
공공 기능
SparseSegmentMeanGrad
SparseSegmentMeanGrad( 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