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