Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h247 const bool IsDescendantOfCache() const { return descendant_of_cache_; } in IsDescendantOfCache()
256 void HasCacheAbove() { descendant_of_cache_ = true; } in HasCacheAbove()
343 bool descendant_of_cache_; // an indicator of whether the current node is a descendant of cache. variable
358 descendant_of_cache_ = false; in MappableSourceNode()
389 descendant_of_cache_ = false; in NonMappableSourceNode()
Ddataset_node.cc233 descendant_of_cache_(false),