Class

edu.cmu.dynet.internal

ParameterStorage

Related Doc: package internal

Permalink

class ParameterStorage extends ParameterStorageBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParameterStorage
  2. ParameterStorageBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParameterStorage(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 accumulate_grad(g: Tensor): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(val: ParameterStorage): Unit

    Permalink
  9. def delete(): Unit

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[edu.cmu.dynet.internal]
    Definition Classes
    ParameterStorageParameterStorageBase → AnyRef
  13. def g_squared_l2norm(sqnorm: SWIGTYPE_p_float): Unit

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getDim(): Dim

    Permalink
  16. def getG(): Tensor

    Permalink
  17. def getValues(): Tensor

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def scale_parameters(a: Float): Unit

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase
  24. def setDim(value: Dim): Unit

    Permalink
  25. def setG(value: Tensor): Unit

    Permalink
  26. def setValues(value: Tensor): Unit

    Permalink
  27. def size(): Long

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase
  28. def squared_l2norm(sqnorm: SWIGTYPE_p_float): Unit

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def zero(): Unit

    Permalink
    Definition Classes
    ParameterStorageParameterStorageBase

Inherited from ParameterStorageBase

Inherited from AnyRef

Inherited from Any

Ungrouped