Skip to content

Commit

Permalink
[NFC] Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ibsidorenko committed May 10, 2022
1 parent 582f90c commit 66ddb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/relay/transform/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def FoldConstantExpr(expr, mod, fold_qnn=False):
The expression to fold
mod: IRModule
The module the expr lives in (for global calls)
fskip: bool
fold_qnn: bool
Whether to fold constants for QNN operations.
Returns
Expand All @@ -285,7 +285,7 @@ def FoldConstant(fold_qnn=False):
Parameters
----------
fskip: bool
fold_qnn: bool
Whether to fold constants for QNN operations.
Returns
Expand Down

0 comments on commit 66ddb3e

Please sign in to comment.