Package

com.intel.analytics.bigdl

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class BlockManagerParameterSynchronizer[T] extends DistriParameterSynchronizer[T]

    Permalink
  2. class DirectedGraph[T] extends Serializable

    Permalink

    Provides useful graph operations for a directed graph.

    Provides useful graph operations for a directed graph.

    The node connection in the graph has direction. This class stores a source node. Note that it doesn't maintain the topology. The topology of the graph is stored in the connection of the nodes.

    T

    Node element type

    Annotations
    @SerialVersionUID()
  3. trait DistriParameterSynchronizer[T] extends AnyRef

    Permalink
  4. sealed trait EngineType extends AnyRef

    Permalink

    define engine type trait

  5. class LayerException extends RuntimeException

    Permalink

    Fine grained layer exception message

  6. case class MultiShape(value: List[Shape]) extends Shape with Product with Serializable

    Permalink
  7. class Node[T] extends Serializable

    Permalink

    Represent a node in a graph.

    Represent a node in a graph. The connections between nodes are directed.

    T

    element type

    Annotations
    @SerialVersionUID()
  8. sealed trait OptimizerVersion extends AnyRef

    Permalink

    define optimizer version trait

  9. class RandomGenerator extends AnyRef

    Permalink

    A mersenne twister based fake random number generator.

    A mersenne twister based fake random number generator. Please refer https://en.wikipedia.org/wiki/Mersenne_Twister. Note that it has its own state so it is not thread safe. So you should use RandomGenerator.RNG to get a thread local instance to use. That's thread-safe.

  10. trait Shape extends AnyRef

    Permalink
  11. case class SingleShape(value: List[Int]) extends Shape with Product with Serializable

    Permalink
  12. case class SyncMeta[T](name: String, counter: Int, priority: Int, globalSize: Int, partitionToCount: Int, stateOfWorld: ConcurrentHashMap[Int, CompressedTensor[T]], aggregatedStateOfWorld: ConcurrentHashMap[Int, Tensor[T]], weights: Tensor[T] = null, grads: Tensor[T] = null) extends Product with Serializable

    Permalink
  13. class Table extends Serializable with Activity

    Permalink

    Simulate the Table data structure in lua

  14. class ThreadPool extends AnyRef

    Permalink

    A thread pool wrapper, provide some helper functions for multi-threading

    A thread pool wrapper, provide some helper functions for multi-threading

    TODO TreadPool will give 2-version of thread pool, one uses scala version (invokeAndWait), another is provided to Java (invokeAndWait2). The design is weird. We should refactor this class later.

  15. sealed abstract class TorchObject extends AnyRef

    Permalink

    torch object type

Value Members

  1. object BlockManagerParameterSynchronizer

    Permalink
  2. object ConvertModel

    Permalink
  3. object Edge extends Serializable

    Permalink
  4. object Engine

    Permalink
  5. object File

    Permalink
  6. object FileReader

    Permalink
  7. object FileWriter

    Permalink
  8. object HashFunc

    Permalink
  9. object LoggerFilter

    Permalink

    logger filter, which will filter the log of Spark(org, breeze, akka) to file.

  10. object MklBlas extends EngineType with Product with Serializable

    Permalink
  11. object MklDnn extends EngineType with Product with Serializable

    Permalink
  12. object Node extends Serializable

    Permalink
  13. object OptimizerV1 extends OptimizerVersion with Product with Serializable

    Permalink
  14. object OptimizerV2 extends OptimizerVersion with Product with Serializable

    Permalink
  15. object RandomGenerator

    Permalink
  16. object Shape

    Permalink
  17. object SyncState extends Enumeration

    Permalink
  18. object T

    Permalink
  19. object ThreadPool

    Permalink
  20. object TorchFile

    Permalink
  21. object TorchObject

    Permalink

    define some torch object types

  22. object Util

    Permalink
  23. package caffe

    Permalink
  24. package intermediate

    Permalink
  25. package serializer

    Permalink
  26. package tf

    Permalink

Ungrouped