|
ONE - On-device Neural Engine
|
Functions | |
| get_directories () | |
Variables | |
| list | architecture_directory = ['x86_64', 'armv7l', 'aarch64'] |
| str | package_name = 'onert' |
| str | package_directory = 'onert' |
| list | packaging_directory = ['build', package_directory + '.egg-info'] |
| THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__)) | |
| DEFAULT_PRODUCT_DIR = os.path.normpath(os.path.join(THIS_FILE_DIR, "../../../Product")) | |
| list | so_list = [] |
| list | so_files = [] |
| str | target_arch = 'none' |
| arg_split = arg.split('=') | |
| str | arg_arch = '' |
| arch_idx = sys.argv.index('--plat-name') | |
| PY_DIR | |
| rel_path = os.path.relpath(root, PY_DIR) | |
| dest_dir = os.path.join(THIS_FILE_DIR, package_directory) | |
| dest_sub_dir = os.path.join(dest_dir, rel_path) | |
| exist_ok | |
| src_path = os.path.join(root, py_file) | |
| arch_path = os.path.join(package_directory, target_arch) | |
| so_base_dir = get_directories() | |
| tgt_path = os.path.join(arch_path, so) | |
| so_core_dir = os.path.join(so_base_dir, 'nnfw') | |
| so_core_tgt_dir = os.path.join(arch_path, 'nnfw') | |
| so_backend_dir = os.path.join(so_base_dir, 'nnfw/backend') | |
| so_backend_tgt_dir = os.path.join(arch_path, 'nnfw/backend') | |
| so_odc_dir = os.path.join(so_base_dir, 'nnfw/odc') | |
| so_odc_tgt_dir = os.path.join(arch_path, 'nnfw/odc') | |
| name | |
| version | |
| description | |
| long_description | |
| url | |
| license | |
| has_ext_modules | |
| packages | |
| package_data | |
| install_requires | |
| setup.get_directories | ( | ) |
Definition at line 86 of file setup.py.
| setup.arch_path = os.path.join(package_directory, target_arch) |
| list setup.architecture_directory = ['x86_64', 'armv7l', 'aarch64'] |
| setup.DEFAULT_PRODUCT_DIR = os.path.normpath(os.path.join(THIS_FILE_DIR, "../../../Product")) |
| setup.dest_dir = os.path.join(THIS_FILE_DIR, package_directory) |
| list setup.packaging_directory = ['build', package_directory + '.egg-info'] |
| setup.PY_DIR |
| setup.so_backend_dir = os.path.join(so_base_dir, 'nnfw/backend') |
| setup.so_backend_tgt_dir = os.path.join(arch_path, 'nnfw/backend') |
| setup.so_base_dir = get_directories() |
| setup.so_core_dir = os.path.join(so_base_dir, 'nnfw') |
| setup.so_odc_dir = os.path.join(so_base_dir, 'nnfw/odc') |
| setup.THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__)) |