Searched refs:test_dir (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | unit_test_tensor_io.py | 41 with tempfile.TemporaryDirectory() as test_dir: 42 file_name = os.path.join(test_dir, "data.mtx") 61 with tempfile.TemporaryDirectory() as test_dir: 62 file_name = os.path.join(test_dir, "data.mtx") 92 with tempfile.TemporaryDirectory() as test_dir: 93 file_name = os.path.join(test_dir, "data.tns") 116 with tempfile.TemporaryDirectory() as test_dir: 117 file_name = os.path.join(test_dir, "data.tns") 135 with tempfile.TemporaryDirectory() as test_dir: 136 file_name = os.path.join(test_dir, "data.tns")
|
| H A D | test_Tensor.py | 87 with tempfile.TemporaryDirectory() as test_dir: 88 x_file = os.path.join(test_dir, 'X.tns') 90 y_file = os.path.join(test_dir, 'Y.tns') 92 z_file = os.path.join(test_dir, 'Z.tns')
|
| H A D | test_SDDMM.py | 48 with tempfile.TemporaryDirectory() as test_dir: 49 x_file = os.path.join(test_dir, "X.tns") 50 y_file = os.path.join(test_dir, "Y.tns")
|
| H A D | test_SpMM.py | 28 with tempfile.TemporaryDirectory() as test_dir: 30 out_file = os.path.join(test_dir, "C.tns")
|
| H A D | test_SpMV.py | 49 with tempfile.TemporaryDirectory() as test_dir: 51 out_file = os.path.join(test_dir, "y.tns")
|
| H A D | test_MTTKRP.py | 48 with tempfile.TemporaryDirectory() as test_dir: 50 out_file = os.path.join(test_dir, "A.tns")
|
| H A D | unit_test_tensor_utils.py | 71 with tempfile.TemporaryDirectory() as test_dir: 72 file_name = os.path.join(test_dir, "data.tns")
|
| /llvm-project-15.0.7/lldb/test/API/arm/emulation/ |
| H A D | TestEmulations.py | 19 test_dir = os.path.join(self.getSourceDir(), "new-test-files") 20 files = os.listdir(test_dir) 27 test_file = os.path.join(test_dir, f) 32 test_dir = os.path.join(self.getSourceDir(), "new-test-files") 33 files = os.listdir(test_dir) 40 test_file = os.path.join(test_dir, f)
|
| /llvm-project-15.0.7/compiler-rt/test/asan/Unit/ |
| H A D | lit.site.cfg.py.in | 43 test_dir = "@CONFIG_NAME_DYNAMIC@" variable 45 test_dir = "@CONFIG_NAME@" variable 47 "lib", "asan", "tests", test_dir)
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/ |
| H A D | test_output.py | 57 with tempfile.TemporaryDirectory() as test_dir: 58 out = os.path.join(test_dir, 'out.tns')
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | darwin.py | 93 test_dir = os.path.dirname(builder_dir) 98 entitlements = os.path.join(test_dir, 'make', entitlements_file)
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | TestToolBase.py | 156 def _run_test(self, test_dir): argument
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 134 test_dir(char ret[PATH_MAX], const char *dir, const char *bin) 160 if (test_dir(ret, "/", bin) == 0) 170 if (test_dir(ret, cwd, bin) == 0) 185 if (test_dir(ret, t, bin) == 0) {
|