Home
last modified time | relevance | path

Searched defs:IsLeaf (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.h332 bool IsLeaf() { return (child_.empty()); } in IsLeaf() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.h219 const bool IsLeaf() const { return children_.empty(); } in IsLeaf() function