trait ImplicitsApi extends FloatLayers.ImplicitsApi
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImplicitsApi
- ImplicitsApi
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit final
class
FloatLayerOps
[Operand0] extends AnyRef
An implicit wrapper that adds extension methods for differentiable float types that support the DeepLearning type class.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to any2stringadd[ImplicitsApi] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ImplicitsApi, B)
- Implicit
- 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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def Float*Float[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.*.Case[Operand0, Operand1] { type Result = Out }
- implicit def Float+Float[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.+.Case[Operand0, Operand1] { type Result = Out }
- implicit def Float-Float[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.-.Case[Operand0, Operand1] { type Result = Out }
- implicit def Float/Float[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators./.Case[Operand0, Operand1] { type Result = Out }
- implicit def abs(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.abs.Case[Operand0] { type Result = Out }
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (ImplicitsApi) ⇒ Boolean, msg: ⇒ Any): ImplicitsApi
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ImplicitsApi) ⇒ Boolean): ImplicitsApi
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ImplicitsApi
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ImplicitsApi
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to Ensuring[ImplicitsApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def exp(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.exp.Case[Operand0] { type Result = Out }
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
layerDeepLearning[From, Data0, Delta0](implicit asLayer: <:<[From, FloatLayers.LayerApi { ... /* 2 definitions in type refinement */ }]): DeepLearning.Aux[From, Data0, Delta0]
- Definition Classes
- ImplicitsApi
- implicit def log(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.log.Case[Operand0] { type Result = Out }
- implicit def max(Float,Float)[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.max.Case[Operand0, Operand1] { type Result = Out }
- implicit def min(Float,Float)[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.min.Case[Operand0, Operand1] { type Result = Out }
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit def pow(Float,Float)[Operand0, Operand1, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], deepLearning1: DeepLearning.Aux[Operand1, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.pow.Case[Operand0, Operand1] { type Result = Out }
- implicit def sqrt(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.sqrt.Case[Operand0] { type Result = Out }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (ImplicitsApi, B)
- Implicit
- This member is added by an implicit conversion from ImplicitsApi to ArrowAssoc[ImplicitsApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc