Lines Matching full:tensor1
31 - name: addcdiv(Tensor self, Scalar value, Tensor tensor1, Tensor tensor2) -> Tensor
32 aten: addcdiv(self, tensor1, tensor2, value)
34 - name: addcdiv_(Tensor(a!) self, Scalar value, Tensor tensor1, Tensor tensor2) -> Tensor(a!)
35 aten: addcdiv_(self, tensor1, tensor2, value)
37 - name: addcdiv(Tensor self, Scalar value, Tensor tensor1, Tensor tensor2, *, Tensor(a!) out) -> Te…
38 aten: addcdiv_out(out, self, tensor1, tensor2, value)
40 - name: addcmul(Tensor self, Scalar value, Tensor tensor1, Tensor tensor2) -> Tensor
41 aten: addcmul(self, tensor1, tensor2, value)
43 - name: addcmul_(Tensor(a!) self, Scalar value, Tensor tensor1, Tensor tensor2) -> Tensor(a!)
44 aten: addcmul_(self, tensor1, tensor2, value)
46 - name: addcmul(Tensor self, Scalar value, Tensor tensor1, Tensor tensor2, *, Tensor(a!) out) -> Te…
47 aten: addcmul_out(out, self, tensor1, tensor2, value)