object TensorHelpers
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def device(t: Tensor): Product with Device with Serializable
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fromDoubleArray(arr: Array[Double], dim: Seq[Long], device: Device, precision: FloatingPointPrecision): Tensor
- def fromFloatArray(arr: Array[Float], dim: Seq[Long], device: Device): Tensor
- def fromLongArray(arr: Array[Long], dim: Seq[Long], device: Device): Tensor
- def fromLongArray(arr: Array[Long], device: Device): Tensor
- def fromLongArrayOfArrays(arr: Array[Array[Long]], dim: Seq[Long], device: Device): Tensor
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def precision(t: Tensor): Option[Product with FloatingPointPrecision with Serializable]
- final def synchronized[T0](arg0: => T0): T0
- def toDoubleArray(t0: Tensor): Array[Double]
- def toFloatArray(t0: Tensor): Array[Float]
- def toLongArray(t0: Tensor): Array[Long]
- def toString(): String
- def unbroadcast(p: Tensor, desiredShape: List[Long]): Option[Tensor]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any