Home
last modified time | relevance | path

Searched refs:path_element (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dnest.py1614 return separator.join(str(path_element) for path_element in path_elements)
/external/libfuse/lib/
Dfuse.c925 char *path_element = strtok_r(tmp, "/", &save_ptr); in lookup_path_in_cache() local
926 while (path_element != NULL) { in lookup_path_in_cache()
927 struct node *node = lookup_node(f, ino, path_element); in lookup_path_in_cache()
933 path_element = strtok_r(NULL, "/", &save_ptr); in lookup_path_in_cache()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc2916 for (auto path_element : current_index_path_) { in RecursivelyFindLeaves() local
2918 if (auto integer = path_element.dyn_cast<mlir::IntegerAttr>()) { in RecursivelyFindLeaves()
2921 auto str = path_element.cast<mlir::StringAttr>(); in RecursivelyFindLeaves()