Packages

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

A three-dimensional tensor on the host

Linear Supertypes
argon.lang.Struct[Tensor3[A]], argon.lang.Top[Tensor3[A]], Ref[Nothing, Tensor3[A]], Exp[Nothing, Tensor3[A]], ExpType[Nothing, spatial.lang.host.Tensor3[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tensor3
  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 Tensor3()(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
    Tensor3 → ExpType
  10. val __typeParams: Seq[Type[A]]
    Attributes
    protected
    Definition Classes
    Tensor3 → ExpType
  11. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    Tensor3 → ExpType
  12. def apply(i: lang.I32, j: lang.I32, k: lang.I32): A

    Returns the element in this Tensor3 at the given 3-dimensional address.

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val box: <:<[Tensor3[A], lang.Struct[Tensor3[A]]]
    Definition Classes
    Tensor3 → 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 Tensor3.

  19. def dim1: lang.I32

    Returns the second dimension of this Tensor3.

  20. def dim2: lang.I32

    Returns the third dimension of this Tensor3.

  21. def dims: Seq[lang.I32]

    Returns the dimensions of this Tensor3.

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

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

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

    Applies the function func on each element in this Tensor3.

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

    Returns the number of elements in the Tensor3.

  42. def map[B](func: (A) ⇒ B)(implicit arg0: Type[B]): Tensor3[B]

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

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

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

  49. def reorder(ordering: Seq[Int]): Tensor3[A]

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

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

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

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

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

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

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

Inherited from Ref[Nothing, Tensor3[A]]

Inherited from Exp[Nothing, Tensor3[A]]

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped