Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc370 auto micro_value = cnode->GetPrimalAttr(MICRO); in GetMicroBatch() local
371 MS_EXCEPTION_IF_NULL(micro_value); in GetMicroBatch()
372 return GetValue<int64_t>(micro_value); in GetMicroBatch()