Class

com.thoughtworks.deeplearning.array2D.layers.MaxDouble

BufferedBatch

Related Doc: package MaxDouble

Permalink

final class BufferedBatch extends Array2DSemigroupBatch with SemigroupBatch

Attributes
protected
Linear Supertypes
MaxDouble.SemigroupBatch, MaxDouble.ReferenceCount, BatchId, Array2DSemigroupBatch, Batch, AutoCloseable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferedBatch
  2. SemigroupBatch
  3. ReferenceCount
  4. BatchId
  5. Array2DSemigroupBatch
  6. Batch
  7. AutoCloseable
  8. AnyRef
  9. Any
Implicitly
  1. by toArray2DOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Data = Eval[INDArray]

    Permalink
    Definition Classes
    Array2DSemigroupBatch → Batch
  2. type Delta = Eval[INDArray]

    Permalink
    Definition Classes
    Array2DSemigroupBatch → Batch
  3. abstract type Open >: Aux[Data, Delta] <: Aux[Data, Delta]

    Permalink
    Definition Classes
    ReferenceCount → BatchId

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 BufferedBatch to any2stringadd[BufferedBatch] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BufferedBatch, B)

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

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

    Permalink
    Definition Classes
    Any
  7. final def backward(delta: Delta): Unit

    Permalink
    Definition Classes
    SemigroupBatch → Batch
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def close(): Unit

    Permalink
    Definition Classes
    ReferenceCount → AutoCloseable
  10. def closeUpstreams(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BufferedBatch → ReferenceCount
  11. def dot(right: Aux[Input, any.Type.Batch]): Aux[Input, any.Type.Batch]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to Array2DOps[Input] performed by method toArray2DOps in com.thoughtworks.deeplearning.array2D. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Array2D] is in scope.
    Definition Classes
    Array2DOps
  12. def ensuring(cond: (BufferedBatch) ⇒ Boolean, msg: ⇒ Any): BufferedBatch

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def flush(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SemigroupBatch → ReferenceCount
  20. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val input: Aux[Input0]

    Permalink
    Definition Classes
    BufferedBatch → ReferenceCount
  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. final def open(): Open

    Permalink
    Definition Classes
    ReferenceCount → BatchId
  29. def rawBackward(outputDelta: Eval[INDArray]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BufferedBatch → SemigroupBatch
  30. final def semigroup: Semigroup[Delta]

    Permalink
    Attributes
    protected
    Definition Classes
    Array2DSemigroupBatch
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toSeq: Aux[Input, any.Type.Batch]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to Array2DOps[Input] performed by method toArray2DOps in com.thoughtworks.deeplearning.array2D. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Array2D] is in scope.
    Definition Classes
    Array2DOps
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def unary_-: Aux[Input, any.Type.Batch]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to Array2DOps[Input] performed by method toArray2DOps in com.thoughtworks.deeplearning.array2D. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Array2D] is in scope.
    Definition Classes
    Array2DOps
  35. val value: Eval[INDArray]

    Permalink
    Definition Classes
    BufferedBatch → Batch
  36. final def wait(): Unit

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

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

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

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

Inherited from MaxDouble.SemigroupBatch

Inherited from MaxDouble.ReferenceCount

Inherited from BatchId

Inherited from Array2DSemigroupBatch

Inherited from Batch

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toArray2DOps from BufferedBatch to Array2DOps[Input]

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

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

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

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

Ungrouped