Home
last modified time | relevance | path

Searched refs:SetDatasetCache (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h272 std::shared_ptr<DatasetNode> SetDatasetCache(const std::shared_ptr<DatasetCache> &cache);
Ddataset_node.cc221 std::shared_ptr<DatasetNode> DatasetNode::SetDatasetCache(const std::shared_ptr<DatasetCache> &cach… in SetDatasetCache() function in mindspore::dataset::DatasetNode
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc63 return self->SetDatasetCache(toDatasetCache(std::move(cc))); in __anonb78612490102()