Home
last modified time | relevance | path

Searched defs:batch_num (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Ddataset_iterator_tracing.cc26 …tasetIteratorTracing::Record(const int32_t type, const int32_t extra_info, const int32_t batch_num, in Record()
Ddevice_queue_tracing.cc26 …d DeviceQueueTracing::Record(const int32_t type, const int32_t extra_info, const int32_t batch_num, in Record()
/third_party/mindspore/tests/st/ops/ascend/test_tbe_ops/
Dtest_apply_adam.py27 … def __init__(self, batch_num, input_channels, output_channels, epoch, lr, weight_decay, epsilon): argument
/third_party/mindspore/tests/ut/python/dataset/
Dtest_graphdata_distributed.py56 def __init__(self, g, batch_num): argument
Dtest_graphdata.py172 def __init__(self, g, batch_num): argument
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dnon_max_suppression_fp32.cc112 int NonMaxSuppressionCPUKernel::Run_Selecte(bool simple_out, int box_num, int batch_num, int class_… in Run_Selecte()
231 int batch_num = score_dims.at(kBatchIndex); in Run() local
/third_party/mindspore/tests/st/mem_reuse/
Dresnet_cifar_memreuse.py139 batch_num = dataset.get_dataset_size() variable
Dresnet_cifar_normal.py139 batch_num = dataset.get_dataset_size() variable
/third_party/mindspore/tests/st/tbe_networks/
Dresnet_cifar.py140 batch_num = dataset.get_dataset_size() variable
/third_party/mindspore/mindspore/dataset/core/
Dconfig.py470 def set_sending_batches(batch_num): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddevice_queue_op.cc542 uint32_t batch_num = 0; in WorkerEntry() local
Dbatch_op.cc101 int64_t epoch_num = 0, batch_num = 0, cnt = 0; in operator ()() local