trait UnaryTape extends ReferenceCount
- Alphabetic
- By Inheritance
- UnaryTape
- ReferenceCount
- Tape
- AutoCloseable
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
Abstract Value Members
-
abstract
def
flush(): Unit
- Attributes
- protected
- Definition Classes
- ReferenceCount
-
abstract
def
forceBackward(delta: CumulativeTape.Delta): Unit
- Attributes
- protected
- Definition Classes
- Tape
-
abstract
def
input: Unary.Input
- Definition Classes
- UnaryTape → ReferenceCount
-
abstract
def
value: CumulativeTape.Data
Value of the result of forward pass.
Concrete 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): (UnaryTape, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
backward(delta: ⇒ CumulativeTape.Delta): Unit
invoke
forceBackward
if isTrainable istrue
invoke
forceBackward
if isTrainable istrue
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
close(): Unit
- Definition Classes
- ReferenceCount → AutoCloseable
-
final
def
closeUpstreams(): Unit
- Attributes
- protected
- Definition Classes
- UnaryTape → ReferenceCount
-
final
def
duplicate(): CumulativeTape.Self
Returns a wrapped Tape 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 Tape 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
- ReferenceCount → Tape
- def ensuring(cond: (UnaryTape) ⇒ Boolean, msg: ⇒ Any): UnaryTape
- def ensuring(cond: (UnaryTape) ⇒ Boolean): UnaryTape
- def ensuring(cond: Boolean, msg: ⇒ Any): UnaryTape
- def ensuring(cond: Boolean): UnaryTape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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
- final 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
upstream: (operand)#Output
- Attributes
- protected
-
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): (UnaryTape, B)