Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 38d9a00

Browse files
8bitmp3dan-zheng
andauthored
Change to "adopt... as a starting point" - CONTRIBUTING.md
Co-Authored-By: Dan Zheng <[email protected]>
1 parent 78b9d42 commit 38d9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ With the exception that 4-space indendation be used.
6161

6262
#### API documentation contribution guidelines
6363

64-
* Closely mirror Swift for TensorFlow API docs with implementations in [tensorflow/tensorflow/python](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python) to maintain consistency across platforms.
64+
* For APIs ported from Python TensorFlow, adopt the API documentation from [tensorflow.org/api_docs](https://www.tensorflow.org/api_docs) as a starting point.
6565
- If required, replace variable names from Python docs to reflect the Swift code. For example: `y_true` and `y_predict` in TensorFlow 2.x API docs will become `expected` and `predicted` in Swift for TensorFlow, respectively.
6666
* When you contribute a new feature to Swift for TensorFlow, the maintenance burden is (by default) transferred to the Swift to TensorFlow team. This means that the benefit of the contribution must be compared against the cost of maintaining the feature.
6767

0 commit comments

Comments
 (0)