Code clean-up.
This commit is contained in:
parent
e091825896
commit
36475ac509
|
@ -407,10 +407,6 @@ void ONNXMatMulOp::inferShapes() {
|
||||||
getResult()->setType(RankedTensorType::get(dims, lhsTy.getElementType()));
|
getResult()->setType(RankedTensorType::get(dims, lhsTy.getElementType()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO:
|
|
||||||
// Verify that matrix sizes are valid.
|
|
||||||
// Take into account the dimensionality of the matrix.
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// Gemm
|
// Gemm
|
||||||
|
|
Loading…
Reference in New Issue