Home
last modified time | relevance | path

Searched refs:data_user (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc168 for (auto &data_user : data_users) { in LabelMicroBatch() local
169 auto micro = SetMicroBatch(data_user.first, micro_size); in LabelMicroBatch()
170 SetStridedSliceStrategy(data_user.first); in LabelMicroBatch()
171 auto cnode = data_user.first->cast<CNodePtr>(); in LabelMicroBatch()