Skip to content

Commit 8580cc4

Browse files
lhutton1Jerry-Ge
authored andcommitted
[mlir][tosa] Update Matmul description to align with spec
Align description with the spec. Signed-off-by: Luke Hutton <[email protected]> Change-Id: I6ee41cb8c98cd778a90b1fabe4f3c4042cc22a17
1 parent c2ed840 commit 8580cc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,10 @@ def Tosa_FFT2dOp : Tosa_InferShapedTypeOp<"fft2d", [
300300
// Operator: matmul
301301
//===----------------------------------------------------------------------===//
302302
def Tosa_MatMulOp : Tosa_InferShapedTypeOp<"matmul"> {
303-
let summary = "Matrix multiplication with bias";
303+
let summary = "Matrix multiplication";
304304

305305
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.
306+
Performs two dimensional matrix multiplications.
309307
}];
310308

311309
let arguments = (ins

0 commit comments

Comments
 (0)