Object

com.thoughtworks.deeplearning

BpDouble

Related Doc: package deeplearning

Permalink

object BpDouble

Author:

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

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

Type Members

  1. type BpDouble = BackPropagationType[Eval[Double], Eval[Double]]

    Permalink

  2. final class DoubleLayerOps[Input <: Batch] extends AnyRef

    Permalink
  3. implicit final class NativeDoubleOps 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. implicit def Double*Double[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  5. implicit def Double+Double[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  6. implicit def Double-Double[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  7. implicit def Double/Double[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  8. object Layers

    Permalink
  9. object Optimizers

    Permalink
  10. implicit def abs(Double)[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def exp(Double)[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit def liftNativeDoubleToLayer[InputData, InputDelta](implicit inputType: BackPropagationType[InputData, InputDelta]): Aux[Double, Aux[InputData, InputDelta], Eval[Double], Eval[Double]]

    Permalink
  21. implicit def log(Double)[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  22. implicit def max(Double,Double)[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  23. implicit def min(Double,Double)[Input <: Batch]: Aux[Aux[Input, Batch], Aux[Input, Batch], Aux[Input, Batch]]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit def toDoubleLayerOps[From, Input <: Batch](from: From)(implicit toLayer: OfType[From, Input, BpDouble]): DoubleLayerOps[Input]

    Permalink
  29. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped