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

  /external/tensorflow/tensorflow/compiler/xla/tests/
sample_file_test.cc 45 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); local
47 tensorflow::io::JoinPath(test_srcdir, filename), ErrorSpec{0.01}));
filecheck.cc 43 if (const char* test_srcdir = getenv("TEST_SRCDIR")) {
44 file_check_path = JoinPath(test_srcdir, file_check_path_suffix);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
utils_test.cc 36 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); local
38 tensorflow::io::JoinPath(test_srcdir, kSaxpyIRFile), &llvm_context);
  /external/python/cpython3/Lib/distutils/tests/
test_sysconfig.py 47 def test_srcdir(self): member in class:SysconfigTestCase
  /external/python/cpython3/Lib/test/
test_sysconfig.py 342 def test_srcdir(self): member in class:TestSysConfig

Completed in 531 milliseconds