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