projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb87f04
)
Update let_list.h (#2987)
author
雾雨魔理沙
<lolisa@marisa.moe>
Tue, 9 Apr 2019 18:49:16 +0000
(11:49 -0700)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Tue, 9 Apr 2019 18:49:16 +0000
(11:49 -0700)
src/relay/pass/let_list.h
patch
|
blob
|
history
diff --git
a/src/relay/pass/let_list.h
b/src/relay/pass/let_list.h
index
293f889
..
bd36a15
100644
(file)
--- a/
src/relay/pass/let_list.h
+++ b/
src/relay/pass/let_list.h
@@
-81,7
+81,7
@@
class LetList {
* \return a Var that hold the inserted expr.
*/
Var Push(Expr expr) {
- return Push(
IncompleteTypeNode::make(Kind::kType
), expr);
+ return Push(
Type(
), expr);
}
/*!