Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc736 auto kw_value = python_adapter::GetPyObjAttr(keywords[index], "value"); in ParseKeywordsInCall() local
738 packed_arguments->push_back(ParseExprNode(block, kw_value)); in ParseKeywordsInCall()
742 auto ret_node = ParseExprNode(block, kw_value); in ParseKeywordsInCall()
743 ret_node = HandleInterpret(block, ret_node, kw_value); in ParseKeywordsInCall()