Skip to content

Commit b718121

Browse files
committed
fix(aten::contiguous): Blacklist aten::contiguous from conversion
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent b20671c commit b718121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/conversion/conversion_blacklist.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const std::unordered_set<std::string>& get_non_convertable_nodes() {
1414
"aten::grad",
1515
"aten::backward",
1616
"aten::save",
17+
"aten::contiguous",
1718
"prim::RaiseException",
1819
"prim::Print",
1920
"prim::device",

0 commit comments

Comments
 (0)