tensorflow::ops::ReaderSerializeState
#include <io_ops.h>
Производит тензор строкового типа, кодирующий состояние ридера.
Summary
Не все ридеры поддерживают сериализацию, поэтому это может привести к ошибке 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
© 2020 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/versions/r1.15/api_docs/cc/class/tensorflow/ops/reader-serialize-state