テンソルフロー::作戦::スパーススパース最小
#include <sparse_ops.h>
2 つの SparseTensor の要素ごとの最小値を返します。
まとめ
2 つの SparseTensor が同じ形状である、つまりブロードキャストがないと仮定します。
引数:
- スコープ:スコープオブジェクト
- a_indices: 2 次元。正規の辞書編集順序で、SparseTensor 内の空でない値のインデックスを含む
N x R
行列。 - a_values: 1-D。
a_indices
に対応するN
の空でない値。 - a_shape: 1-D。入力 SparseTensor の形状。
- b_indices: 他のオペランドの
a_indices
に相当します。 - b_values: 他のオペランドの
a_values
に相当します。同じ dtype である必要があります。 - b_shape: 他のオペランドの
a_shape
に相当します。 2 つの形状は等しくなければなりません。
戻り値:
コンストラクターとデストラクター | |
---|---|
SparseSparseMinimum (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b_indices, :: tensorflow::Input b_values, :: tensorflow::Input b_shape) |
パブリック属性 | |
---|---|
operation | |
output_indices | |
output_values |
パブリック属性
手術
Operation operation
出力インデックス
::tensorflow::Output output_indices
出力値
::tensorflow::Output output_values
公共機能
スパーススパース最小
SparseSparseMinimum( const ::tensorflow::Scope & scope, ::tensorflow::Input a_indices, ::tensorflow::Input a_values, ::tensorflow::Input a_shape, ::tensorflow::Input b_indices, ::tensorflow::Input b_values, ::tensorflow::Input b_shape )