HomeSort by relevance Sort by last modified time
    Searched refs:test_paths (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
generated_examples_zip_test.cc 40 std::vector<string> test_paths; local
53 test_paths.push_back(test_dir + "/models/" + filename);
58 return test_paths;
  /external/chromium-trace/catapult/devil/devil/android/
md5sum_test.py 56 test_paths = ['/test/host/file0.dat', '/test/host/file1.dat']
62 out = md5sum.CalculateHostMd5Sums(test_paths)
75 test_paths = ('/test/host/' + p for p in ['file0.dat', 'file1.dat'])
81 out = md5sum.CalculateHostMd5Sums(test_paths)
  /external/tensorflow/tensorflow/lite/testing/
generated_examples_zip_test.cc 207 // `test_paths` is the list of test prefixes that were in the manifest.
210 std::vector<string>* test_paths) {
221 test_paths->push_back(dir + "/" + filename);
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_mca_test_checks.py 465 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
466 for test_path in test_paths:
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
main.py 204 parser.add_argument('test_paths',
330 args = opts.test_paths

Completed in 516 milliseconds