Home
last modified time | relevance | path

Searched defs:pow_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DPow.cuh20 static inline __host__ __device__ at::Half pow_(at::Half base, at::Half exp) { in pow_() function
24 static inline __host__ __device__ at::BFloat16 pow_(at::BFloat16 base, at::BFloat16 exp) { in pow_() function
30 pow_(Base_type base, Exp_type exp) { in pow_() function
36 pow_(Base_type base, Exp_type exp) { in pow_() function
47 static inline __host__ __device__ std::enable_if_t<std::is_integral<T>::value, T> pow_( in pow_() function
53 static inline __host__ __device__ c10::complex<T> pow_(c10::complex<T> base, c10::complex<T> exp) { in pow_() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/more_calculators/
Drpn_calc.cpp60 struct pow_ struct
74 function<pow_> power; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/phoenix/test/
Dfunctors_tests.cpp57 struct pow_ { struct
66 function<pow_> power; argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBinaryOp.cpp543 static Tensor& pow_(Tensor& self, const Tensor& other) { in pow_() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6303 pow_ = _make_inplace(pow) variable
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp3903 TEST_F(VulkanAPITest, pow_) { in TEST_F() argument