final case class Substract[Input0 <: Batch](operand1: Aux[Input0, Batch], operand2: Aux[Input0, Batch]) extends Binary with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Substract
- Serializable
- Serializable
- Product
- Equals
- Binary
- BufferedLayer
- Layer
- AnyRef
- Any
Implicitly
- by toDoubleLayerOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
BinaryBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- Binary
-
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
-
type
BufferedBatch = DoubleMonoidBatch with MonoidBatch with BinaryBatch
- Definition Classes
- Substract → Binary → BufferedLayer
- type Input = Input0
-
type
Output = (BufferedBatch)#Open
- Definition Classes
- BufferedLayer → Layer
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): (Substract[Input0], 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: (Substract[Input0]) ⇒ Boolean, msg: ⇒ Any): Substract[Input0]
- def ensuring(cond: (Substract[Input0]) ⇒ Boolean): Substract[Input0]
- def ensuring(cond: Boolean, msg: ⇒ Any): Substract[Input0]
- def ensuring(cond: Boolean): Substract[Input0]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
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
- val operand1: Aux[Input0, Batch]
- val operand2: Aux[Input0, Batch]
-
def
rawForward(input0: 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
- Substract → BufferedLayer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unary_-: Aux[Input, Batch]
- Implicit
- This member is added by an implicit conversion from Substract[Input0] to DoubleLayerOps[Input] performed by method toDoubleLayerOps in com.thoughtworks.deeplearning.DifferentiableDouble. This conversion will take place only if an implicit value of type OfType[Substract[Input0], Input, DoublePlaceholder] is in scope.
- Definition Classes
- DoubleLayerOps
-
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): (Substract[Input0], B)