Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1377 Tensor& bitwise_right_shift_(Tensor& self, const Scalar& other) { in bitwise_right_shift_() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6249 bitwise_right_shift_ = _make_inplace(bitwise_right_shift) variable