Home
last modified time | relevance | path

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 Dunit_test_tensor_io.py41 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 Dtest_Tensor.py87 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 Dtest_SDDMM.py48 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 Dtest_SpMM.py28 with tempfile.TemporaryDirectory() as test_dir:
30 out_file = os.path.join(test_dir, "C.tns")
H A Dtest_SpMV.py49 with tempfile.TemporaryDirectory() as test_dir:
51 out_file = os.path.join(test_dir, "y.tns")
H A Dtest_MTTKRP.py48 with tempfile.TemporaryDirectory() as test_dir:
50 out_file = os.path.join(test_dir, "A.tns")
H A Dunit_test_tensor_utils.py71 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 DTestEmulations.py19 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 Dlit.site.cfg.py.in43 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 Dtest_output.py57 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 Ddarwin.py93 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 DTestToolBase.py156 def _run_test(self, test_dir): argument
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc134 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) {