Spec-Zone.ru › TensorFlow C++ 2.4

tensorflow::ops::TextLineReader

#include <io_ops.h>

Чтец, который выводит строки из файла, разделённые '
'.

Краткое описание

Аргументы:

  • scope: Объект Scope

Необязательные атрибуты (см. Attrs):

  • skip_header_lines: Количество строк, которые нужно пропустить в начале каждого файла.
  • container: Если не пусто, этот чтец помещается в указанный контейнер. В противном случае используется по умолчанию.
  • shared_name: Если не пусто, этот чтец называется в заданном контейнере с этим именем. В противном случае используется имя узла.

Возвращает:

  • Output: Детектор для ссылки на чтец.
Конструкторы и деструкторы
TextLineReader(const ::tensorflow::Scope & scope)
TextLineReader(const ::tensorflow::Scope & scope, const TextLineReader::Attrs & attrs)
Общественные атрибуты
operation
Operation
reader_handle
::tensorflow::Output
Общественные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Общественные статические функции
Container(StringPiece x)
Attrs
SharedName(StringPiece x)
Attrs
SkipHeaderLines(int64 x)
Attrs
Структуры
tensorflow::ops::TextLineReader::Attrs

Необязательные установщики атрибутов для TextLineReader.

Общественные атрибуты

operation

Operation operation

reader_handle

::tensorflow::Output reader_handle

Общественные функции

TextLineReader

 TextLineReader(
  const ::tensorflow::Scope & scope
)

TextLineReader

 TextLineReader(
  const ::tensorflow::Scope & scope,
  const TextLineReader::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Общественные статические функции

Контейнер

Attrs Container(
  StringPiece x
)

Идентификатор

Attrs SharedName(
  StringPiece x
)

Пропуск заголовков строк

Attrs SkipHeaderLines(
  int64 x
)

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/text-line-reader

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API