We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3ccce commit 56941fbCopy full SHA for 56941fb
include/tvm/relay/transform.h
@@ -323,15 +323,6 @@ TVM_DLL Pass CanonicalizeCast();
323
*/
324
TVM_DLL Pass EtaExpand(bool expand_constructor, bool expand_global_var);
325
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
-
335
/*!
336
* \brief Partition a Relay program into regions that can be executed on
337
* different backends.
0 commit comments