object Tensors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tensors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Axes extends AnyRef
- type Dimension = Int with Singleton
- type DimensionDenotation = String with Singleton
- sealed case class Mat[T <: TensorTypeDenotation, D <: DimensionDenotation, D1 <: DimensionDenotation, Q <: Shape](i: Dimension, j: Dimension) extends Axes with Product with Serializable
- type MatShape[I <: Dimension, J <: Dimension] = (I, J) with Shape
- type OSTensor[T, A <: Axes] = (Array[T], A)
- sealed case class Scalar[T <: TensorTypeDenotation, D <: DimensionDenotation]() extends Axes with Product with Serializable
- trait Shape extends AnyRef
- type SparseTensor[T, A <: Axes] = (Array[T], A)
- type Tensor[T, A <: Axes] = (Array[T], A)
- sealed case class TensorRank3[T <: TensorTypeDenotation, D <: DimensionDenotation, D1 <: DimensionDenotation, D2 <: DimensionDenotation, Q <: Shape](i: Dimension, j: Dimension, k: Dimension) extends Axes with Product with Serializable
- type TensorRank3Shape[I <: Dimension, J <: Dimension, K <: Dimension] = (I, J, K) with Shape
- sealed case class TensorRank4[T <: TensorTypeDenotation, D <: DimensionDenotation, D1 <: DimensionDenotation, D2 <: DimensionDenotation, D3 <: DimensionDenotation, Q <: Shape](i: Dimension, j: Dimension, k: Dimension, l: Dimension) extends Axes with Product with Serializable
- type TensorRank4Shape[I <: Dimension, J <: Dimension, K <: Dimension, L <: Dimension] = (I, J, K, L) with Shape
- type TensorTypeDenotation = String with Singleton
- sealed case class Undefined() extends Axes with Product with Serializable
- sealed case class Vec[T <: TensorTypeDenotation, D <: DimensionDenotation, Q <: Shape](i: Dimension) extends Axes with Product with Serializable
- type VecShape[I <: Dimension] = I with Shape
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Tensor
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated