Skip to content

Commit

Permalink
Add create_local_debug_runtime to micro exports (apache#7528)
Browse files Browse the repository at this point in the history
* Add create_local_debug_runtime to micro exports.

* retrigger CI
  • Loading branch information
areusch authored and Lokiiiiii committed Mar 2, 2021
1 parent 3e1e157 commit cceb5f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/tvm/micro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
from .debugger import GdbRemoteDebugger
from .micro_library import MicroLibrary
from .micro_binary import MicroBinary
from .session import create_local_graph_runtime, Session, SessionTerminatedError
from .session import (
create_local_graph_runtime,
create_local_debug_runtime,
Session,
SessionTerminatedError,
)
from .transport import TransportLogger, DebugWrapperTransport, SubprocessTransport

0 comments on commit cceb5f6

Please sign in to comment.