Class

com.thoughtworks.deeplearning.array2D.layers.ReduceSum

BufferedBatch

Related Doc: package ReduceSum

Permalink

final class BufferedBatch extends MonoidBatch with DoubleMonoidBatch

Attributes
protected
Linear Supertypes
DoubleMonoidBatch, ReduceSum.MonoidBatch, ReduceSum.ReferenceCount, Batch, AutoCloseable, BatchId, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferedBatch
  2. DoubleMonoidBatch
  3. MonoidBatch
  4. ReferenceCount
  5. Batch
  6. AutoCloseable
  7. BatchId
  8. AnyRef
  9. Any
Implicitly
  1. by toArray2DOps
  2. by toDoubleOps
  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[Double]

    Permalink
    Definition Classes
    DoubleMonoidBatch → Batch
  2. type Delta = Eval[Double]

    Permalink
    Definition Classes
    DoubleMonoidBatch → 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    MonoidBatchBatch
  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
    BufferedBatchReferenceCount
  11. 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
  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
    MonoidBatchReferenceCount
  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
    BufferedBatchReferenceCount
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def monoid: Monoid[Delta]

    Permalink
    Attributes
    protected
    Definition Classes
    DoubleMonoidBatch
  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. def rawBackward(outputDelta: Eval[Double]): Unit

    Permalink

    Performs the underlying backward pass with all upstreamDeltas that previously received from #backward.

    Performs the underlying backward pass with all upstreamDeltas that previously received from #backward.

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

    Permalink
    Definition Classes
    AnyRef
  32. 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
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. val value: Eval[Double]

    Permalink
    Definition Classes
    BufferedBatchBatch
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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

Shadowed Implicit Value Members

  1. 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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bufferedBatch: Array2DOps[Input]).unary_-
    Definition Classes
    Array2DOps
  2. def unary_-: Aux[Input, dsl.Type.Batch]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to DoubleOps[Input] performed by method toDoubleOps in com.thoughtworks.deeplearning.double. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Double] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bufferedBatch: DoubleOps[Input]).unary_-
    Definition Classes
    DoubleOps

Inherited from DoubleMonoidBatch

Inherited from ReduceSum.MonoidBatch

Inherited from ReduceSum.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 toDoubleOps from BufferedBatch to DoubleOps[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