final class Output extends Tape with CloseableOnce
- Alphabetic
- By Inheritance
- Output
- CloseableOnce
- Tape
- AutoCloseable
- AnyRef
- Any
- by toSeqLayerOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Output, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
backward(delta: ⇒ Delta): Unit
invoke
forceBackward
if isTrainable istrue
invoke
forceBackward
if isTrainable istrue
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(): Unit
- Definition Classes
- Output → CloseableOnce → AutoCloseable
-
def
duplicate(): Output
Returns a new Tape that shares the same value and backward behavior with this
Tape
. - def ensuring(cond: (Output) ⇒ Boolean, msg: ⇒ Any): Output
- def ensuring(cond: (Output) ⇒ Boolean): Output
- def ensuring(cond: Boolean, msg: ⇒ Any): Output
- def ensuring(cond: Boolean): Output
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected
- Definition Classes
- CloseableOnce → AnyRef
- def forceBackward(pair: (Int, ElementDelta)): Unit
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isTrainable: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val value: Data
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Output, B)