Class

com.thoughtworks.deeplearning.array2D.layers.ToSeq

BufferedBatch

Related Doc: package ToSeq

Permalink

final class BufferedBatch extends ReferenceCount with Seq2DBatch

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

Type Members

  1. type Data = Eval[Seq[Seq[Double]]]

    Permalink
    Definition Classes
    Seq2DBatch → Batch
  2. type Delta = Eval[(Int, Int, Double)]

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

    Permalink
    Definition Classes
    ReferenceCountBatchId

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. def apply(rowIndex: Int, columnIndex: Int): Aux[Input, dsl.Type.Batch]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to Seq2DOps[Input] performed by method toSeq2DOps in com.thoughtworks.deeplearning.seq2D. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Seq2D] is in scope.
    Definition Classes
    Seq2DOps
  7. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BufferedBatchReferenceCount
  12. def dot(right: Aux[Input, dsl.Type.Batch]): Aux[Input, dsl.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
  13. 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
  14. 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
  15. 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
  16. 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
  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 flush(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BufferedBatchReferenceCount
  21. 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()
  22. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val input: Aux[Input]

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

    Permalink

    Returns a wrapped Batch able to detect error of closing more than once if ASSERTION is enabled, or returns this ReferenceCount itself when ASSERTION is disabled hence no check.

    Returns a wrapped Batch able to detect error of closing more than once if ASSERTION is enabled, or returns this ReferenceCount itself when ASSERTION is disabled hence no check.

    Definition Classes
    ReferenceCountBatchId
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toSeq: Aux[Input, dsl.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
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def unary_-: Aux[Input, dsl.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
  34. var upstreamDelta: Eval[INDArray]

    Permalink
  35. val value: Data

    Permalink
    Definition Classes
    BufferedBatchBatch
  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 Seq2DBatch

Inherited from ToSeq.ReferenceCount

Inherited from Batch

Inherited from AutoCloseable

Inherited from BatchId

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion toSeq2DOps from BufferedBatch to Seq2DOps[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