Skip to content

Commit

Permalink
[Fix] Remove the duplicate PrintIR pass in Relay (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon authored Apr 22, 2020
1 parent 3e3ccce commit 56941fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/tvm/relay/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,6 @@ TVM_DLL Pass CanonicalizeCast();
*/
TVM_DLL Pass EtaExpand(bool expand_constructor, bool expand_global_var);

/*!
* \brief Print the IR for a module to help debugging.
*
* \param show_meta_data The flag to control if meta data needs to be printed.
*
* \return the pass.
*/
TVM_DLL Pass PrintIR(bool show_meta_data = true);

/*!
* \brief Partition a Relay program into regions that can be executed on
* different backends.
Expand Down

0 comments on commit 56941fb

Please sign in to comment.