trait SemigroupTape extends ReferenceCount
- Alphabetic
- By Inheritance
- SemigroupTape
- 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
closeUpstreams(): Unit
- Attributes
- protected
- Definition Classes
- ReferenceCount
-
abstract
def
input: AnyRef
- Attributes
- protected
- Definition Classes
- ReferenceCount
-
abstract
def
isTrainable: Boolean
- Definition Classes
- Tape
-
abstract
def
rawBackward(accumulatedDelta: (SemigroupTape.this)#Delta): Unit
- Attributes
- protected
-
implicit abstract
def
semigroup: Semigroup[(SemigroupTape.this)#Delta]
- Attributes
- protected
-
abstract
def
value: (SemigroupTape.this)#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
- Implicit
- This member is added by an implicit conversion from SemigroupTape to any2stringadd[SemigroupTape] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SemigroupTape, B)
- Implicit
- This member is added by an implicit conversion from SemigroupTape to ArrowAssoc[SemigroupTape] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
backward(delta: ⇒ (SemigroupTape.this)#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
duplicate(): (SemigroupTape.this)#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: (SemigroupTape) ⇒ Boolean, msg: ⇒ Any): SemigroupTape
- Implicit
- This member is added by an implicit conversion from SemigroupTape to Ensuring[SemigroupTape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SemigroupTape) ⇒ Boolean): SemigroupTape
- Implicit
- This member is added by an implicit conversion from SemigroupTape to Ensuring[SemigroupTape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SemigroupTape
- Implicit
- This member is added by an implicit conversion from SemigroupTape to Ensuring[SemigroupTape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SemigroupTape
- Implicit
- This member is added by an implicit conversion from SemigroupTape to Ensuring[SemigroupTape] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
final
def
flush(): Unit
- Attributes
- protected
- Definition Classes
- SemigroupTape → ReferenceCount
-
final
def
forceBackward(outputDelta: (SemigroupTape.this)#Delta): Unit
- Attributes
- protected
- Definition Classes
- SemigroupTape → Tape
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SemigroupTape to StringFormat[SemigroupTape] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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): (SemigroupTape, B)
- Implicit
- This member is added by an implicit conversion from SemigroupTape to ArrowAssoc[SemigroupTape] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc