テンソルフロー::作戦::スパーススライス卒業生

#include <sparse_ops.h>

SparseSlice演算の勾配演算子。

まとめ

この演算は、スライスされたSparseTensorの空でない値に関する上流の勾配を受け取り、入力SparseTensorの空でない値に関する勾配を出力します。

引数:

  • スコープ:スコープオブジェクト
  • backprop_val_grad: 1-D。スライスされたSparseTensorの空でない値に関する勾配。
  • input_index: 2 次元。入力SparseTensorindices
  • input_start: 1-D。テンソルはスライスの開始を表します。
  • 出力インデックス: 2-D。スライスされたSparseTensorindices

戻り値:

  • Output : 1-D。入力SparseTensorの空でない値に関する勾配。

コンストラクターとデストラクター

SparseSliceGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input backprop_val_grad, :: tensorflow::Input input_indices, :: tensorflow::Input input_start, :: tensorflow::Input output_indices)

パブリック属性

operation
val_grad

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

手術

Operation operation

ヴァルグラド

::tensorflow::Output val_grad

公共機能

スパーススライス卒業生

 SparseSliceGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input backprop_val_grad,
  ::tensorflow::Input input_indices,
  ::tensorflow::Input input_start,
  ::tensorflow::Input output_indices
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const