Overloads multiplication operator for two tensors.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor1 |
First tensor to be multiplied |
||
type(torch_tensor), | intent(in) | :: | tensor2 |
Second tensor to be multiplied |
Tensor to hold the product