Packages

class Tensor[T] extends AnyRef

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

Instance Constructors

  1. new Tensor(data: Array[T], shape: Shape)(implicit arg0: Numeric[T], arg1: ClassTag[T])

Type Members

  1. class Permutation extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(other: Tensor[T]): Tensor[T]
  4. def +(other: Tensor[T]): Tensor[T]
  5. def :*(other: Tensor[T]): Tensor[T]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def address(index: Index, base: Int = 0, pageSize: Int = 1): Array[Int]
  8. def apply(index: Index): Tensor[T]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def broadcast(axis: Int, times: Int): Tensor[T]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    Tensor → AnyRef → Any
  14. def equalsP(t: Tensor[T], tolerance: T): Boolean
  15. def get(index: Array[Int]): T
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    Tensor → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def map[S](fn: (T) ⇒ S)(implicit arg0: Numeric[S], arg1: ClassTag[S]): Tensor[S]
  20. def max: T
  21. def mustNotBeEmpty(): Unit
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def pad(element: T, dimension: Array[(Int, Int)]): Tensor[T]
  26. def reshape(shp: Shape): Tensor[T]
  27. def set[S <: Data with Num[S]](index: Array[Int], value: S): Unit
  28. def set(index: Array[Int], value: T): Unit
  29. val shape: Shape
  30. def squash(): Tensor[T]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def to2D(): Array[Array[T]]
  33. def to3D(): Array[Array[Array[T]]]
  34. def to4D(): Array[Array[Array[Array[T]]]]
  35. def toString(): String
    Definition Classes
    Tensor → AnyRef → Any
  36. def transpose(axes: Array[Int]): Tensor[T]
  37. def transpose(): Tensor[T]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped