tensorflow::ops::TextLineReader::Attrs

tensorflow::ops::TextLineReader::Attrs

#include <io_ops.h>

Optional attribute setters for TextLineReader.

Summary

Public attributes
container_ = ""
StringPiece
shared_name_ = ""
StringPiece
skip_header_lines_ = 0
int64
Public functions
Container(StringPiece x)
If non-empty, this reader is placed in the given container.
SharedName(StringPiece x)
If non-empty, this reader is named in the given bucket with this shared_name.
SkipHeaderLines(int64 x)
Number of lines to skip from the beginning of every file.

Public attributes

container_

StringPiece tensorflow::ops::TextLineReader::Attrs::container_ = ""

shared_name_

StringPiece tensorflow::ops::TextLineReader::Attrs::shared_name_ = ""

skip_header_lines_

int64 tensorflow::ops::TextLineReader::Attrs::skip_header_lines_ = 0

Public functions

Container

Attrs tensorflow::ops::TextLineReader::Attrs::Container(
  StringPiece x
)

If non-empty, this reader is placed in the given container.

Otherwise, a default container is used.

Defaults to ""

SharedName

Attrs tensorflow::ops::TextLineReader::Attrs::SharedName(
  StringPiece x
)

If non-empty, this reader is named in the given bucket with this shared_name.

Otherwise, the node name is used instead.

Defaults to ""

SkipHeaderLines

Attrs tensorflow::ops::TextLineReader::Attrs::SkipHeaderLines(
  int64 x
)

Number of lines to skip from the beginning of every file.

Defaults to 0

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/text-line-reader/attrs.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部