HomeSort by relevance Sort by last modified time
    Searched defs:MemmappedFileSystem (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.h 52 class MemmappedFileSystem : public FileSystem {
71 MemmappedFileSystem();
72 ~MemmappedFileSystem() override = default;
121 TF_DISALLOW_COPY_AND_ASSIGN(MemmappedFileSystem);
134 std::unique_ptr<MemmappedFileSystem> memmapped_file_system_;
memmapped_file_system.cc 81 MemmappedFileSystem::MemmappedFileSystem() {}
83 Status MemmappedFileSystem::FileExists(const string& fname) {
94 Status MemmappedFileSystem::NewRandomAccessFile(
109 Status MemmappedFileSystem::NewReadOnlyMemoryRegionFromFile(
124 Status MemmappedFileSystem::GetFileSize(const string& filename, uint64* size) {
136 Status MemmappedFileSystem::Stat(const string& fname, FileStatistics* stat) {
145 Status MemmappedFileSystem::NewWritableFile(const string& filename,
150 Status MemmappedFileSystem::NewAppendableFile(
155 Status MemmappedFileSystem::GetChildren(const string& filename
    [all...]

Completed in 153 milliseconds