Type

com.thoughtworks.deeplearning.plugins.INDArrayLayers

Implicits

Related Doc: package INDArrayLayers

Permalink

abstract type Implicits <: ImplicitsApi

Definition Classes
INDArrayLayersImplicitsSingletonDoubleLiteralsDoubleLayersLayers
Source
INDArrayLayers.scala
Linear Supertypes
INDArrayLayers.ImplicitsApi, INDArrayLayers.ImplicitsApi, INDArrayLayers.ImplicitsApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implicits
  2. ImplicitsApi
  3. ImplicitsApi
  4. ImplicitsApi
  5. AnyRef
  6. Any
  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.

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

    Definition Classes
    ImplicitsApi
  2. implicit final class INDArrayLayerOps[Operand0] extends AnyRef

    Permalink

    An implicit wrapper that adds extension methods for differentiable n-dimensional array types that support the DeepLearning type class.

    An implicit wrapper that adds extension methods for differentiable n-dimensional array types that support the DeepLearning type class.

    Definition Classes
    ImplicitsApi

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[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
    Definition Classes
    ImplicitsApi
  5. implicit def Double*INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.*.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  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
    Definition Classes
    ImplicitsApi
  7. implicit def Double+INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.+.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  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
    Definition Classes
    ImplicitsApi
  9. implicit def Double-INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.-.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  10. 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
    Definition Classes
    ImplicitsApi
  11. implicit def Double/INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators./.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  12. implicit def INDArray*Double[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.*.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  13. implicit def INDArray*INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.*.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  14. implicit def INDArray+Double[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.+.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  15. implicit def INDArray+INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.+.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  16. implicit def INDArray-Double[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.-.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  17. implicit def INDArray-INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.-.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  18. implicit def INDArray/Double[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators./.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  19. implicit def INDArray/INDArray[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators./.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  20. 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
    Definition Classes
    ImplicitsApi
  21. implicit def abs(INDArray)[Operand0, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.abs.Case[Operand0] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  22. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. implicit def doubleLiteralDeepLearning: DeepLearning.Aux[Double, Double, Double]

    Permalink
    Definition Classes
    ImplicitsApi
  25. implicit def eagerDoubleDsl[Differentiable, Data, Delta, Constructor, Out <: DoubleLayer](implicit implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Dsl[Eager[Differentiable, Data, Delta], DoubleLayer, Data]

    Permalink
    Definition Classes
    ImplicitsApi
  26. implicit def eagerINDArrayDsl[Differentiable, Data, Delta, Constructor, Out <: INDArrayLayer](implicit implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Dsl[Eager[Differentiable, Data, Delta], INDArrayLayer, Data]

    Permalink
    Definition Classes
    ImplicitsApi
  27. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. 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
    Definition Classes
    ImplicitsApi
  30. implicit def exp(INDArray)[Operand0, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.exp.Case[Operand0] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  31. def finalize(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    ImplicitsApi
  37. 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
    Definition Classes
    ImplicitsApi
  38. implicit def log(INDArray)[Operand0, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.log.Case[Operand0] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  39. 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
    Definition Classes
    ImplicitsApi
  40. implicit def max(Double,INDArray)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.max.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  41. implicit def max(INDArray,Double)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.max.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  42. implicit def max(INDArray,INDArray)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.max.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  43. 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
    Definition Classes
    ImplicitsApi
  44. implicit def min(Double,INDArray)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Double, Double], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.min.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  45. implicit def min(INDArray,Double)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.min.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  46. implicit def min(INDArray,INDArray)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.min.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  50. 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
    Definition Classes
    ImplicitsApi
  51. implicit def pow(INDArray,Double)[Operand0, Operand1, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], deepLearning1: DeepLearning.Aux[Operand1, Double, Double], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.pow.Case[Operand0, Operand1] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  52. 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
    Definition Classes
    ImplicitsApi
  53. implicit def sqrt(INDArray)[Operand0, Out <: INDArrayLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, INDArray, INDArray], layerImplicits: feature.ImplicitApply.Aux[Rest, Out]): Operators.sqrt.Case[Operand0] { type Result = Out }

    Permalink
    Definition Classes
    ImplicitsApi
  54. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from INDArrayLayers.ImplicitsApi

Inherited from INDArrayLayers.ImplicitsApi

Inherited from INDArrayLayers.ImplicitsApi

Inherited from AnyRef

Inherited from Any

Ungrouped