Searched defs:GetProcessor (Results 1 – 5 of 5) sorted by relevance
115 std::string CallbackImpl::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::graphkernel::CallbackImpl426 std::string CallbackImplWithInferShape::GetProcessor(const AnfNodePtr &) { in GetProcessor() function in mindspore::graphkernel::CallbackImplWithInferShape
124 std::string CallbackImpl::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::graphkernel::CallbackImpl
583 Processor GetProcessor(const string &processor) { in GetProcessor() function597 std::string GetProcessor(const AnfNodePtr &anf_node) { in GetProcessor() function
668 TEST_F(AnfRuntimeAlgorithmTest, GetProcessor) { in TEST_F() argument
1231 kernel::Processor AnfRuntimeAlgorithm::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::session::AnfRuntimeAlgorithm