Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dlite_kernel_util.h35 static bool IsSwitchCall(kernel::LiteKernel *kernel);
Dlite_kernel_util.cc199 bool LiteKernelUtil::IsSwitchCall(kernel::LiteKernel *kernel) { in IsSwitchCall() function in mindspore::kernel::LiteKernelUtil
Dlite_mindrt.cc802 if ((kernel::LiteKernelUtil::IsSwitchCall(kernel))) { in CreateOpActor()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h276 static bool IsSwitchCall(const CNodePtr &call_node);
Danf_runtime_algorithm.cc1742 bool AnfRuntimeAlgorithm::IsSwitchCall(const CNodePtr &call_node) { in IsSwitchCall() function in mindspore::session::AnfRuntimeAlgorithm