Searched defs:negcoef (Results 1 – 3 of 3) sorted by relevance
34 auto negcoef = alpha.to<opmath_t>() * scale.to<opmath_t>(); in elu_kernel() local60 auto negcoef = alpha.to<opmath_t>() * scale.to<opmath_t>(); in elu_backward_kernel() local
192 auto negcoef = alpha.to<float>() * scale.to<float>(); in elu_kernel() local221 auto negcoef = alpha.to<scalar_t>() * scale.to<scalar_t>(); in elu_kernel() local249 auto negcoef = alpha.to<float>() * scale.to<float>(); in elu_backward_kernel() local286 auto negcoef = alpha.to<scalar_t>() * scale.to<scalar_t>(); in elu_backward_kernel() local
1353 auto negcoef = Cast::make(a.dtype(), alpha) * poscoef; in nnc_lowerings_lazy_registration() local