Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddevice_queue_op.cc188 int64_t sending_num = cfg->sending_batches(); // Get the current sending_num in SendDataToAscend() local
305 void DeviceQueueOp::LimitSendingBatches(int64_t send_batch, int64_t *sending_num, std::shared_ptr<C… in LimitSendingBatches()