implicit defabs(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.abs.Case[Operand0] { type Result = Out }
implicit defexp(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.exp.Case[Operand0] { type Result = Out }
implicit deflog(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 defsqrt(Float)[Operand0, Out <: FloatLayer](implicit deepLearning0: DeepLearning.Aux[Operand0, Float, Float], implicitApply: feature.ImplicitApply.Aux[Rest, Out]): Operators.sqrt.Case[Operand0] { type Result = Out }