Trait

com.thoughtworks.deeplearning.plugins.DoubleLayers

ImplicitsApi

Related Doc: package DoubleLayers

Permalink

trait ImplicitsApi extends DoubleLayers.ImplicitsApi

Source
FloatLayers.scala
Linear Supertypes
DoubleLayers.ImplicitsApi, AnyRef, Any
Known Subclasses
Implicits, Implicits, ImplicitsApi, ImplicitsApi
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitsApi
  2. ImplicitsApi
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class DoubleLayerOps[Operand0] extends AnyRef

    Permalink

    An implicit wrapper that adds extension methods for differentiable double types that support the DeepLearning type class.

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to any2stringadd[ImplicitsApi] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ImplicitsApi, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to ArrowAssoc[ImplicitsApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. implicit def Double*Double[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.*.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  7. implicit def Double+Double[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.+.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  8. implicit def Double-Double[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.-.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  9. implicit def Double/Double[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators./.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  10. implicit def abs(Double)[Operand0, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.abs.Case[Operand0] { type Result = Out }

    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 eagerDoubleDsl[Differentiable, Data, Delta, Constructor, Out <: DoubleLayer](implicit implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Dsl[Eager[Differentiable, Data, Delta], DoubleLayer, Data]

    Permalink
  14. def ensuring(cond: (ImplicitsApi) ⇒ Boolean, msg: ⇒ Any): ImplicitsApi

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ImplicitsApi) ⇒ Boolean): ImplicitsApi

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ImplicitsApi

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ImplicitsApi

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def exp(Double)[Operand0, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.exp.Case[Operand0] { type Result = Out }

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to StringFormat[ImplicitsApi] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit def implicitEager[Operand0](a: Operand0)(implicit deepLearning: DeepLearning[Operand0]): Eager[Operand0, Data, Delta]

    Permalink
    Definition Classes
    ImplicitsApi
    Annotations
    @inline()
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. implicit def layerDeepLearning[From, Data0, Delta0](implicit asLayer: <:<[From, DoubleLayers.LayerApi { ... /* 2 definitions in type refinement */ }]): DeepLearning.Aux[From, Data0, Delta0]

    Permalink
    Definition Classes
    ImplicitsApi
  28. implicit def log(Double)[Operand0, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.log.Case[Operand0] { type Result = Out }

    Permalink
  29. implicit def max(Double,Double)[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.max.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  30. implicit def min(Double,Double)[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.min.Case[Operand0, Operand1] { type Result = Out }

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. implicit def pow(Double,Double)[Operand0, Operand1, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.pow.Case[Operand0, Operand1] { type Result = Out }

    Permalink
  35. implicit def sqrt(Double)[Operand0, Out <: DoubleLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.sqrt.Case[Operand0] { type Result = Out }

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (ImplicitsApi, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ImplicitsApi to ArrowAssoc[ImplicitsApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from DoubleLayers.ImplicitsApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ImplicitsApi to any2stringadd[ImplicitsApi]

Inherited by implicit conversion StringFormat from ImplicitsApi to StringFormat[ImplicitsApi]

Inherited by implicit conversion Ensuring from ImplicitsApi to Ensuring[ImplicitsApi]

Inherited by implicit conversion ArrowAssoc from ImplicitsApi to ArrowAssoc[ImplicitsApi]

Ungrouped