Yeah that is a good point. I do think that if we are going with Executor to describe the runtime, we should rename the existing tvm.relay.Executor
interface to something e.g. ExecutorWrapper
. We could also contemplate the future of relay.create_executor
, but should probably do that in a separate interface.
do others have thoughts?