LostTech.TensorFlow : API Documentation

Type IdentityReader

Namespace tensorflow

Parent ReaderBase

Interfaces IIdentityReader

A Reader that outputs the queued work as both the key and value.

To use, enqueue strings in a Queue. Read will take the front work string and output (work, work).

See ReaderBase for supported methods.

Properties

Public properties

object PythonObject get;

object reader_ref get;

object reader_ref_dyn get;

bool supports_serialize get;

object supports_serialize_dyn get;