Home
last modified time | relevance | path

Searched defs:AbstractKeywordArg (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h95 class AbstractKeywordArg; variable
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h239AbstractKeywordArg(const std::string &key, const AbstractBasePtr &argument) : arg_name_(key), arg_… in AbstractKeywordArg() function