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

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