trait Unary extends BufferedLayer
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unary
- BufferedLayer
- Layer
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
MonoidBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
ReferenceCount
extends Batch
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
SemigroupBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
abstract
type
BufferedBatch <: UnaryBatch
- Attributes
- protected
- Definition Classes
- Unary → BufferedLayer
-
abstract
type
Input <: Batch
- Definition Classes
- Layer
-
type
Output = BufferedBatch.Open
- Definition Classes
- BufferedLayer → Layer
-
trait
UnaryBatch
extends ReferenceCount
- Attributes
- protected
Abstract Value Members
-
abstract
val
operand: Aux[Input, _ <: Batch]
- Attributes
- protected
-
abstract
def
rawForward(input: Input): BufferedBatch
Performs the underlying forward pass.
Performs the underlying forward pass.
- returns
a Batch that will be cached for subsequent forward
- Attributes
- protected
- Definition Classes
- BufferedLayer
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): (Unary, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Unary) ⇒ Boolean, msg: ⇒ Any): Unary
- def ensuring(cond: (Unary) ⇒ Boolean): Unary
- def ensuring(cond: Boolean, msg: ⇒ Any): Unary
- def ensuring(cond: Boolean): Unary
-
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
forward(input: Input): Output
- Definition Classes
- BufferedLayer → Layer
-
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): (Unary, B)