Skip to content

Commit 0fa6b0b

Browse files
author
Ferdinand Lemaire
committed
Fix comment on core_named_ops
1 parent 0f9a31e commit 0fa6b0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ def linear_relu(
13861386
O=TensorDef(T1, S.W, S.K, output=True)):
13871387
"""Performs a linear/fully-connected + relu operation
13881388
1389-
This is a long description that I'll fill later
1389+
Performs a linear operation followed by a Relu
13901390
13911391
Layout:
13921392
* I: WH (Input)
@@ -1411,4 +1411,5 @@ def relu_nc(
14111411
domain(D.b, D.c)
14121412
OFM[D.b, D.c] = BinaryFn.max_signed(
14131413
IFM[D.b, D.c], TypeFn.cast_signed(T1, const(0.0))
1414-
)
1414+
)
1415+

0 commit comments

Comments
 (0)