Home
last modified time | relevance | path

Searched refs:GetStringAttr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmaxpool_info.cc66 format_ = GetStringAttr(FORMAT); in GetAttrs()
Dbatchnorm_info.cc39 format_ = GetStringAttr(FORMAT); in GetAttrs()
Doperator_info.h224 std::string GetStringAttr(const std::string &attr_name);
Dconv2d_info.cc50 format_ = GetStringAttr(FORMAT); in GetAttrsBase()
Doperator_info.cc1795 std::string OperatorInfo::GetStringAttr(const std::string &attr_name) { in GetStringAttr() function in mindspore::parallel::OperatorInfo