From a5d432f712985dac7f49e92285f865506086d654 Mon Sep 17 00:00:00 2001 From: Haichen Shen Date: Tue, 21 Apr 2020 22:52:20 -0700 Subject: [PATCH] [Fix] Remove the duplicate PrintIR pass in Relay --- include/tvm/relay/transform.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/tvm/relay/transform.h b/include/tvm/relay/transform.h index 2dcf7f31e2d0..dc4097ab184b 100644 --- a/include/tvm/relay/transform.h +++ b/include/tvm/relay/transform.h @@ -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.