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 2bc0b05 commit 05409d0Copy full SHA for 05409d0
python/tvm/relay/backend/compile_engine.py
@@ -431,7 +431,7 @@ def dump(self):
431
res += "------------------------------------\n"
432
res += "target={}\n".format(k.target)
433
res += "use_count={}\n".format(v.use_count)
434
- res += "func_name={}\n".format(v.cached_func.func_name)
+ res += "func_name={}\n".format(v.cached_func.prim_fn_var.name_hint)
435
res += "----relay function----\n"
436
res += k.source_func.astext() + "\n"
437
res += "----tir function----- \n"
0 commit comments