You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Google's C++ style guide](https://google.github.io/styleguide/cppguide.html) should also be used for C++ code.
90
90
91
+
### Dependencies
92
+
93
+
For dependencies, we can use anything compliant with [this list](https://opensource.google/docs/thirdparty/licenses/#notice), but we want to keep the core libraries as dependency free as possible.
94
+
91
95
### Code generation
92
96
93
97
Code generation for `Ops` and related classes is done during `tensorflow-core-api`'s `compile` phase, using the annotation processor in
0 commit comments