Home
last modified time | relevance | path

Searched refs:nary_op_ (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h223 const bool IsUnaryOperator() const { return (mappable_ == kNotADataSource && !nary_op_); } in IsUnaryOperator()
227 const bool IsNaryOperator() const { return (mappable_ == kNotADataSource && nary_op_); } in IsNaryOperator()
342 …bool nary_op_; // an indicator of whether the current node supports multiple children, true for c… variable
Dcache_merge_node.cc32 nary_op_ = true; in CacheMergeNode()
Dzip_node.cc26 nary_op_ = true; in ZipNode()
Dconcat_node.cc41 nary_op_ = true; in ConcatNode()
Ddataset_node.cc232 nary_op_(false),