Searched defs:mul_out (Results 1 – 4 of 4) sorted by relevance
31 Tensor& mul_out(const Tensor& self, const Tensor& other, Tensor& out) { in mul_out() function in OpMulOutKernelTest
18 Tensor& mul_out( in mul_out() function
76 mul_out(RuntimeContext& ctx, const Tensor& a, const Tensor& b, Tensor& out) { in mul_out() function
440 TORCH_IMPL_FUNC(mul_out) ( in TORCH_IMPL_FUNC() argument