Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h136 AnfNodePtr ParseBinOp(const FunctionBlockPtr &block, const py::object &node);
Dparse.cc114 expr_method_map_["BinOp"] = &Parser::ParseBinOp; in BuildMethodMap()
488 AnfNodePtr Parser::ParseBinOp(const FunctionBlockPtr &block, const py::object &node) { in ParseBinOp() function in mindspore::parse::Parser