onnxruntime/tools/python/util/android/__init__.py

8 lines
218 B
Python
Raw Normal View History

# 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)