Home
last modified time | relevance | path

Searched refs:remove_file (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/tests/ut/python/mindrecord/
Dtest_cifar10_to_mindrecord.py30 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)
Dtest_imagenet_to_mindrecord.py34 def remove_file(): function
45 remove_file()
47 remove_file()
Dtest_cifar100_to_mindrecord.py30 def remove_file(x): function
40 remove_file(MINDRECORD_FILE)
42 remove_file(MINDRECORD_FILE)
Dtest_csv_to_mindrecord.py39 def remove_file(): function
50 remove_file()
52 remove_file()
Dtest_mnist_to_mr.py37 def remove_file(): function
56 remove_file()
58 remove_file()
Dtest_mindrecord_base.py152 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 …]
Dtest_mindrecord_exception.py34 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/
Dtest_shaders.py42 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/
Dupdate_failure_list.py55 for remove_file in (args.remove_list or []):
56 with open(remove_file) as f:
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c55 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/
Dcamerabin.c914 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/
Dpatch_updater.py13 from file_util import copy_file, move_file, read_file, remove_file
267 remove_file(patch_path_abs)
271 remove_file(backup_path_abs)
Dfile_util.py105 def remove_file(name, quiet=True): function
Dmake_distrib.py79 remove_file(tar_file)
305 remove_file(delete_path, options.quiet)
399 remove_file(intermediate_obj)
/third_party/boost/libs/filesystem/src/
Doperations.cpp273 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()