Package

com.intel.analytics.bigdl

parameters

Permalink

package parameters

Visibility
  1. Public
  2. All

Type Members

  1. class AllReduceParameter[T] extends Serializable

    Permalink

    Represent parameters stored on the block manager.

    Represent parameters stored on the block manager. In distributed optimization, we put parameters on block manager of spark. Each worker syncs parameters through the block manager. Block manager here serves as a parameter server.

    A Tensor is sliced into partitionNum chunks and each chunk is assigned to a particular node (Spark executor). Likewise, gradients for each chunk are also assigned and stored on separate nodes. In this way, gradient aggregation and parameter updates can be performed independently for each chunk on separate nodes.

    T

    Tensor element type

  2. trait CompressedTensor[T] extends Serializable

    Permalink

    This trait represents the compressed tensor.

    This trait represents the compressed tensor.

    T

    data type (Double or Float)

  3. class FP16SplitsCompressedTensor[T] extends CompressedTensor[T]

    Permalink

Value Members

  1. object AllReduceParameter extends Serializable

    Permalink
  2. object FP16CompressedTensor extends Serializable

    Permalink
  3. object SerializerInstance

    Permalink

Ungrouped