Class

com.tencent.angel.ml.core.network.layers

AngelGraph

Related Doc: package layers

Permalink

class AngelGraph extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AngelGraph
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AngelGraph(placeHolder: PlaceHolder)

    Permalink
  2. new AngelGraph(placeHolder: PlaceHolder, conf: SharedConf)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val LOG: Log

    Permalink
  5. def addInput(layer: InputLayer): Unit

    Permalink
  6. def addMatrixCtx(mc: MatrixContext): Unit

    Permalink
  7. def addTrainable(layer: Trainable): Unit

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def calBackward(): Unit

    Permalink
  10. def calLoss(): Double

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val conf: SharedConf

    Permalink
  13. def createMatrices(): Unit

    Permalink

    Create matrices contain in the model, this method is only used in Worker/Executor

  14. def createMatrices(client: AngelClient): Unit

    Permalink

    Create matrices contain in the model, this method is only used in Driver/Client

    Create matrices contain in the model, this method is only used in Driver/Client

    client

    Angel client

  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def feedData(data: Array[LabeledData]): Unit

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getLossLayer: LossLayer

    Permalink
  21. def getMatrixCtx(): Seq[MatrixContext]

    Permalink
  22. def getOutputLayer: LossLayer

    Permalink
  23. def getTrainable: ListBuffer[Trainable]

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def init(taskId: Int = 0): Unit

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def loadModel(client: AngelClient, path: String): Unit

    Permalink

    Load model from files, this method is only used in Driver/Client

    Load model from files, this method is only used in Driver/Client

    client

    Angel client

  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val placeHolder: PlaceHolder

    Permalink
  32. def predict(): Matrix

    Permalink
  33. def pullParams(epoch: Int): Unit

    Permalink
  34. def pushGradient(): Unit

    Permalink
  35. def saveModel(client: AngelClient, path: String): Unit

    Permalink

    Save model to files, this method is only use in Driver/Client

    Save model to files, this method is only use in Driver/Client

    client

    Angel client

  36. def setLR(lr: Double): Unit

    Permalink
  37. def setOutput(layer: LossLayer): Unit

    Permalink
  38. def setState(predicate: (Layer) ⇒ Boolean, status: STATUS): Unit

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. var taskNum: Int

    Permalink
  41. val timeStats: TimeStats

    Permalink
  42. def toJson: JArray

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AngelGraph → AnyRef → Any
  44. def update(epoch: Int, batchSize: Int): Unit

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped