テンソルフロー::作戦::スパースセグメント平均グラード
#include <math_ops.h>
SparseSegmentMeanの勾配を計算します。
まとめ
値がoutput_dim0である次元0を除き、gradと同じ形状のテンソル「output」を返します。
引数:
- スコープ:スコープオブジェクト
- grad: SparseSegmentMean演算に伝播された勾配。
- インデックス: 対応するSparseSegmentMean演算に渡されるインデックス。
- セグメント ID: 対応するSparseSegmentMean演算に渡されるセグメント 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( 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