object ToLayer extends ToLayerLowPriorityImplicits
- Alphabetic
- By Inheritance
- ToLayer
- ToLayerLowPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type Aux[From, Input <: Tape, OutputData0, OutputDelta0] = ToLayer[From, Input] { ... /* 2 definitions in type refinement */ }
- type OfPlaceholder[From, Input <: Tape, OutputPlaceholder <: Identity[_, _]] = Aux[From, Input, ToLayer.OfPlaceholder.differentiablePlaceholder.type.Data, ToLayer.OfPlaceholder.differentiablePlaceholder.type.Delta] forSome {val differentiablePlaceholder: OutputPlaceholder}
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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( ... )
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
isLayerToLayer[NativeInput, NativeOutput, InputData0, InputDelta0, OutputData0, OutputDelta0]: Aux[(IsLayer { ... /* 4 definitions in type refinement */ })#@, Layer.Tape.Aux[InputData0, InputDelta0], OutputData0, OutputDelta0]
- Definition Classes
- ToLayerLowPriorityImplicits
- implicit def layerToLayer[Input <: Tape, OutputData0, OutputDelta0]: Aux[Layer.Aux[Input, Layer.Tape.Aux[OutputData0, OutputDelta0]], Input, OutputData0, OutputDelta0]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit def placeholderToLayer[From, InputData, InputDelta, OutputData0, OutputDelta0](implicit inputPlaceholder: Identity[InputData, InputDelta], toLiteral: ToLiteral.Aux[From, OutputData0, OutputDelta0]): Aux[From, Layer.Tape.Aux[InputData, InputDelta], OutputData0, OutputDelta0]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toLayerOfPlaceholder[Input0 <: Tape, OutputPlaceholder <: Identity[_, _]]: OfPlaceholder[Layer.Aux[Input0, ToLayerLowPriorityImplicits.toLayerOfPlaceholder.OutputPlaceholder.Tape], Input0, OutputPlaceholder]
- Definition Classes
- ToLayerLowPriorityImplicits
-
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( ... )