Object

com.thoughtworks.deeplearning

BpHList

Related Doc: package deeplearning

Permalink

object BpHList

Author:

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

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

Type Members

  1. type :**:[Head <: BackPropagationType[_, _], Tail <: BpHList] = BackPropagationType[::[DataOf[Head], DataOf[Tail]], :+:[DeltaOf[Head], DeltaOf[Tail]]]

    Permalink

  2. type BpHCons[Head <: BackPropagationType[_, _], Tail <: BpHList] = BackPropagationType[::[DataOf[Head], DataOf[Tail]], :+:[DeltaOf[Head], DeltaOf[Tail]]]

    Permalink

  3. type BpHList = BackPropagationType[_ <: HList, _ <: Coproduct]

    Permalink

  4. type BpHNil = BackPropagationType[HNil, CNil]

    Permalink

  5. final class HConsLayerOps[Input <: Batch, HeadData, HeadDelta, TailData <: HList, TailDelta <: Coproduct] extends AnyRef

    Permalink
  6. final class HListLayerOps[Input <: Batch, TailData <: HList, TailDelta <: Coproduct] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BpHNil: HNil.type

    Permalink
  5. object Layers

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit def hnilToLayer[InputData, InputDelta](implicit inputType: BackPropagationType[InputData, InputDelta]): Aux[HNil.type, Aux[InputData, InputDelta], HNil, CNil]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. implicit def toHConsLayerOps[From, Input <: Batch, OutputData, OutputDelta, HeadData, HeadDelta, TailData <: HList, TailDelta <: Coproduct](from: From)(implicit toLayer: Aux[From, Input, OutputData, OutputDelta], toHListLayer: <:<[Aux[Input, Aux[OutputData, OutputDelta]], Aux[Input, Aux[::[HeadData, TailData], :+:[HeadDelta, TailDelta]]]]): HConsLayerOps[Input, HeadData, HeadDelta, TailData, TailDelta]

    Permalink
  20. implicit def toHListLayerOps[From, Input <: Batch, TailData <: HList, TailDelta <: Coproduct](from: From)(implicit toLayer: Aux[From, Input, TailData, TailDelta]): HListLayerOps[Input, TailData, TailDelta]

    Permalink
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped