final case class Throw(throwable: () ⇒ Throwable) extends Layer with Tape with Product with Serializable
- Alphabetic
- By Inheritance
- Throw
- Serializable
- Serializable
- Product
- Equals
- Tape
- AutoCloseable
- Layer
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Throw(throwable: () ⇒ Throwable)
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): (Throw, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
- Throw → AutoCloseable
-
def
duplicate(): Throw
Returns a new Tape that shares the same value and backward behavior with this
Tape
. - def ensuring(cond: (Throw) ⇒ Boolean, msg: ⇒ Any): Throw
- def ensuring(cond: (Throw) ⇒ Boolean): Throw
- def ensuring(cond: Boolean, msg: ⇒ Any): Throw
- def ensuring(cond: Boolean): Throw
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forceBackward(delta: Delta): Unit
- def formatted(fmtstr: String): String
- def forward(input: Input): Throw
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def 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
- val throwable: () ⇒ Throwable
-
def
value: Data
Value of the result of forward pass.
-
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): (Throw, B)