Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h236 bool ParseKeywordsInCall(const FunctionBlockPtr &block, const py::object &node,
Dparse.cc657 bool need_unpack_keywords = ParseKeywordsInCall(block, node, &packed_arguments); in ParseCall()
724 bool Parser::ParseKeywordsInCall(const FunctionBlockPtr &block, const py::object &node, in ParseKeywordsInCall() function in mindspore::parse::Parser