Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dcallback_impl.cc115 std::string CallbackImpl::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::graphkernel::CallbackImpl
426 std::string CallbackImplWithInferShape::GetProcessor(const AnfNodePtr &) { in GetProcessor() function in mindspore::graphkernel::CallbackImplWithInferShape
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dcallback_impl.cc124 std::string CallbackImpl::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::graphkernel::CallbackImpl
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dframework_utils.cc583 Processor GetProcessor(const string &processor) { in GetProcessor() function
597 std::string GetProcessor(const AnfNodePtr &anf_node) { in GetProcessor() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc668 TEST_F(AnfRuntimeAlgorithmTest, GetProcessor) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc1231 kernel::Processor AnfRuntimeAlgorithm::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::session::AnfRuntimeAlgorithm