Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dmultitype_funcgraph.cc51 void MultitypeFuncGraph::Register(const TypePtrList &types, const py::function &py_fn) { in Register()
61 void MultitypeFuncGraph::PyRegister(const py::tuple &tuple, const py::function &py_fn) { in PyRegister()
129 auto py_fn = py_fn_pair.first; in GenerateFromTypes() local