This repository was archived by the owner on Jul 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing guidelines
2
2
3
+ ## Welcome!
4
+
5
+ ` swift-apis ` is a carefully curated set of maintained APIs and functionality.
6
+ We generally aim to incubate new features in the library ecosystem that builds
7
+ on top of Swift for TensorFlow. Popular functionality, such as new layers or
8
+ helpful abstractions, often graduate into ` swift-apis ` after maturing in other
9
+ repositories first (e.g. ` swift-models ` ), where the development team and the
10
+ community can try them out in context and iterate quickly.
11
+
3
12
## How to become a contributor and submit your own code
4
13
5
14
### Contributor License Agreements
@@ -65,10 +74,6 @@ With the exception that 4-space indendation be used.
65
74
- If required, replace variable names from Python docs to reflect the Swift code.
66
75
For example: ` y_true ` and ` y_predict ` in TensorFlow 2.x API docs will become
67
76
` expected ` and ` predicted ` in Swift for TensorFlow, respectively.
68
- * When you contribute a new feature to Swift for TensorFlow, the maintenance burden is
69
- (by default) transferred to the Swift to TensorFlow team. This means that the benefit
70
- of the contribution must be compared against the cost of maintaining the
71
- feature.
72
77
73
78
## Community
74
79
You can’t perform that action at this time.
0 commit comments