Searched defs:IsDelegateNode (Results 1 – 4 of 4) sorted by relevance
28 bool GraphSinkDelegate::IsDelegateNode(const std::shared_ptr<CNode> &node) { in IsDelegateNode() function in mindspore::GraphSinkDelegate
36 bool IsDelegateNode(const std::shared_ptr<AnfNode> &node) override { in IsDelegateNode() function
138 bool IsDelegateNode(const std::shared_ptr<kernel::Kernel> &node) override { return false; } in IsDelegateNode() function
183 bool AscendNativeDelegate::IsDelegateNode(const std::shared_ptr<AnfNode> &node) { in IsDelegateNode() function in mindspore::AscendNativeDelegate