MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetMatchingPaths

Method GetMatchingPaths

tensorflow/core/util/memmapped_file_system.cc:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166Status MemmappedFileSystem::GetMatchingPaths(const string& pattern,
167 std::vector<string>* results) {
168 return errors::Unimplemented(
169 "memmapped format doesn't support GetMatchingPaths");
170}
171
172Status MemmappedFileSystem::DeleteFile(const string& filename) {
173 return errors::Unimplemented("memmapped format doesn't support DeleteFile");

Callers 1

TensorSliceReaderMethod · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by

no test coverage detected