Unverified Commit 56941fb9 by Haichen Shen Committed by GitHub

[Fix] Remove the duplicate PrintIR pass in Relay (#5403)

parent 3e3ccce1
......@@ -324,15 +324,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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment