テンソルフロー::作戦::スパーススパース最大
#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 つの形状は等しくなければなりません。
戻り値:
| コンストラクターとデストラクター | |
|---|---|
| SparseSparseMaximum (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
公共機能
スパーススパース最大
SparseSparseMaximum( 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 )