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