Class

edu.cmu.dynet.internal

Device

Related Doc: package internal

Permalink

class Device extends AnyRef

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

Instance Constructors

  1. new Device(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 allocate_tensor(mem_pool: DeviceMempool, tensor: Tensor): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getDevice_id(): Int

    Permalink
  13. def getKSCALAR_MINUSONE(): SWIGTYPE_p_float

    Permalink
  14. def getKSCALAR_ONE(): SWIGTYPE_p_float

    Permalink
  15. def getKSCALAR_ZERO(): SWIGTYPE_p_float

    Permalink
  16. def getMem(): SWIGTYPE_p_dynet__MemAllocator

    Permalink
  17. def getName(): String

    Permalink
  18. def getPools(): SWIGTYPE_p_std__vectorT_dynet__AlignedMemoryPool_p_t

    Permalink
  19. def getType(): DeviceType

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. def mark(cg: ComputationGraph): DeviceMempoolSizes

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def revert(cp: DeviceMempoolSizes): Unit

    Permalink
  27. def setDevice_id(value: Int): Unit

    Permalink
  28. def setKSCALAR_MINUSONE(value: SWIGTYPE_p_float): Unit

    Permalink
  29. def setKSCALAR_ONE(value: SWIGTYPE_p_float): Unit

    Permalink
  30. def setKSCALAR_ZERO(value: SWIGTYPE_p_float): Unit

    Permalink
  31. def setMem(value: SWIGTYPE_p_dynet__MemAllocator): Unit

    Permalink
  32. def setName(value: String): Unit

    Permalink
  33. def setPools(value: SWIGTYPE_p_std__vectorT_dynet__AlignedMemoryPool_p_t): Unit

    Permalink
  34. def setType(value: DeviceType): Unit

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped