Class

com.thoughtworks.deeplearning.double.layers.LessThan

BufferedBatch

Related Doc: package LessThan

Permalink

final class BufferedBatch extends MonoidBatch with BooleanMonoidBatch

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

    Permalink
    Definition Classes
    BooleanMonoidBatch → Batch
  2. type Delta = Eval[Boolean]

    Permalink
    Definition Classes
    BooleanMonoidBatch → 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 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def if[Then, Else, ThenOutputData, ThenOutputDelta, ElseOutputData, ElseOutputDelta, NN, OutputData, OutputDelta](then: Then)(else: Else)(implicit thenToLayer: Aux[Then, Input, ThenOutputData, ThenOutputDelta], elseToLayer: Aux[Else, Input, ElseOutputData, ElseOutputDelta], lub: Lub[Aux[Input, Aux[ThenOutputData, ThenOutputDelta]], Aux[Input, Aux[ElseOutputData, ElseOutputDelta]], NN], commonToLayer: Aux[NN, Input, OutputData, OutputDelta]): Aux[Input, Aux[OutputData, OutputDelta]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BufferedBatch to BooleanOps[Input] performed by method toBooleanOps in com.thoughtworks.deeplearning.boolean. This conversion will take place only if an implicit value of type OfType[BufferedBatch, Input, Boolean] is in scope.
    Definition Classes
    BooleanOps
  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
    BooleanMonoidBatch
  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(delta: Eval[Boolean]): 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 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 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.
    Definition Classes
    DoubleOps
  34. val value: Eval[Boolean]

    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

Inherited from BooleanMonoidBatch

Inherited from LessThan.MonoidBatch

Inherited from LessThan.ReferenceCount

Inherited from Batch

Inherited from AutoCloseable

Inherited from BatchId

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toDoubleOps from BufferedBatch to DoubleOps[Input]

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