Home
last modified time | relevance | path

Searched refs:CopyAbstract (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h215 static void CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node);
Danf_runtime_algorithm.cc1292 void AnfRuntimeAlgorithm::CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node) { in CopyAbstract() function in mindspore::session::AnfRuntimeAlgorithm
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc612 TEST_F(AnfRuntimeAlgorithmTest, CopyAbstract) { in TEST_F() argument
628 AnfAlgo::CopyAbstract(second_add, first_add.get()); in TEST_F()