Browse Source

fix clang format

tags/v0.6.0-beta
jjfeing 5 years ago
parent
commit
09ee646da0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/tbe_property_checker.h

+ 1
- 2
mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/tbe_property_checker.h View File

@@ -26,8 +26,7 @@ class TbePropertyChecker {
~TbePropertyChecker() = default;
static bool CheckTbeProperties(const mindspore::CNodePtr &cnode);
};

} // namespace kernel
} // namespace mindspore

#endif // MINDSPORE_BACKEND_KERNEL_COMPILER_TBE_TBE_KERNEL_SELECT_TBE_PROPERTY_CHECKER_H
#endif // MINDSPORE_BACKEND_KERNEL_COMPILER_TBE_TBE_KERNEL_SELECT_TBE_PROPERTY_CHECKER_H

Loading…
Cancel
Save