pclint clean

This commit is contained in:
liutongtong 2021-09-30 11:42:47 +08:00
parent 482e6eaa84
commit cc0c57d8ba
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ namespace mindspore::transform {
static struct RegAdptDesc##name { \
public: \
RegAdptDesc##name() { OpAdapterMap::get()[name_str] = adpt_desc; } \
\
private: \
char ph_; \
} g_reg_adpt_desc_##name;
} // namespace mindspore::transform
#endif // MINDSPORE_CCSRC_TRANSFORM_GRAPH_IR_OP_DECLARE_MACRO_H_