Home
last modified time | relevance | path

Searched defs:CustomOperator (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h49 CustomOperator(const string &name, const string &type) : Operator(name, type) {} in CustomOperator() function
66 using CustomOperator = ge::CustomOperator; variable