Home
last modified time | relevance | path

Searched refs:split_path (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc55 std::vector<string> split_path = str_util::Split(parsed_path, '/'); in CreateDir() local
57 if (split_path.size() > 3) { in CreateDir()
60 if (split_path.empty()) { in CreateDir()
63 if (split_path.size() == 1) { in CreateDir()
69 if (split_path.size() == 2) { in CreateDir()
70 if (!BodyExists(split_path[0])) { in CreateDir()
74 celestial_bodies_[split_path[0]].insert(split_path[1]); in CreateDir()
79 if (split_path.size() == 3) { in CreateDir()
80 const string& parent_path = this->JoinPath(split_path[0], split_path[1]); in CreateDir()
85 celestial_bodies_[parent_path].insert(split_path[2]); in CreateDir()
[all …]
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper.py87 split_path = test_filepath.rsplit(FLAGS.bazel_repo_root, 1)
88 if len(split_path) < 2:
91 path = FLAGS.bazel_repo_root + split_path[1]
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Drun_tests.sh41 read -ra split_path <<< "$test_binary"
42 binary_name=${split_path[-1]}
/external/llvm-project/polly/cmake/
Dpolly_macros.cmake10 string( REGEX MATCHALL "/[^/]+" split_path ${CMAKE_CURRENT_SOURCE_DIR})
11 list( GET split_path -1 dir)
/external/llvm-project/lldb/cmake/modules/
DAddLLDB.cmake50 string(REGEX MATCHALL "/[^/]+" split_path ${CMAKE_CURRENT_SOURCE_DIR})
51 list(GET split_path -1 dir)