Home
last modified time | relevance | path

Searched refs:NestedTensor_mul__Tensor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorBinaryOps.cpp274 Tensor& NestedTensor_mul__Tensor(Tensor& self, const Tensor& other) { in NestedTensor_mul__Tensor() function
283 return NestedTensor_mul__Tensor(self, wrapped_scalar_tensor(other)); in NestedTensor_mul__Scalar()