Searched defs:pow_ (Results 1 – 6 of 6) sorted by relevance
20 static inline __host__ __device__ at::Half pow_(at::Half base, at::Half exp) { in pow_() function24 static inline __host__ __device__ at::BFloat16 pow_(at::BFloat16 base, at::BFloat16 exp) { in pow_() function30 pow_(Base_type base, Exp_type exp) { in pow_() function36 pow_(Base_type base, Exp_type exp) { in pow_() function47 static inline __host__ __device__ std::enable_if_t<std::is_integral<T>::value, T> pow_( in pow_() function53 static inline __host__ __device__ c10::complex<T> pow_(c10::complex<T> base, c10::complex<T> exp) { in pow_() function
60 struct pow_ struct74 function<pow_> power; argument
57 struct pow_ { struct66 function<pow_> power; argument
543 static Tensor& pow_(Tensor& self, const Tensor& other) { in pow_() function
6303 pow_ = _make_inplace(pow) variable
3903 TEST_F(VulkanAPITest, pow_) { in TEST_F() argument