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 bc41156 commit ba09232Copy full SHA for ba09232
python/tvm/contrib/micro/meta_schedule/local_builder_micro.py
@@ -59,7 +59,6 @@ def micro_build(
59
prim_func = mod["main"].with_attr("global_symbol", "default_function")
60
mod = IRModule({"main": prim_func})
61
runtime = Runtime("crt", {"system-lib": True})
62
- # pylint: enable=import-outside-toplevel
63
mod = RemoveWeightLayoutRewriteBlock(skip_ndarray_rewrite=True)(mod)
64
rt_mod = tvm_build(mod, target=target, runtime=runtime)
65
return rt_mod
0 commit comments