case class CudaDevice(i: Int) extends Device with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CudaDevice
- Serializable
- Product
- Equals
- Device
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CudaDevice(i: Int)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val i: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def options[S](precision: FloatingPointPrecision)(implicit arg0: Sc[S]): STenOptions
- Definition Classes
- CudaDevice → Device
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setSeed(seed: Long): Unit
- Definition Classes
- CudaDevice → Device
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def to(t: Tensor): Tensor
- Definition Classes
- CudaDevice → Device
- def to[S](t: STenOptions)(implicit arg0: Sc[S]): STenOptions
- Definition Classes
- CudaDevice → Device
- def to[S](t: STen)(implicit arg0: Sc[S]): STen
- Definition Classes
- Device
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withOtherStreamThenSync[A](synchronizeBefore: Boolean)(f: => A): A
Executes f on a new stream f must not switch to other threads Restores the stream to the default stream
Executes f on a new stream f must not switch to other threads Restores the stream to the default stream
- Definition Classes
- CudaDevice → Device