Searched refs:GetSomasParameter (Results 1 – 2 of 2) sorted by relevance
136 SomasParameterPtr GetSomasParameter(const AnfNodePtr &node, size_t index);
535 auto parameter = GetSomasParameter(prenode_index.first, prenode_index.second); in InitCommonNodeInputs()649 SomasParameterPtr Somas::GetSomasParameter(const AnfNodePtr &node, size_t index) { in GetSomasParameter() function in mindspore::somas::Somas