Home
last modified time | relevance | path

Searched refs:HyperMapPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.h89 using HyperMapPtr = std::shared_ptr<HyperMap>; variable
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc202 auto hyper_map = meta_func_graph->cast<prim::HyperMapPtr>(); in GetMetaFuncGraphText()