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 and ml.combust.bundle.custom.CustomType objects.

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

    Created by hollinwilkins on 12/24/16.

  5. case class ByteString(bytes: Array[Byte]) extends Product with Serializable

    Created by hollinwilkins on 1/20/17.

  6. 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 custom

  4. package dsl

  5. package json

  6. package op

  7. package serializer

  8. package tensor

  9. package tree

  10. package util

Ungrouped