Searched refs:IsSwitchCall (Results 1 – 5 of 5) sorted by relevance
35 static bool IsSwitchCall(kernel::LiteKernel *kernel);
199 bool LiteKernelUtil::IsSwitchCall(kernel::LiteKernel *kernel) { in IsSwitchCall() function in mindspore::kernel::LiteKernelUtil
802 if ((kernel::LiteKernelUtil::IsSwitchCall(kernel))) { in CreateOpActor()
276 static bool IsSwitchCall(const CNodePtr &call_node);
1742 bool AnfRuntimeAlgorithm::IsSwitchCall(const CNodePtr &call_node) { in IsSwitchCall() function in mindspore::session::AnfRuntimeAlgorithm