Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::ReaderSerializeState
#include <io_ops.h>
Produce a string tensor that encodes the state of a Reader.
Summary
Not all Readers support being serialized, so this can produce an Unimplemented error.
Arguments:
- scope: A Scope object
- reader_handle: Handle to a Reader.
Returns:
Public attributes
Public functions
node
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[null,null,["Last updated 2020-04-20 UTC."],[],[],null,["# tensorflow::ops::ReaderSerializeState Class Reference\n\ntensorflow::ops::ReaderSerializeState\n=====================================\n\n`#include \u003cio_ops.h\u003e`\n\nProduce a string tensor that encodes the state of a Reader.\n\nSummary\n-------\n\nNot all Readers support being serialized, so this can produce an Unimplemented error.\n\nArguments:\n\n- scope: A [Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- reader_handle: Handle to a Reader.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r1.15/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The state tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ReaderSerializeState](#classtensorflow_1_1ops_1_1_reader_serialize_state_1abebe1442352460b580c9f4218e370935)`(const ::`[tensorflow::Scope](/versions/r1.15/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r1.15/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` reader_handle)` ||\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_reader_serialize_state_1a0c2348f5d68614195bb7508ff1e86787) | [Operation](/versions/r1.15/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [state](#classtensorflow_1_1ops_1_1_reader_serialize_state_1a4e6d33498c737b9f2de27d964f60e06f) | `::`[tensorflow::Output](/versions/r1.15/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_reader_serialize_state_1a143057de010af956174db48cdc1209a2)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_reader_serialize_state_1a322f2324c9686c7b2d5a32e099cd6b08)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_reader_serialize_state_1a326702ef6b459d214d33fc3167773761)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### state\n\n```text\n::tensorflow::Output state\n``` \n\nPublic functions\n----------------\n\n### ReaderSerializeState\n\n```gdscript\n ReaderSerializeState(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input reader_handle\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n```"]]