Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.h166 class ModularReadOnlyMemoryRegion final : public ReadOnlyMemoryRegion {
168 ModularReadOnlyMemoryRegion(std::unique_ptr<TF_ReadOnlyMemoryRegion> region, in ModularReadOnlyMemoryRegion() function
172 ~ModularReadOnlyMemoryRegion() override { ops_->cleanup(region_.get()); }; in ~ModularReadOnlyMemoryRegion()
180 TF_DISALLOW_COPY_AND_ASSIGN(ModularReadOnlyMemoryRegion);
H A Dmodular_filesystem.cc113 *result = MakeUnique<ModularReadOnlyMemoryRegion>( in NewReadOnlyMemoryRegionFromFile()