Package

cogx

runtime

Permalink

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. class ComputeGraph extends Saveable

    Permalink

    A Cog computation graph.

  2. trait ComputeGraphRestorerState extends AnyRef

    Permalink

    The KernelCircuit is a "web of objects" that must be restored in a particular order that requires some global state.

    The KernelCircuit is a "web of objects" that must be restored in a particular order that requires some global state. These collections are mixed into the ObjectRestorer to permit this.

  3. trait ComputeGraphSaverState extends AnyRef

    Permalink

    The KernelCircuit is a "web of objects" that must be saved in a particular order that requires some global state.

    The KernelCircuit is a "web of objects" that must be saved in a particular order that requires some global state. These collections are mixed into the ObjectSaver to permit this.

Value Members

  1. object ComputeGraph extends RestoreFactory

    Permalink

    Factory object for making compute graphs from a ComputeGraphCheckpoint instance or a file-saved version of one.

  2. package allocation

    Permalink

    This package handles all allocation of compute resources for a computation.

  3. package checkpoint

    Permalink
  4. package debugger

    Permalink

    This package contains classes that make debugging easier for the user.

    This package contains classes that make debugging easier for the user. They are mainly used, indirectly, by the Cog debugger.

Ungrouped