Searched defs:bitwise_left_shift_out (Results 1 – 1 of 1) sorted by relevance
1317 TORCH_IMPL_FUNC(bitwise_left_shift_out) (const Tensor& self, const Tensor& other, const Tensor& res… in TORCH_IMPL_FUNC() argument1321 Tensor& bitwise_left_shift_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_left_shift_out() function