Searched defs:SetNodeAttr (Results 1 – 4 of 4) sorted by relevance
202 void SetNodeAttr(AnfNodeIndex aggregate_node, AnfNodePtr skip_node, std::vector<AnfNodeIndex> *inpl… in SetNodeAttr() function
144 void SetNodeAttr(const std::shared_ptr<AnfNode> &anf_node, mindspore::NodeDef *proto) { in SetNodeAttr() function
130 TEST_F(AnfRuntimeAlgorithmTest, SetNodeAttr) { in TEST_F() argument
489 void AnfRuntimeAlgorithm::SetNodeAttr(const std::string &key, const ValuePtr &value, const AnfNodeP… in SetNodeAttr() function in mindspore::session::AnfRuntimeAlgorithm