Home
last modified time | relevance | path

Searched defs:num_epochs (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Droot_node.h58 int32_t num_epochs() { return num_epochs_; } in num_epochs() function
61 void SetNumEpochs(int32_t num_epochs) { num_epochs_ = num_epochs; } in SetNumEpochs()
Depoch_ctrl_node.h37 explicit EpochCtrlNode(int32_t num_epochs) : RepeatNode() { repeat_count_ = num_epochs; } in EpochCtrlNode()
Depoch_ctrl_node.cc31 EpochCtrlNode::EpochCtrlNode(std::shared_ptr<DatasetNode> child, int32_t num_epochs) : RepeatNode()… in EpochCtrlNode()
Ddataset_node.h311 void SetNumEpochs(int32_t num_epochs) { num_epochs_ = num_epochs; } in SetNumEpochs()
/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_epoch_ctrl_test.cc30 int32_t num_epochs = 2 + std::rand() % 3; in TEST_F() local
78 int32_t num_epochs = 1 + std::rand() % 4; in TEST_F() local
125 int32_t num_epochs = 2 + std::rand() % 5; in TEST_F() local
174 int32_t num_epochs = 1 + std::rand() % 5; in TEST_F() local
Dir_callback_test.cc234 size_t num_epochs = 2; in TEST_F() local
304 size_t num_epochs = 2; in TEST_F() local
Dc_api_dataset_iterator_test.cc201 int32_t num_epochs = 3; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/
Dpython_tree_consumer.h34 explicit PythonIteratorConsumer(int32_t num_epochs = -1) : IteratorConsumer(num_epochs) {} in IteratorConsumer() argument
/third_party/mindspore/tests/mindspore_test_framework/apps/
Dtest_lamb_check_loss.py26 num_epochs = 1000 variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/
Depoch_ctrl_pass.h75 int32_t num_epochs() { return num_epochs_; } in num_epochs() function
Depoch_ctrl_pass.cc88 int32_t num_epochs = finder.num_epochs(); in RunOnTree() local
/third_party/mindspore/tests/
Ddataset_mock.py58 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
61 def send(self, num_epochs=-1): argument
/third_party/mindspore/mindspore/dataset/engine/
Diterators.py66 def __init__(self, dataset, num_epochs=-1, output_numpy=False, do_copy=True): argument
193 def __init__(self, dataset, columns=None, num_epochs=-1, output_numpy=False, do_copy=True): argument
/third_party/mindspore/tests/ut/python/parallel/
Dtest_bias_add.py64 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
Dtest_control_flow.py54 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
Dtest_pipeline_shared_parameter.py55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
Dtest_auto_parallel_double_subgraphs.py154 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
Dtest_pipeline_split.py55 def create_tuple_iterator(self, num_epochs=1, do_copy=True): argument
Dtest_gather_v2_primitive.py62 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Diterator.cc78 Status Iterator::BuildAndLaunchTree(std::shared_ptr<Dataset> ds, int32_t num_epochs) { in BuildAndLaunchTree()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter.cc175 Status TreeAdapter::Compile(std::shared_ptr<DatasetNode> input_ir, int32_t num_epochs) { in Compile()
/third_party/mindspore/tests/mindspore_test_framework/utils/
Dmodel_util.py108 def train(self, num_epochs, train_dataset): argument
/third_party/mindspore/tests/st/hcom/
Dhcom_sparsetensor.py79 def create_tuple_iterator(self, num_epochs=-1, do_copy=False): argument
/third_party/mindspore/tests/st/mix_precision/
Dutils.py110 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument
/third_party/mindspore/tests/st/pynative/loss_scale/
Dtest_loss_scale.py63 def create_tuple_iterator(self, num_epochs=-1, do_copy=True): argument

12