aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_StringStrip.pbtxt
blob: 364806e1f585069c4fc31d6fe2c2c32dfe813e97 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "StringStrip"
  endpoint {
    name: "strings.strip"
  }
  endpoint {
    name: "string_strip"
    deprecation_message: "tf.string_strip is deprecated, please use tf.strings.strip instead."
  }
}