Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dloop_count_actor.cc28 void LoopCountActor::RunOpControl(AID *const input_control, OpContext<DeviceTensor> *const context)… in RunOpControl()
Dswitch_actor.cc54 void SwitchActor::RunOpControl(AID *input_control, OpContext<DeviceTensor> *context) { in RunOpControl()
375 [](auto &input_control) { input_control.second--; }); in FetchInputDeviceTensor()
467 [](const auto &input_control) { return input_control.second == 0; })) { in EraseInput()
Dkernel_actor.cc110 void KernelActor::RunOpControl(AID *const input_control, OpContext<DeviceTensor> *const context) { in RunOpControl()
133 void KernelActor::RunOpControlWithInputTensor(AID *const input_control, OpContext<DeviceTensor> *co… in RunOpControlWithInputTensor()
Dcopy_actor.cc59 void CopyActor::RunOpControl(AID *const input_control, OpContext<DeviceTensor> *const context) { in RunOpControl()
Dgather_actor.cc66 void GatherActor::RunOpControl(AID *input_control, OpContext<DeviceTensor> *context) { in RunOpControl()