Object

com.thoughtworks.deeplearning

DifferentiableDouble

Related Doc: package deeplearning

Permalink

object DifferentiableDouble

Author:

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

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

Type Members

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

    Permalink
  2. 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. implicit def doubleTrainable: Trainable[Double, Double]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  17. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  21. implicit def liftDouble: Aux[Double, Double, Double]

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

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

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

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

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

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

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

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

    Permalink
  30. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped