Package

org.platanios.tensorflow.api.ops

io

Permalink

package io

Contains helper functions and classes for creating IO-related ops.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Reader extends AnyRef

    Permalink

    Class that supports all TensorFlow reader implementations.

    Class that supports all TensorFlow reader implementations.

    Conceptually, readers convert string "work units" into records (i.e., key-value pairs). Typically the "work units" are filenames and the records are extracted from the contents of those files. We want a single record produced per step, but a work unit can correspond to many records.

    Therefore we introduce some decoupling using a Queue. The queue contains the work units and the reader dequeues from the queue when it is asked to produce a record (e.g., via its read method) but it has already finished the last work unit.

  2. class SerializableReader extends Reader

    Permalink

Value Members

  1. object Files extends Files

    Permalink

    Contains helper functions and classes for creating file reading/writing-related ops.

  2. object Reader

    Permalink
  3. package data

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped