Packages

trait BinaryTape extends ReferenceCount

Attributes
protected
Self Type
CumulativeTape
Linear Supertypes
Binary.ReferenceCount, Tape, AutoCloseable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryTape
  2. ReferenceCount
  3. Tape
  4. AutoCloseable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Data
    Definition Classes
    Tape
  2. abstract type Delta
    Definition Classes
    Tape

Abstract Value Members

  1. abstract def flush(): Unit
    Attributes
    protected
    Definition Classes
    ReferenceCount
  2. abstract def forceBackward(delta: CumulativeTape.Delta): Unit
    Attributes
    protected
    Definition Classes
    Tape
  3. abstract def input: Binary.Input
    Definition Classes
    BinaryTapeReferenceCount
  4. abstract def value: CumulativeTape.Data
    Definition Classes
    Tape

Concrete 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 BinaryTape to any2stringadd[BinaryTape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BinaryTape, B)
    Implicit
    This member is added by an implicit conversion from BinaryTape to ArrowAssoc[BinaryTape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def backward(delta: ⇒ CumulativeTape.Delta): Unit
    Definition Classes
    Tape
    Annotations
    @inline()
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def close(): Unit
    Definition Classes
    ReferenceCount → AutoCloseable
  10. final def closeUpstreams(): Unit
    Attributes
    protected
    Definition Classes
    BinaryTapeReferenceCount
  11. 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
  12. def ensuring(cond: (BinaryTape) ⇒ Boolean, msg: ⇒ Any): BinaryTape
    Implicit
    This member is added by an implicit conversion from BinaryTape to Ensuring[BinaryTape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (BinaryTape) ⇒ Boolean): BinaryTape
    Implicit
    This member is added by an implicit conversion from BinaryTape to Ensuring[BinaryTape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): BinaryTape
    Implicit
    This member is added by an implicit conversion from BinaryTape to Ensuring[BinaryTape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): BinaryTape
    Implicit
    This member is added by an implicit conversion from BinaryTape to Ensuring[BinaryTape] 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BinaryTape to StringFormat[BinaryTape] 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 val isTrainable: Boolean
    Definition Classes
    BinaryTape → Tape
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val upstream1: (operand1)#Output
    Attributes
    protected
  30. val upstream2: (operand2)#Output
    Attributes
    protected
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (BinaryTape, B)
    Implicit
    This member is added by an implicit conversion from BinaryTape to ArrowAssoc[BinaryTape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Binary.ReferenceCount

Inherited from Tape

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped