Package

com.thoughtworks.deeplearning

coproduct

Permalink

package coproduct

Author:

杨博 (Yang Bo) <[email protected]>

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. coproduct
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

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

    Permalink

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

    Permalink

Value Members

  1. package layers

    Permalink
  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]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped