Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc202 void SetNodeAttr(AnfNodeIndex aggregate_node, AnfNodePtr skip_node, std::vector<AnfNodeIndex> *inpl… in SetNodeAttr() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_build.cc144 void SetNodeAttr(const std::shared_ptr<AnfNode> &anf_node, mindspore::NodeDef *proto) { in SetNodeAttr() function
/third_party/mindspore/tests/ut/cpp/session/
Danf_runtime_algorithm_test.cc130 TEST_F(AnfRuntimeAlgorithmTest, SetNodeAttr) { in TEST_F() argument
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc489 void AnfRuntimeAlgorithm::SetNodeAttr(const std::string &key, const ValuePtr &value, const AnfNodeP… in SetNodeAttr() function in mindspore::session::AnfRuntimeAlgorithm