## aten.matmul - **Function Schema**: `torch.ops.aten.matmul: ((torch.float32, torch.float32), {})` - **Original PyTorch API**: `torch.matmul` - **Relevant TensorRT Documentation**: [IMatrixMultiplyLayer](https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Graph/Layers.html#imatrixmultiplylayer) Add support for `matmul` as an [aten converter](https://github.com/pytorch/TensorRT/blob/main/py/torch_tensorrt/fx/converters/aten_ops_converters.py).
aten.matmul
Function Schema:
torch.ops.aten.matmul: ((torch.float32, torch.float32), {})Original PyTorch API:
torch.matmulRelevant TensorRT Documentation: IMatrixMultiplyLayer
Add support for
matmulas an aten converter.