Package

org.platanios.tensorflow.api

utilities

Permalink

package utilities

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

Type Members

  1. trait Closeable extends AnyRef

    Permalink
  2. case class Reservoir[K, V](maxSize: Int, seed: Long = 0L, alwaysKeepLast: Boolean = true) extends Product with Serializable

    Permalink
  3. case class ReservoirBucket[T](maxSize: Int, random: Random = new Random(0), alwaysKeepLast: Boolean = true) extends Product with Serializable

    Permalink

Value Members

  1. object CRC32C

    Permalink
  2. object Coding

    Permalink
  3. object Collections

    Permalink
  4. object Proto

    Permalink
  5. def using[T <: Closeable, R](resource: T)(block: (T) ⇒ R): R

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped