Code clean-up.

This commit is contained in:
Doru Bercea 2020-01-10 15:27:37 -05:00
parent e091825896
commit 36475ac509
1 changed files with 0 additions and 4 deletions

View File

@ -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