ml.combust

bundle

package bundle

Visibility
  1. Public
  2. All

Type Members

  1. case class BundleContext[Context](context: Context, format: SerializationFormat, bundleRegistry: BundleRegistry, fs: FileSystem, path: Path) extends HasBundleRegistry with Product with Serializable

    Class for holding serialization information for a ml.combust.bundle.dsl.Bundle.

  2. case class BundleFile(fs: FileSystem, path: Path) extends Closeable with Product with Serializable

  3. case class BundleRegistry extends HasBundleRegistry with Product with Serializable

    Class for storing all supported ml.combust.bundle.op.OpNode objects.

  4. case class BundleWriter[Context <: HasBundleRegistry, Transformer <: AnyRef](root: Transformer, name: Option[String] = scala.None, format: SerializationFormat = ..., meta: Option[Attributes] = scala.None) extends Product with Serializable

    Created by hollinwilkins on 12/24/16.

  5. trait HasBundleRegistry extends AnyRef

    Trait for classes that contain a bundle registry.

Value Members

  1. object BundleFile extends Serializable

    Created by hollinwilkins on 12/24/16.

  2. object BundleRegistry extends Serializable

  3. package dsl

  4. package json

  5. package op

  6. package serializer

  7. package tensor

  8. package tree

  9. package util

Ungrouped