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