Home
last modified time | relevance | path

Searched defs:float_power (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPow.cpp102 Tensor float_power(const Tensor& base, const Scalar& exp) { in float_power() function
108 Tensor float_power(const Scalar& base, const Tensor& exp) { in float_power() function
114 Tensor float_power(const Tensor& base, const Tensor& exp) { in float_power() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py350 def float_power(x1, x2): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1225 def float_power( function