Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.h43 using PrimitivePyAdapterPtr = std::shared_ptr<PrimitivePyAdapter>; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc523 std::map<std::string, std::pair<PrimitivePyAdapterPtr, std::string>> *fake_quant_table) { in GetWeightInfo()