-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add api docs * fix docs * add api doc in math_ops * Change the theme to read_the_docs * add equation docs in math_add * add equation docs in sub, mul, addn * add mod div tanh docs * add gelu, relu docs * add sigmoid unsorted_segment_sum api docs * add unsorted_segment example docs * add equal to greate_equal example docs * add logical and example docs * add other example docs, include squared difference * add requirements of sphinx_rtd_theme * delete the requirement of sphinx-material * use make of format Co-authored-by: doombeaker <[email protected]> Co-authored-by: Shenghang Tsai <[email protected]> Co-authored-by: oneflow-bot <[email protected]> Former-commit-id: 3a1ef10
- Loading branch information
1 parent
b4e377b
commit dad8a77
Showing
5 changed files
with
925 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
pycocotools | ||
opencv-python==4.2.0.34 | ||
sphinx | ||
sphinx-material | ||
recommonmark | ||
scipy | ||
pillow | ||
sphinx_rtd_theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.