Package

ml.combust

bundle

Permalink

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

    Permalink

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

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

    This class holds all contextual information for serializing components into Bundle.ML.

    Context

    extra contextual information specific to implementation

    format

    desired serialization format (Json, Protobuf, or Mixed)

    bundleRegistry

    bundle registry of all supported operations

    fs

    file system for bundle

    path

    path to the Bundle.ML model

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

    Permalink
  3. case class BundleRegistry extends HasBundleRegistry with Product with Serializable

    Permalink

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

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

    This is the primary registry for Bundle.ML. It contains all objects required for serializing ML models, graph nodes and custom types.

    Many serialization calls in Bundle.ML require access to the registry for information on how to serialize custom types or models or nodes.

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

    Permalink

    Created by hollinwilkins on 12/24/16.

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

    Permalink

    Created by hollinwilkins on 1/20/17.

  6. trait HasBundleRegistry extends AnyRef

    Permalink

    Trait for classes that contain a bundle registry.

    Trait for classes that contain a bundle registry.

    This is used by methods that require access to a bundle registry.

Value Members

  1. object BundleFile extends Serializable

    Permalink

    Created by hollinwilkins on 12/24/16.

  2. object BundleRegistry extends Serializable

    Permalink
  3. package custom

    Permalink
  4. package dsl

    Permalink
  5. package json

    Permalink
  6. package op

    Permalink
  7. package serializer

    Permalink
  8. package tensor

    Permalink
  9. package tree

    Permalink
  10. package util

    Permalink

Ungrouped