trait Binary extends BufferedLayer
A helper that contains common boilerplate code for layers of binary operator layer
final case class BinaryOps[Input0 <: Batch]( operand1: Layer.Aux[Input0, INDArrayPlaceholder.Batch], operand2: Layer.Aux[Input0, INDArrayPlaceholder.Batch]) extends BufferedLayer.Binary {}
Example:
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Binary
- BufferedLayer
- Layer
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
BinaryBatch
extends ReferenceCount
- Attributes
- protected
-
abstract
type
BufferedBatch <: BinaryBatch
- Attributes
- protected
- Definition Classes
- Binary → BufferedLayer
-
abstract
type
Input <: Batch
- Definition Classes
- Layer
-
trait
MonoidBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
type
Output
= BufferedBatch.Self
- Definition Classes
- BufferedLayer → Layer
-
trait
ReferenceCount
extends Batch
- Attributes
- protected
- Definition Classes
- BufferedLayer
-
trait
SemigroupBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- BufferedLayer
Abstract Value Members
-
abstract
val
operand1: Aux[Input, _ <: Batch]
- Attributes
- protected
-
abstract
val
operand2: Aux[Input, _ <: Batch]
- Attributes
- protected
-
abstract
def
rawForward(input: Input): BufferedBatch
Performs the underlying forward pass.
Performs the underlying forward pass.
- 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): (Binary, 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: (Binary) ⇒ Boolean, msg: ⇒ Any): Binary
- def ensuring(cond: (Binary) ⇒ Boolean): Binary
- def ensuring(cond: Boolean, msg: ⇒ Any): Binary
- def ensuring(cond: Boolean): Binary
-
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): (Binary, B)