Package

org.platanios.tensorflow.api

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. class CheckpointReader extends utilities.Closeable

    Permalink
  2. sealed trait CompressionType extends AnyRef

    Permalink
  3. case class DirectoryLoader[T](directory: Path, loaderFactory: (Path) ⇒ Loader[T], pathFilter: (Path) ⇒ Boolean = _ => true) extends Product with Serializable

    Permalink
  4. case class FileIO(filePath: Path, mode: Mode, readBufferSize: Long = 1024 * 512) extends utilities.Closeable with Product with Serializable

    Permalink
  5. trait Loader[T] extends AnyRef

    Permalink

Value Members

  1. object CheckpointReader

    Permalink
  2. object DirectoryLoader extends Serializable

    Permalink
  3. object FileIO extends Serializable

    Permalink
  4. object GZIPCompression extends CompressionType with Product with Serializable

    Permalink
  5. object NoCompression extends CompressionType with Product with Serializable

    Permalink
  6. object ZLIBCompression extends CompressionType with Product with Serializable

    Permalink
  7. package events

    Permalink

Ungrouped