mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
8 lines
218 B
Python
8 lines
218 B
Python
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
# Licensed under the MIT License.
|
||
|
|
|
||
|
|
from .android import (
|
||
|
|
SdkToolPaths, get_sdk_tool_paths,
|
||
|
|
create_virtual_device,
|
||
|
|
start_emulator, stop_emulator)
|