From 36475ac509b739843a92f388038c4a4d0c22cd4f Mon Sep 17 00:00:00 2001 From: Doru Bercea Date: Fri, 10 Jan 2020 15:27:37 -0500 Subject: [PATCH] Code clean-up. --- src/dialect/onnx/onnx_ops.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dialect/onnx/onnx_ops.cpp b/src/dialect/onnx/onnx_ops.cpp index 09f9ebc..e0e25e2 100644 --- a/src/dialect/onnx/onnx_ops.cpp +++ b/src/dialect/onnx/onnx_ops.cpp @@ -407,10 +407,6 @@ void ONNXMatMulOp::inferShapes() { getResult()->setType(RankedTensorType::get(dims, lhsTy.getElementType())); } -// TODO: -// Verify that matrix sizes are valid. -// Take into account the dimensionality of the matrix. - //===----------------------------------------------------------------------===// // Gemm