Home
last modified time | relevance | path

Searched refs:pow_scalar_Tensor_batching_rule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchingRegistrations.cpp759 Tensor pow_scalar_Tensor_batching_rule(const Scalar& other, const Tensor& self) { in pow_scalar_Tensor_batching_rule() function
1221 m.impl("pow.Scalar", pow_scalar_Tensor_batching_rule); in TORCH_LIBRARY_IMPL()