Searched defs:EpochCtrlNode (Results 1 – 3 of 3) sorted by relevance
37 explicit EpochCtrlNode(int32_t num_epochs) : RepeatNode() { repeat_count_ = num_epochs; } in EpochCtrlNode() function
31 EpochCtrlNode::EpochCtrlNode(std::shared_ptr<DatasetNode> child, int32_t num_epochs) : RepeatNode()… in EpochCtrlNode() function in mindspore::dataset::EpochCtrlNode
39 class EpochCtrlNode; variable