Skip to content

Commit

Permalink
Merge pull request #6 from cxxly/science-add-rules-ut
Browse files Browse the repository at this point in the history
add default value for prim_enabled api doc
  • Loading branch information
cxxly authored May 17, 2022
2 parents 9596344 + 2b39256 commit d0efda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/incubate/autograd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def prim_enabled():
**ONLY available in the static mode.**
Shows whether the automatic differentiation mechanism based on
automatic differential basic operators is ON.
automatic differential basic operators is ON. Defaults to OFF.
Returns:
flag(bool): Whether the automatic differentiation mechanism based on automatic differential basic operators is ON. Defaults to False.
flag(bool): Whether the automatic differentiation mechanism based on automatic differential basic operators is ON.
Examples:
Expand Down

0 comments on commit d0efda1

Please sign in to comment.