Skip to content

Commit 56941fb

Browse files
authored
[Fix] Remove the duplicate PrintIR pass in Relay (#5403)
1 parent 3e3ccce commit 56941fb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/tvm/relay/transform.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,6 @@ TVM_DLL Pass CanonicalizeCast();
323323
*/
324324
TVM_DLL Pass EtaExpand(bool expand_constructor, bool expand_global_var);
325325

326-
/*!
327-
* \brief Print the IR for a module to help debugging.
328-
*
329-
* \param show_meta_data The flag to control if meta data needs to be printed.
330-
*
331-
* \return the pass.
332-
*/
333-
TVM_DLL Pass PrintIR(bool show_meta_data = true);
334-
335326
/*!
336327
* \brief Partition a Relay program into regions that can be executed on
337328
* different backends.

0 commit comments

Comments
 (0)