テンソルフロー::作戦::文字列からハッシュバケットへ

#include <string_ops.h>

入力Tensorの各文字列をバケットの数によってそのハッシュ mod に変換します。

まとめ

ハッシュ関数は、プロセス内の文字列の内容を決定します。

ハッシュ関数は時々変更される可能性があることに注意してください。この機能は非推奨となるため、 tf.string_to_hash_bucket_fast()またはtf.string_to_hash_bucket_strong()を使用することをお勧めします。

引数:

  • スコープ:スコープオブジェクト
  • num_buckets: バケットの数。

戻り値:

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

StringToHashBucket (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor, int64 num_buckets)

パブリック属性

operation
output

公共機能

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

文字列からハッシュバケットへ

 StringToHashBucket(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input string_tensor,
  int64 num_buckets
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const