/third_party/mindspore/tests/ut/python/mindrecord/ |
D | test_cifar10_to_mindrecord.py | 30 def remove_file(x): function 40 remove_file(MINDRECORD_FILE) 42 remove_file(MINDRECORD_FILE) 47 def remove_file(x): function 58 remove_file(x) 60 remove_file(x)
|
D | test_imagenet_to_mindrecord.py | 34 def remove_file(): function 45 remove_file() 47 remove_file()
|
D | test_cifar100_to_mindrecord.py | 30 def remove_file(x): function 40 remove_file(MINDRECORD_FILE) 42 remove_file(MINDRECORD_FILE)
|
D | test_csv_to_mindrecord.py | 39 def remove_file(): function 50 remove_file() 52 remove_file()
|
D | test_mnist_to_mr.py | 37 def remove_file(): function 56 remove_file() 58 remove_file()
|
D | test_mindrecord_base.py | 152 def test_cv_file_writer_tutorial(remove_file=True): argument 163 if remove_file: 247 test_cv_file_writer_tutorial(remove_file=False) 264 test_cv_file_writer_tutorial(remove_file=False) 280 test_cv_file_writer_tutorial(remove_file=False) 298 test_cv_file_writer_tutorial(remove_file=False) 327 test_cv_file_writer_tutorial(remove_file=False) 356 test_cv_file_writer_tutorial(remove_file=False) 381 def test_nlp_file_writer_tutorial(remove_file=True): argument 401 if remove_file: [all …]
|
D | test_mindrecord_exception.py | 34 def remove_file(file_name): function 48 remove_file(CV_FILE_NAME) 50 remove_file(CV_FILE_NAME) 55 remove_file(NLP_FILE_NAME) 57 remove_file(NLP_FILE_NAME)
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | test_shaders.py | 42 def remove_file(path): function 91 remove_file(path) 570 remove_file(glsl_path) 578 remove_file(vulkan_glsl_path) 617 remove_file(reference) 632 remove_file(json_file) 636 remove_file(json_file) 653 remove_file(reference) 668 remove_file(glsl) 671 remove_file(glsl) [all …]
|
/third_party/protobuf/conformance/ |
D | update_failure_list.py | 55 for remove_file in (args.remove_list or []): 56 with open(remove_file) as f:
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 55 int remove_file; member 178 if (fw[i].remove_file && remove(fw[i].file) == -1) in cleanup() 206 fi->remove_file = 1; in create_firmware()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | camerabin.c | 914 remove_file (const gchar * fn_template, guint num) in remove_file() function 1036 remove_file (image_filename, 0); in run_single_image_capture_test() 1113 remove_file (image_filename, i); in GST_START_TEST() 1163 remove_file (video_filename, 0); in GST_START_TEST() 1236 remove_file (video_filename, i); in GST_START_TEST() 1301 remove_file (image_filename, i); in GST_START_TEST() 1303 remove_file (video_filename, i); in GST_START_TEST() 1350 remove_file (image_filename, i); in GST_START_TEST() 1430 remove_file (image_filename, i); in GST_START_TEST() 1508 remove_file (video_filename, i); in GST_START_TEST() [all …]
|
/third_party/cef/tools/ |
D | patch_updater.py | 13 from file_util import copy_file, move_file, read_file, remove_file 267 remove_file(patch_path_abs) 271 remove_file(backup_path_abs)
|
D | file_util.py | 105 def remove_file(name, quiet=True): function
|
D | make_distrib.py | 79 remove_file(tar_file) 305 remove_file(delete_path, options.quiet) 399 remove_file(intermediate_obj)
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 273 bool remove_file(const path& p) // true if succeeds or not found in remove_file() function 301 if (error(!remove_file(p) ? BOOST_ERRNO : 0, p, ec, in remove_file_or_directory()
|