Packages

class Tensor5[A] extends argon.lang.Top[Tensor5[A]] with lang.Struct[Tensor5[A]] with Ref[scala.Array[Any], Tensor5[A]]

A 5-dimensional tensor on the host

Linear Supertypes
argon.lang.Struct[Tensor5[A]], argon.lang.Top[Tensor5[A]], Ref[Nothing, Tensor5[A]], Exp[Nothing, Tensor5[A]], ExpType[Nothing, spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tensor5
  2. Struct
  3. Top
  4. Ref
  5. Exp
  6. ExpType
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Tensor5()(implicit arg0: Type[A])

Type Members

  1. type L = Nothing
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val A: Type[A]
  8. val __neverMutable: Boolean
    Definition Classes
    Struct → ExpType
  9. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    Tensor5 → ExpType
  10. val __typeParams: Seq[Type[A]]
    Attributes
    protected
    Definition Classes
    Tensor5 → ExpType
  11. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    Tensor5 → ExpType
  12. def apply(i: lang.I32, j: lang.I32, k: lang.I32, l: lang.I32, m: lang.I32): A

    Returns the element in this Tensor5 at the given 5-dimensional addreess.

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val box: <:<[Tensor5[A], lang.Struct[Tensor5[A]]]
    Definition Classes
    Tensor5 → Struct
  15. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. def data: Array[A]
  18. def dim0: lang.I32

    Returns the first dimension of this Tensor5.

  19. def dim1: lang.I32

    Returns the second dimension of this Tensor5.

  20. def dim2: lang.I32

    Returns the third dimension of this Tensor5.

  21. def dim3: lang.I32

    Returns the fourth dimension of this Tensor5.

  22. def dim4: lang.I32

    Returns the fifth dimension of this Tensor5.

  23. def dims: Seq[lang.I32]

    Returns the dimensions of this Tensor5.

  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def eql(that: Tensor5[A]): lang.Bit
    Definition Classes
    Tensor5 → Struct → Top
  26. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  27. implicit val evRef: <:<[spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Nothing, spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  28. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  29. def field[F](name: String)(implicit arg0: Type[F], ctx: SrcCtx, state: State): F
    Definition Classes
    Struct
  30. def fieldMap: Seq[(String, Exp[_, _])]
    Definition Classes
    Struct
  31. def fields: Seq[(String, ExpType[Any, _ >: argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._32, argon.lang.types._0] with Array[A] <: argon.lang.Top[_ >: argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._32, argon.lang.types._0] with Array[A] <: argon.lang.Top[_ >: argon.lang.Fix[argon.lang.types.TRUE, argon.lang.types._32, argon.lang.types._0] with Array[A] <: Equals]]])]
    Definition Classes
    Tensor5 → Struct
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def flatten: Array[A]

    Returns a flattened, immutable @Array view of this Tensor5's data.

  34. def foreach(func: (A) ⇒ lang.Void): lang.Void

    Applies the function func on each element in this Tensor5.

  35. def fresh: Tensor5[A]
    Attributes
    protected
    Definition Classes
    Tensor5 → ExpType
  36. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  39. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  40. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  41. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def length: lang.I32

    Returns the number of elements in the Tensor5.

  44. def map[B](func: (A) ⇒ B)(implicit arg0: Type[B]): Tensor5[B]

    Returns a new Tensor5 created using the mapping func over each element in this Tensor5.

  45. def me: spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def neql(that: Tensor5[A]): lang.Bit
    Definition Classes
    Tensor5 → Struct → Top
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def reduce(rfunc: (A, A) ⇒ A): A

    Reduces the elements in this Tensor5 into a single element using associative function rfunc.

  51. def reorder(ordering: Seq[Int]): Tensor5[A]

    Reorders the Tensor5 based on given ordering (i.e.- reorder(0,1,2,3,4) does nothing)

  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  54. def toText: argon.lang.Text
    Definition Classes
    Top
  55. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  56. def update(i: lang.I32, j: lang.I32, k: lang.I32, l: lang.I32, m: lang.I32, elem: A): lang.Void

    Updates the element at the given 5-dimensional address to elem.

  57. def value(c: Any): Option[(Nothing, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  61. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  62. def zip[B, C](b: Tensor5[B])(func: (A, B) ⇒ C)(implicit arg0: Type[B], arg1: Type[C]): Tensor5[C]

    Returns a new Tensor5 created using the pairwise mapping func over each element in this Tensor5 and the corresponding element in that.

Inherited from argon.lang.Struct[Tensor5[A]]

Inherited from argon.lang.Top[Tensor5[A]]

Inherited from Ref[Nothing, Tensor5[A]]

Inherited from Exp[Nothing, Tensor5[A]]

Inherited from ExpType[Nothing, spatial.lang.host.Tensor5[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped