Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dtake_node.cc32 TakeNode::TakeNode(std::shared_ptr<DatasetNode> child, int32_t count) : take_count_(count) { this->… in TakeNode() function in mindspore::dataset::TakeNode
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/
Dpass.h48 class TakeNode; variable