Trait/Object

com.thoughtworks.compute.Tensors

Tensor

Related Docs: object Tensor | package Tensors

Permalink

sealed trait Tensor extends AnyRef

Self Type
Tensor
Source
Tensors.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tensor
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val closure: (trees)#FloatTerm

    Permalink
    Attributes
    protected
  2. abstract def doBuffer: Do[PendingBuffer[Trees.FloatTrees.FloatTerm.JvmValue]]

    Permalink
  3. abstract def padding: Float

    Permalink
  4. abstract def shape: Array[Int]

    Permalink
  5. abstract def toBufferedTensor: BufferedTensor

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(rightHandSide: Tensor): InlineTensor

    Permalink
  4. def *(rightHandSide: Tensor): InlineTensor

    Permalink
  5. def +(rightHandSide: Tensor): InlineTensor

    Permalink
  6. def -(rightHandSide: Tensor): InlineTensor

    Permalink
  7. def ->[B](y: B): (Tensor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to ArrowAssoc[Tensor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /(rightHandSide: Tensor): InlineTensor

    Permalink
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def broadcast(newShape: Array[Int]): TransformedTensor

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (Tensor) ⇒ Boolean, msg: ⇒ Any): Tensor

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to Ensuring[Tensor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Tensor) ⇒ Boolean): Tensor

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to Ensuring[Tensor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Tensor

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to Ensuring[Tensor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Tensor

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to Ensuring[Tensor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def flatArray: Do[Array[Trees.FloatTrees.FloatTerm.JvmValue]]

    Permalink
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to StringFormat[Tensor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def permute(dimensions: Array[Int]): TransformedTensor

    Permalink
  29. def reshape(newShape: Array[Int]): BufferedTensor

    Permalink
  30. def scale(newShape: Array[Int]): TransformedTensor

    Permalink
  31. def sum: BufferedTensor

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    Tensor → AnyRef → Any
  34. def translate(offset: Array[Double], newShape: Array[Int] = shape): TransformedTensor

    Permalink
  35. def unary_+: Tensor.this.type

    Permalink
  36. def unary_-: InlineTensor

    Permalink
  37. def unzip(dimension: Int): IndexedSeq[Tensor]

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (Tensor, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to ArrowAssoc[Tensor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Tensor to any2stringadd[Tensor] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tensor: any2stringadd[Tensor]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Tensor to any2stringadd[Tensor]

Inherited by implicit conversion StringFormat from Tensor to StringFormat[Tensor]

Inherited by implicit conversion Ensuring from Tensor to Ensuring[Tensor]

Inherited by implicit conversion ArrowAssoc from Tensor to ArrowAssoc[Tensor]

Ungrouped