Searched defs:GetOpType (Results 1 – 8 of 8) sorted by relevance
75 const std::string &GetOpType() const { return name_; } in GetOpType() function
76 const std::string &GetOpType() const { return name_; } in GetOpType() function
125 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
119 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
156 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
154 void GetOpType(const CNodePtr &kernel_node) { in GetOpType() function
65 inline schema::PrimitiveType GetOpType(const schema::CNode &opDef) { return opDef.primitive()->valu… in GetOpType() function
2067 AstSubType ParseFunctionAst::GetOpType(const py::object &node) { in GetOpType() function in mindspore::parse::ParseFunctionAst