Searched defs:bitwise_right_shift (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 280 TORCH_META_FUNC2(bitwise_right_shift, Tensor) ( in TORCH_META_FUNC2() argument 1373 Tensor bitwise_right_shift(const Tensor& self, const Scalar& other) { in bitwise_right_shift() function 1381 Tensor bitwise_right_shift(const Scalar& self, const Tensor& other) { in bitwise_right_shift() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 910 def bitwise_right_shift(a, b): member in CppOverrides 1224 def bitwise_right_shift(a, b): member in CppVecOverrides
|
H A D | halide.py | 415 def bitwise_right_shift(a, b): member in HalideOverrides
|
H A D | triton.py | 918 def bitwise_right_shift(a, b): member in TritonOverrides
|
H A D | common.py | 847 def bitwise_right_shift(x, y): member in OpOverrides
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 423 def bitwise_right_shift(self, x0: T, x1: T) -> T: member in OpsHandler
|
H A D | lowering.py | 5840 bitwise_right_shift = register_pointwise(aten.bitwise_right_shift) variable
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 1136 def bitwise_right_shift(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|