Skip to content

Commit

Permalink
[Unity] Fix typo in the comment (#14096)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored and tqchen committed Mar 4, 2023
1 parent 4b13b70 commit 9b9fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relax/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ TVM_DLL Pass FoldConstant();
*/
TVM_DLL Pass LegalizeOps(Optional<Map<String, PackedFunc>> cmap);

/*
/*!
* \brief Lift transformation of the parameters of a function.
*
* When some inputs of the function is marked as 'parameters' (the model weights), this pass
Expand Down

0 comments on commit 9b9fdba

Please sign in to comment.