Searched defs:TakeNode (Results 1 – 2 of 2) sorted by relevance
32 TakeNode::TakeNode(std::shared_ptr<DatasetNode> child, int32_t count) : take_count_(count) { this->… in TakeNode() function in mindspore::dataset::TakeNode
48 class TakeNode; variable