テンソルフロー::作戦::バケット化
#include <math_ops.h>
「境界」に基づいて「入力」をバケット化します。
まとめ
たとえば、入力が境界 = [0, 10, 100] の場合、入力 = [[-5, 10000] [150, 10] [5, 100]]
出力は、output = [[0, 3] [3, 2] [1, 3]] となります。
引数:
戻り値:
-
Output
: 「入力」と同じ形状で、入力の各値がバケット インデックスに置き換えられます。
(numpy) np.digitalize と同等。
コンストラクターとデストラクター | |
---|---|
Bucketize (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< float > & boundaries) |
パブリック属性 | |
---|---|
operation | |
output |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
バケット化
Bucketize( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< float > & boundaries )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const