aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_DecodeJSONExample.pbtxt
blob: 3759047f570e5fb137539d1f300ce1ba388a841b (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "DecodeJSONExample"
  endpoint {
    name: "io.decode_json_example"
  }
  endpoint {
    name: "decode_json_example"
    deprecation_message: "tf.decode_json_example is deprecated, please use tf.io.decode_json_example instead."
  }
}