We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a3c23 commit 89fa592Copy full SHA for 89fa592
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -300,12 +300,10 @@ def Tosa_FFT2dOp : Tosa_InferShapedTypeOp<"fft2d", [
300
// Operator: matmul
301
//===----------------------------------------------------------------------===//
302
def Tosa_MatMulOp : Tosa_InferShapedTypeOp<"matmul"> {
303
- let summary = "Matrix multiplication with bias";
+ let summary = "Matrix multiplication";
304
305
let description = [{
306
- Performs a two dimensional matrix multiplication. This allows both inputs to
307
- be activations, rather than reserving weights as an attribute in the
308
- FULLY_CONNECTED operator.
+ Performs two dimensional matrix multiplications.
309
}];
310
311
let arguments = (ins
0 commit comments