If you use graph_runtime or vm, relay will invoke CompileEngine, which will go into tvm.lower in python and obtain a list of LoweredFunc
see compile_engine.cc ``` LowerInternal (...) if (const auto* f = runtime::Registry::Get("relay.backend.lower")) ``` This calls into python part --- [Visit Topic](https://discuss.tvm.ai/t/relationship-between-tvm-build-and-relay-build/4166/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/cf9caf519f7b298a764ab42101daf8c6945de587bd35643da05e2dc23c465ae7).