Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
56941fb9
Unverified
Commit
56941fb9
authored
Apr 22, 2020
by
Haichen Shen
Committed by
GitHub
Apr 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fix] Remove the duplicate PrintIR pass in Relay (#5403)
parent
3e3ccce1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
include/tvm/relay/transform.h
+0
-9
No files found.
include/tvm/relay/transform.h
View file @
56941fb9
...
@@ -324,15 +324,6 @@ TVM_DLL Pass CanonicalizeCast();
...
@@ -324,15 +324,6 @@ TVM_DLL Pass CanonicalizeCast();
TVM_DLL
Pass
EtaExpand
(
bool
expand_constructor
,
bool
expand_global_var
);
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
* \brief Partition a Relay program into regions that can be executed on
* different backends.
* different backends.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment