tensorflow :: ops :: SparseSparseMinimum
#include <sparse_ops.h>
2つのSparseTensorの要素ごとの最小値を返します。
概要
2つのSparseTensorが同じ形状、つまりブロードキャストがないと仮定します。
引数:
- スコープ:スコープオブジェクト
- a_indices:2-D。 SparseTensorの空でない値のインデックスを含むNx
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
output_indices
::tensorflow::Output output_indices
output_values
::tensorflow::Output output_values
公の行事
SparseSparseMinimum
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 )