final
case class
If[Input0 <: Tape, OutputData0, OutputDelta0](condition: Aux[Input0, Tape], then: Aux[Input0, Aux[OutputData0, OutputDelta0]], else: Aux[Input0, Aux[OutputData0, OutputDelta0]]) extends Layer with Product with Serializable
Instance Constructors
-
new
If(condition: Aux[Input0, Tape], then: Aux[Input0, Aux[OutputData0, OutputDelta0]], else: Aux[Input0, Aux[OutputData0, OutputDelta0]])
Type Members
-
type
Input = Input0
-
type
Output = Tape { ... /* 2 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (If[Input0, OutputData0, OutputDelta0], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
condition: Aux[Input0, Tape]
-
val
else: Aux[Input0, Aux[OutputData0, OutputDelta0]]
-
def
ensuring(cond: (If[Input0, OutputData0, OutputDelta0]) ⇒ Boolean, msg: ⇒ Any): If[Input0, OutputData0, OutputDelta0]
-
def
ensuring(cond: (If[Input0, OutputData0, OutputDelta0]) ⇒ Boolean): If[Input0, OutputData0, OutputDelta0]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): If[Input0, OutputData0, OutputDelta0]
-
def
ensuring(cond: Boolean): If[Input0, OutputData0, OutputDelta0]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
forward(input: Input0): (Layer { ... /* 2 definitions in type refinement */ })#Output
-
final
def
getClass(): Class[_]
-
def
if[Then, Else, ThenOutputData, ThenOutputDelta, ElseOutputData, ElseOutputDelta, NN, OutputData, OutputDelta](then: Then)(else: Else)(implicit thenToLayer: Aux[Then, Input, ThenOutputData, ThenOutputDelta], elseToLayer: Aux[Else, Input, ElseOutputData, ElseOutputDelta], lub: Lub[Aux[Input, Aux[ThenOutputData, ThenOutputDelta]], Aux[Input, Aux[ElseOutputData, ElseOutputDelta]], NN], commonToLayer: Aux[NN, Input, OutputData, OutputDelta]): Aux[Input, Aux[OutputData, OutputDelta]]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
then: Aux[Input0, Aux[OutputData0, OutputDelta0]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (If[Input0, OutputData0, OutputDelta0], B)
Inherited from Serializable
Inherited by implicit conversion toBooleanLayerOps from
If[Input0, OutputData0, OutputDelta0] to BooleanLayerOps[Input]
Inherited by implicit conversion any2stringadd from
If[Input0, OutputData0, OutputDelta0] to any2stringadd[If[Input0, OutputData0, OutputDelta0]]
Inherited by implicit conversion StringFormat from
If[Input0, OutputData0, OutputDelta0] to StringFormat[If[Input0, OutputData0, OutputDelta0]]
Inherited by implicit conversion Ensuring from
If[Input0, OutputData0, OutputDelta0] to Ensuring[If[Input0, OutputData0, OutputDelta0]]
Inherited by implicit conversion ArrowAssoc from
If[Input0, OutputData0, OutputDelta0] to ArrowAssoc[If[Input0, OutputData0, OutputDelta0]]