final case class Reciprocal[Input0 <: Batch](operand: Aux[Input0, Batch]) extends Unary with Product with Serializable
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reciprocal
- Serializable
- Serializable
- Product
- Equals
- Unary
- BufferedLayer
- Layer
- AnyRef
- Any
Implicitly
- by toFloatLayerOps
- 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
-
trait
UnaryBatch
extends ReferenceCount
- Attributes
- protected
- Definition Classes
- Unary
-
type
BufferedBatch = FloatMonoidBatch with MonoidBatch with UnaryBatch
- Definition Classes
- Reciprocal → Unary → BufferedLayer
-
type
Input = Input0
- Definition Classes
- Reciprocal → Layer
-
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
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to any2stringadd[Reciprocal[Input0]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Reciprocal[Input0], B)
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to ArrowAssoc[Reciprocal[Input0]] 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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (Reciprocal[Input0]) ⇒ Boolean, msg: ⇒ Any): Reciprocal[Input0]
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to Ensuring[Reciprocal[Input0]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Reciprocal[Input0]) ⇒ Boolean): Reciprocal[Input0]
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to Ensuring[Reciprocal[Input0]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Reciprocal[Input0]
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to Ensuring[Reciprocal[Input0]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Reciprocal[Input0]
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to Ensuring[Reciprocal[Input0]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to StringFormat[Reciprocal[Input0]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
operand: Aux[Input0, Batch]
- Definition Classes
- Reciprocal → Unary
-
def
rawForward(input0: Input): MonoidBatch with FloatMonoidBatch with UnaryBatch { ... /* 2 definitions in type refinement */ }
Performs the underlying forward pass.
Performs the underlying forward pass.
- returns
a Batch that will be cached for subsequent forward
- Attributes
- protected
- Definition Classes
- Reciprocal → 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 Reciprocal[Input0] to FloatLayerOps[Input] performed by method toFloatLayerOps in com.thoughtworks.deeplearning.DifferentiableFloat. This conversion will take place only if an implicit value of type OfType[Reciprocal[Input0], Input, FloatPlaceholder] is in scope.
- Definition Classes
- FloatLayerOps
-
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): (Reciprocal[Input0], B)
- Implicit
- This member is added by an implicit conversion from Reciprocal[Input0] to ArrowAssoc[Reciprocal[Input0]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc