Searched defs:CustomOperator (Results 1 – 1 of 1) sorted by relevance
49 CustomOperator(const string &name, const string &type) : Operator(name, type) {} in CustomOperator() function66 using CustomOperator = ge::CustomOperator; variable