Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1365 TORCH_IMPL_FUNC(bitwise_right_shift_out) (const Tensor& self, const Tensor& other, const Tensor& re… in TORCH_IMPL_FUNC() argument
1369 Tensor& bitwise_right_shift_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_right_shift_out() function