aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_StringToHashBucketFast.pbtxt
blob: 9576e1a9de6f94478393d4eeb351bb0bfce188e2 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "StringToHashBucketFast"
  endpoint {
    name: "strings.to_hash_bucket_fast"
  }
  endpoint {
    name: "string_to_hash_bucket_fast"
    deprecation_message: "tf.string_to_hash_bucket_fast is deprecated, please use tf.strings.to_hash_bucket_fast instead."
  }
}