Home
last modified time | relevance | path

Searched refs:paths_exist (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.cc135 if (ops_->paths_exist == nullptr) in FilesExist()
145 result = ops_->paths_exist(filesystem_.get(), translated_names.data(), in FilesExist()
152 result = ops_->paths_exist(filesystem_.get(), translated_names.data(), in FilesExist()
Dfilesystem_interface.h561 bool (*paths_exist)(const TF_Filesystem* filesystem, char** paths, member