This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/unity by this push:
     new 798a77c3da [Unity] Fix typo in the comment (#14096)
798a77c3da is described below

commit 798a77c3daf5f4c98797317c5f4589a05f2f5b31
Author: Wuwei Lin <[email protected]>
AuthorDate: Wed Feb 22 15:45:03 2023 -0800

    [Unity] Fix typo in the comment (#14096)
---
 include/tvm/relax/transform.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tvm/relax/transform.h b/include/tvm/relax/transform.h
index b42fb5864e..3c02871f6c 100644
--- a/include/tvm/relax/transform.h
+++ b/include/tvm/relax/transform.h
@@ -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

Reply via email to