Package

com.intel.analytics.bigdl

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. sealed trait EngineType extends AnyRef

    Permalink

    define engine type trait

  3. class LayerException extends RuntimeException

    Permalink

    Fine grained layer exception message

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

    Permalink
  5. 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()
  6. 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.

  7. trait Shape extends AnyRef

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

    Permalink
  9. class Table extends Serializable with Activity

    Permalink

    Simulate the Table data structure in lua

  10. class ThreadPool extends AnyRef

    Permalink

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

  11. sealed abstract class TorchObject extends AnyRef

    Permalink

    torch object type

Value Members

  1. object ConvertModel

    Permalink
  2. object Edge extends Serializable

    Permalink
  3. object Engine

    Permalink
  4. object File

    Permalink
  5. object FileReader

    Permalink
  6. object FileWriter

    Permalink
  7. object HashFunc

    Permalink
  8. object LoggerFilter

    Permalink

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

  9. object MklBlas extends EngineType with Product with Serializable

    Permalink
  10. object Node extends Serializable

    Permalink
  11. object RandomGenerator

    Permalink
  12. object Shape

    Permalink
  13. object T

    Permalink
  14. object ThreadPool

    Permalink
  15. object TorchFile

    Permalink
  16. object TorchObject

    Permalink

    define some torch object types

  17. object Util

    Permalink
  18. package caffe

    Permalink
  19. package serializer

    Permalink
  20. package tf

    Permalink

Ungrouped