Trait

com.thoughtworks.compute.Tensors

BufferedTensor

Related Doc: package Tensors

Permalink

trait BufferedTensor extends Tensor

Source
Tensors.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferedTensor
  2. Tensor
  3. AnyRef
  4. 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 def doBuffer: Do[PendingBuffer[Trees.FloatTrees.FloatTerm.JvmValue]]

    Permalink
    Definition Classes
    Tensor
  2. abstract def padding: Float

    Permalink
    Definition Classes
    Tensor
  3. abstract def shape: Array[Int]

    Permalink
    Definition Classes
    Tensor

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
    Definition Classes
    Tensor
  4. def *(rightHandSide: Tensor): InlineTensor

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

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

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

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

    Permalink
    Definition Classes
    Tensor
  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
    Definition Classes
    Tensor
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val closure: (arrayTerm)#Element

    Permalink
    Attributes
    protected
    Definition Classes
    BufferedTensorTensor
  14. def ensuring(cond: (BufferedTensor) ⇒ Boolean, msg: ⇒ Any): BufferedTensor

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tensor
  22. def formatted(fmtstr: String): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Tensor
  30. def reshape(newShape: Array[Int]): BufferedTensor

    Permalink
    Definition Classes
    Tensor
  31. def scale(newShape: Array[Int]): TransformedTensor

    Permalink
    Definition Classes
    Tensor
  32. def sum: BufferedTensor

    Permalink
    Definition Classes
    Tensor
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toBufferedTensor: BufferedTensor

    Permalink
    Definition Classes
    BufferedTensorTensor
  35. def toString(): String

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

    Permalink
    Definition Classes
    Tensor
  37. def unary_+: BufferedTensor.this.type

    Permalink
    Definition Classes
    Tensor
  38. def unary_-: InlineTensor

    Permalink
    Definition Classes
    Tensor
  39. def unzip(dimension: Int): IndexedSeq[Tensor]

    Permalink
    Definition Classes
    Tensor
  40. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedTensor to ArrowAssoc[BufferedTensor] 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 BufferedTensor to any2stringadd[BufferedTensor] 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:
    (bufferedTensor: any2stringadd[BufferedTensor]).+(other)
    Definition Classes
    any2stringadd

Inherited from Tensor

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped