Class

edu.cmu.dynet.internal

ComputationGraph

Related Doc: package internal

Permalink

class ComputationGraph extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComputationGraph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComputationGraph(cPtr: Long, cMemoryOwn: Boolean)

    Permalink
    Attributes
    protected[edu.cmu.dynet.internal]

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. def add_const_lookup(p: LookupParameter, pindices: UnsignedVector): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  5. def add_const_lookup(p: LookupParameter, index: Long): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  6. def add_const_lookup(p: LookupParameter, pindex: SWIGTYPE_p_unsigned_int): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  7. def add_const_parameters(p: Parameter): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  8. def add_input(d: Dim, ids: UnsignedVector, data: FloatVector, device: Device): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  9. def add_input(d: Dim, ids: UnsignedVector, data: FloatVector, device: Device, defdata: Float): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  10. def add_input(d: Dim, data: FloatVector, device: Device): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  11. def add_input(s: Float, device: Device): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  12. def add_lookup(p: LookupParameter, pindices: UnsignedVector): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  13. def add_lookup(p: LookupParameter, index: Long): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  14. def add_lookup(p: LookupParameter, pindex: SWIGTYPE_p_unsigned_int): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  15. def add_parameters(p: Parameter): SWIGTYPE_p_dynet__VariableIndex

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def backward(last: Expression): Unit

    Permalink
  18. def checkpoint(): Unit

    Permalink
  19. def clear(): Unit

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def delete(): Unit

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[edu.cmu.dynet.internal]
    Definition Classes
    ComputationGraph → AnyRef
  25. def forward(last: Expression): Tensor

    Permalink
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getNodes(): SWIGTYPE_p_std__vectorT_dynet__Node_p_t

    Permalink
  28. def getParameter_nodes(): SWIGTYPE_p_std__vectorT_dynet__VariableIndex_t

    Permalink
  29. def get_dimension(index: SWIGTYPE_p_dynet__VariableIndex): Dim

    Permalink
  30. def get_value(e: Expression): Tensor

    Permalink
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def incremental_forward(last: Expression): Tensor

    Permalink
  33. def invalidate(): Unit

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def print_graphviz(): Unit

    Permalink
  39. def revert(): Unit

    Permalink
  40. def setNodes(value: SWIGTYPE_p_std__vectorT_dynet__Node_p_t): Unit

    Permalink
  41. def setParameter_nodes(value: SWIGTYPE_p_std__vectorT_dynet__VariableIndex_t): Unit

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

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped