Skip to content

Commit 02ae844

Browse files
author
Jian Sheng
committed
enable prune_tensorrt_subgraphs
1 parent fe5dbf5 commit 02ae844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/op/contrib/tensorrt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def partition_for_tensorrt(
177177
with tvm.transform.PassContext(opt_level=3, config={"relay.ext.tensorrt.options": config}):
178178
mod = seq(mod)
179179
# TODO(mbs): Revisit
180-
# mod = prune_tensorrt_subgraphs(mod)
180+
mod = prune_tensorrt_subgraphs(mod)
181181
return mod, config
182182

183183

0 commit comments

Comments
 (0)