Searched defs:float_power (Results 1 – 3 of 3) sorted by relevance
102 Tensor float_power(const Tensor& base, const Scalar& exp) { in float_power() function108 Tensor float_power(const Scalar& base, const Tensor& exp) { in float_power() function114 Tensor float_power(const Tensor& base, const Tensor& exp) { in float_power() function
350 def float_power(x1, x2): function
1225 def float_power( function