Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_convert_utils.cc105 std::string GetProcessor(const AnfNodePtr &anf_node) { in GetProcessor() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.cc514 Processor GetProcessor(const string &processor) { in GetProcessor() function
522 std::string GetProcessor(const AnfNodePtr &anf_node) { in GetProcessor() function
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc653 TEST_F(AnfRuntimeAlgorithmTest, GetProcessor) { in TEST_F() argument
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc1350 kernel::Processor AnfRuntimeAlgorithm::GetProcessor(const AnfNodePtr &node) { in GetProcessor() function in mindspore::session::AnfRuntimeAlgorithm