Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Dprimitive_mapper.cc107 void PrimitiveMapper::AdjustCaffePoolAttr(const std::string &src_prim_name, const PrimitivePtr &dst… in AdjustCaffePoolAttr() argument
121 void PrimitiveMapper::AdjustOnnxPoolAttr(const std::string &src_prim_name, const PrimitivePtr &dst_… in AdjustOnnxPoolAttr() argument
152 STATUS PrimitiveMapper::AdjustPoolAttr(int fmk_type, const std::string &src_prim_name, in AdjustPoolAttr()