Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/
Dinput_validation_pass.cc28 if ((node->IsMappableDataSource() || node->IsNonMappableDataSource()) && !node->IsLeaf()) { in Visit()
Dcache_validation_pass.cc145 if (node->IsLeaf() && node->IsMappableDataSource()) { in Visit()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h231 const bool IsMappableDataSource() const { return (mappable_ == kMappableSource); } in IsMappableDataSource() function