Home
last modified time | relevance | path

Searched refs:MemoryDatasetStore (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Ddataset_store.h59 class MemoryDatasetStore : public DatasetStore {
61 MemoryDatasetStore();
62 MemoryDatasetStore(const MemoryDatasetStore&) = delete;
63 MemoryDatasetStore& operator=(const MemoryDatasetStore&) = delete;
Ddataset_store.cc57 MemoryDatasetStore::MemoryDatasetStore() {} in MemoryDatasetStore() function in tensorflow::data::MemoryDatasetStore
59 Status MemoryDatasetStore::Put(const std::string& key, in Put()
70 Status MemoryDatasetStore::Get(const std::string& key, in Get()
Ddataset_store_test.cc48 return absl::make_unique<MemoryDatasetStore>(); in MakeStore()
Ddispatcher_impl.cc121 dataset_store_ = absl::make_unique<MemoryDatasetStore>(); in DataServiceDispatcherImpl()