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 D | test.py | 78 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 D | test.py | 73 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 D | test.py | 72 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 D | wm2000.h | 13 const char *download_file; member
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | download.h | 19 int download_file(char *url, const char *output_filename);
|
| H A D | download.c | 47 int download_file(char *url, char const *output_filename) in download_file() function
|
| H A D | rktools.c | 82 if (download_file(url, DOWNLOAD_VERSION_PATH) == -1) { in getRemoteVersion()
|
| H A D | update.c | 316 int res = download_file(_url, _save_path); in RK_ota_start()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-espressobin-v7.dts | 11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
|
| H A D | armada-3720-espressobin-v7-emmc.dts | 11 * Schematic available at http://wiki.espressobin.net/tiki-download_file.php?fileId=200
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm2000.c | 892 if (pdata->download_file) in wm2000_i2c_probe() 893 filename = pdata->download_file; in wm2000_i2c_probe()
|