tensorflow :: ops :: SparseSegmentSqrtNGrad
#include <math_ops.h>
SparseSegmentSqrtNの勾配を計算します。
概要
値がoutput_dim0である次元0を除いて、gradと同じ形状のテンソル「output」を返します。
引数:
- スコープ:スコープオブジェクト
- grad:勾配はSparseSegmentSqrtNopに伝播されます。
- インデックス:対応するSparseSegmentSqrtNopに渡されるインデックス。
- segment_ids:対応するSparseSegmentSqrtN操作に渡されるsegment_ids 。
- output_dim0:に渡された「データ」の次元0 SparseSegmentSqrtNのオペアンプ。
戻り値:
-
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
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const