aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_AsString.pbtxt
blob: 9306eaf3738a8acc516cbcddcfd95342b27dca5e (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "AsString"
  endpoint {
    name: "dtypes.as_string"
  }
  endpoint {
    name: "as_string"
    deprecation_message: "tf.as_string is deprecated, please use tf.dtypes.as_string instead."
  }
}