Packages

final class Output extends Batch with CloseableOnce

Linear Supertypes
CloseableOnce, Batch, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  2. CloseableOnce
  3. Batch
  4. AutoCloseable
  5. AnyRef
  6. Any
Implicitly
  1. by toSeqLayerOps
  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 = Seq[ElementData]
    Definition Classes
    OutputBatch
  2. type Delta = (Int, ElementDelta)
    Definition Classes
    OutputBatch

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Output to any2stringadd[Output] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Output, B)
    Implicit
    This member is added by an implicit conversion from Output to ArrowAssoc[Output] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addReference(): Output
    Definition Classes
    OutputBatch
  7. def apply(i: Int): Aux[Input, Aux[ElementData, ElementDelta]]
    Implicit
    This member is added by an implicit conversion from Output to SeqLayerOps[Input, ElementData, ElementDelta] performed by method toSeqLayerOps in com.thoughtworks.deeplearning.DifferentiableSeq. This conversion will take place only if an implicit value of type Aux[Output, Input, SeqData, SeqDelta] is in scope and at the same time an implicit value of type <:<[Aux[Input, Aux[SeqData, SeqDelta]], Aux[Input, Aux[Seq[ElementData], (Int, ElementDelta)]]] is in scope.
    Definition Classes
    SeqLayerOps
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def backward(pair: (Int, ElementDelta)): Unit
    Definition Classes
    OutputBatch
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit
    Definition Classes
    Output → CloseableOnce → AutoCloseable
  12. def ensuring(cond: (Output) ⇒ Boolean, msg: ⇒ Any): Output
    Implicit
    This member is added by an implicit conversion from Output to Ensuring[Output] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Output) ⇒ Boolean): Output
    Implicit
    This member is added by an implicit conversion from Output to Ensuring[Output] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Output
    Implicit
    This member is added by an implicit conversion from Output to Ensuring[Output] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Output
    Implicit
    This member is added by an implicit conversion from Output to Ensuring[Output] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected
    Definition Classes
    CloseableOnce → AnyRef
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Output to StringFormat[Output] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val value: Data
    Definition Classes
    OutputBatch
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def [B](y: B): (Output, B)
    Implicit
    This member is added by an implicit conversion from Output to ArrowAssoc[Output] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from CloseableOnce

Inherited from Batch

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion toSeqLayerOps from Output to SeqLayerOps[Input, ElementData, ElementDelta]

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

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

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

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

Ungrouped