テンソルフロー::作戦::スパースデンスCwiseDiv

#include <sparse_ops.h>

SparseTensor をコンポーネントごとに密なTensorで除算します。

まとめ

制限: この Op は、密な側を疎な側にのみブロードキャストしますが、他の方向にはブロードキャストしません。

引数:

  • スコープ:スコープオブジェクト
  • sp_indices: 2 次元。 SparseTensor 内の空でない値のインデックスを含むN x R行列 (標準的な順序付けではない可能性があります)。
  • sp_values: 1-D。 sp_indicesに対応するNの空でない値。
  • sp_shape: 1-D。入力 SparseTensor の形状。
  • 密: R 。高密度Tensorオペランド。

戻り値:

  • Output : 1-D。演算対象となるNの値。

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

SparseDenseCwiseDiv (const :: tensorflow::Scope & scope, :: tensorflow::Input sp_indices, :: tensorflow::Input sp_values, :: tensorflow::Input sp_shape, :: tensorflow::Input dense)

パブリック属性

operation
output

公共機能

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

スパースデンスCwiseDiv

 SparseDenseCwiseDiv(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input sp_indices,
  ::tensorflow::Input sp_values,
  ::tensorflow::Input sp_shape,
  ::tensorflow::Input dense
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const