Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Ddata_prepare_actor.h169 static std::atomic<size_t> execution_count_; variable
Ddata_prepare_actor.cc360 std::atomic<size_t> DataPrepareActor::execution_count_ = 0; member in mindspore::runtime::DataPrepareActor