Packages

object Tensor

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

Type Members

  1. class Datatype[T] extends AnyRef
  2. class DimensionEmptyException extends Exception
  3. class DimensionSizeInconsistentException extends Exception
  4. class DimensionSizeMismatchException extends Exception
  5. class ShapeDataMismatchException extends Exception
  6. class ShapeMismatchException extends Exception

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add[T](left: Tensor[T], right: Tensor[T])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  5. def apply[T, S <: Data with Num[S]](data: Array[S], shape: Shape)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  6. def apply[T](matrix: Array[Array[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def chiselTypeAsLit[S <: Data with Num[S], T](literal: S)(implicit arg0: Numeric[T], arg1: ClassTag[T]): T
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fill[T](shape: Shape)(element: T)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  13. def flatten[T](arr: Array[Array[Array[Array[T]]]])(implicit arg0: ClassTag[T]): Array[T]
  14. def flatten[T](arr: Array[Array[Array[T]]])(implicit arg0: ClassTag[T]): Array[T]
  15. def fromInputStream[T](datatype: Datatype[T], shape: Shape, stream: InputStream)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def goldenConv[T](image: Tensor[T], filter: Tensor[T], paddingElement: T)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  18. def goldenMatMatMul[T](a: Array[Array[T]], b: Array[Array[T]])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Array[Array[T]]
  19. def goldenMatVecMul[T](mat: Array[Array[T]], vec: Array[T])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Array[T]
  20. def goldenMaxPool[T](image: Tensor[T], poolH: Int, poolW: Int, stride: Int)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def litAsChiselType[S <: Data with Num[S], T](gen: S)(value: T)(implicit arg0: Numeric[T], arg1: ClassTag[T]): S
  24. def matMul[T](a: Tensor[T], b: Tensor[T])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  25. def mul[T](left: Tensor[T], right: Tensor[T])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def ofChiselType[S <: Data with Num[S], T](gen: S, shape: Shape)(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  30. def offset(shape: Shape, index: Array[Int]): Int
  31. def paddingForSame(filterShape: (Int, Int)): Array[(Int, Int)]
  32. def pointwise[T](op: (T, T) ⇒ T, left: Tensor[T], right: Tensor[T])(implicit arg0: Numeric[T], arg1: ClassTag[T]): Tensor[T]
  33. def resultTensorForConvolution(imageShape: Shape, filterShape: Shape, padding: Array[(Int, Int)]): Tensor[BigInt]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. object Datatype extends Enumeration

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