Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dintrp_resource.h26 enum class State : int { kRunning, kInterrupted }; enumerator
Dservice.h27 enum class STATE : int { kStartInProg = 1, kRunning, kStopInProg, kStopped }; enumerator
/third_party/node/src/
Dinspector_socket_server.h91 enum class ServerState {kNew, kRunning, kStopped}; enumerator
/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.h54 kRunning, enumerator
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.h34 kRunning, enumerator
Dcommon.h79 kRunning = 0, enumerator
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h192 kRunning = 1, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc78 constexpr auto kRunning = "RUNNING"; variable