Home
last modified time | relevance | path

Searched refs:download_file (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/
H A Dtest.py78 download_file = 'inception_v3_quant.tgz' variable
81 urllib.request.urlretrieve(url, download_file, show_progress)
83 print('Download {} failed.'.format(download_file))
87 tar = tarfile.open(download_file)
88 target_dir = os.path.splitext(download_file)[0]
96 print('Extract {} failed.'.format(download_file))
102 os.remove(download_file)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/accuracy_analysis/
H A Dtest.py73 download_file = ONNX_MODEL variable
76 urllib.request.urlretrieve(url, download_file, show_progress)
78 print('Download {} failed.'.format(download_file))
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/resnet50v2/
H A Dtest.py72 download_file = ONNX_MODEL variable
75 urllib.request.urlretrieve(url, download_file, show_progress)
77 print('Download {} failed.'.format(download_file))
/OK3568_Linux_fs/kernel/include/sound/
H A Dwm2000.h13 const char *download_file; member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddownload.h19 int download_file(char *url, const char *output_filename);
H A Ddownload.c47 int download_file(char *url, char const *output_filename) in download_file() function
H A Drktools.c82 if (download_file(url, DOWNLOAD_VERSION_PATH) == -1) { in getRemoteVersion()
H A Dupdate.c316 int res = download_file(_url, _save_path); in RK_ota_start()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/
H A Darmada-3720-espressobin-v7.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
H A Darmada-3720-espressobin-v7-emmc.dts11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm2000.c892 if (pdata->download_file) in wm2000_i2c_probe()
893 filename = pdata->download_file; in wm2000_i2c_probe()