tensorflow::ops::ReaderSerializeState
#include <io_ops.h>
Создать тензор строк, кодирующий состояние Читателя.
Краткое описание
Не все Читатели поддерживают сериализацию, поэтому это может привести к ошибке Unimplemented.
Аргументы:
- scope: Объект Scope
- reader_handle: Детектор Читателя.
Возвращаемое значение:
-
Output: Тензор состояния.
| Конструкторы и деструкторы | |
|---|---|
ReaderSerializeState(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle) |
| Общественные атрибуты | |
|---|---|
operation | |
state | |
| Общественные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Общественные атрибуты
operation
Operation operation
state
::tensorflow::Output state
Общественные функции
ReaderSerializeState
ReaderSerializeState( const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 2022 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.9/api_docs/cc/class/tensorflow/ops/reader-serialize-state