Trait

com.thoughtworks.compute.Tensors.MemoryTrees

MemoryFloatType

Related Doc: package MemoryTrees

Permalink

trait MemoryFloatType extends FloatTreeType with MemoryValueType

Attributes
protected
Source
Tensors.scala
Linear Supertypes
Known Subclasses
FloatType
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryFloatType
  2. MemoryValueType
  3. FloatTreeType
  4. FloatTypeApi
  5. FloatExpressionApi
  6. ValueSingletonApi
  7. ValueTreeType
  8. ValueTypeApi
  9. ValueExpressionApi
  10. ExpressionApi
  11. AnyRef
  12. 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

Type Members

  1. type JvmValue = Float

    Permalink
    Definition Classes
    FloatExpressionApiValueExpressionApi
  2. type TermIn[C <: MemoryTrees.Category] = Expressions.Floats.FloatExpressionApi.TermIn.C.FloatTerm

    Permalink
  3. type ThisTerm = TermIn[MemoryTrees.this.type]

    Permalink
    Definition Classes
    ExpressionApi
  4. type ThisType = TypeIn[MemoryTrees.this.type]

    Permalink
    Definition Classes
    ValueExpressionApi
  5. type TypeIn[C <: MemoryTrees.Category] = Expressions.Floats.FloatExpressionApi.TypeIn.C.FloatType

    Permalink
    Definition Classes
    FloatExpressionApiValueExpressionApi

Abstract Value Members

  1. abstract def termFactory: Factory1[MemoryTrees.Tree, ThisTerm]

    Permalink
    Attributes
    protected
    Definition Classes
    FloatTreeType
    Annotations
    @inject()

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 +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MemoryFloatType to any2stringadd[MemoryFloatType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MemoryFloatType, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MemoryFloatType to ArrowAssoc[MemoryFloatType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def abs(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def classTag: ClassTag[Float]

    Permalink
    Definition Classes
    MemoryFloatTypeMemoryValueType
  9. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def exp(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def in(foreignCategory: MemoryTrees.Category): TypeIn[foreignCategory.type]

    Permalink
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def literal(value: JvmValue): ThisTerm

    Permalink
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  24. def log(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  25. def max(leftHandSide: MemoryTrees.FloatTerm, rightHandSide: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  26. def memory: FloatMemory.type

    Permalink
    Definition Classes
    MemoryFloatTypeMemoryValueType
  27. def min(leftHandSide: MemoryTrees.FloatTerm, rightHandSide: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def parameter(id: Any): ThisTerm

    Permalink
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  32. def sqrt(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def tanh(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm

    Permalink
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  35. def term(tree: MemoryTrees.Tree): ThisTerm

    Permalink
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

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

Inherited from MemoryValueType

Inherited from MemoryTrees.FloatTreeType

Inherited from MemoryTrees.FloatTypeApi

Inherited from MemoryTrees.ValueTreeType

Inherited from MemoryTrees.ValueTypeApi

Inherited from MemoryTrees.ExpressionApi

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped