aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_StringToHashBucket.pbtxt
blob: b0e93d2b22110fe82ecaadf5120d4a0031d57944 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "StringToHashBucket"
  endpoint {
    name: "strings.to_hash_bucket"
  }
  endpoint {
    name: "string_to_hash_bucket"
    deprecation_message: "tf.string_to_hash_bucket is deprecated, please use tf.strings.to_hash_bucket instead."
  }
}