com.thoughtworks.deeplearning

coproduct

package coproduct

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. coproduct
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type :+:[Head <: Type[_, _], Tail <: Coproduct] = Type[shapeless.:+:[DataOf[Head], DataOf[Tail]], shapeless.:+:[DeltaOf[Head], DeltaOf[Tail]]]

  2. final class CConsOps[Input <: Batch, HeadData, HeadDelta, TailData <: shapeless.Coproduct, TailDelta <: shapeless.Coproduct] extends AnyRef

  3. type CNil = Type[shapeless.CNil, shapeless.CNil]

  4. type Coproduct = Type[_ <: shapeless.Coproduct, _ <: shapeless.Coproduct]

Value Members

  1. package layers

  2. implicit def toCConsOps[From, Input <: Batch, OutputData, OutputDelta, HeadData, HeadDelta, TailData <: shapeless.Coproduct, TailDelta <: shapeless.Coproduct](from: From)(implicit toLayer: Aux[From, Input, OutputData, OutputDelta], toCoproductLayer: <:<[Aux[Input, Aux[OutputData, OutputDelta]], Aux[Input, Aux[shapeless.:+:[HeadData, TailData], shapeless.:+:[HeadDelta, TailDelta]]]]): CConsOps[Input, HeadData, HeadDelta, TailData, TailDelta]

Inherited from AnyRef

Inherited from Any

Ungrouped