aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_TextLineReaderV2.pbtxt
blob: 0de7655b74468afda7ce38ca470d67eb4b266955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
op {
  graph_op_name: "TextLineReaderV2"
  endpoint {
    name: "TextLineReader"
  }
  out_arg {
    name: "reader_handle"
    description: <<END
The handle to reference the Reader.
END
  }
  attr {
    name: "skip_header_lines"
    description: <<END
Number of lines to skip from the beginning of every file.
END
  }
  attr {
    name: "container"
    description: <<END
If non-empty, this reader is placed in the given container.
Otherwise, a default container is used.
END
  }
  attr {
    name: "shared_name"
    description: <<END
If non-empty, this reader is named in the given bucket
with this shared_name. Otherwise, the node name is used instead.
END
  }
  summary: "A Reader that outputs the lines of a file delimited by \'\\n\'."
}