Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 578 Bytes

contributing_en.md

File metadata and controls

16 lines (9 loc) · 578 Bytes

Code Contribution

中文版本

Code Contribution

Add a New Operator

Programming Style

The TNN project refers to the coding styles of C, C ++, Objective-C, Python, and Shell [Google Open Source Project Style Guide] (https://zh-google-styleguide.readthedocs.io/en/latest/contents/)

Code Format

TNN project code formatting uses clang-format, git-clang-format, and the indentation after formatting has some difference with the style of Google's open source project, which should be subject to clang-format.