Skip to content

Commit

Permalink
add save load to jit.all (#27131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwhql authored Sep 8, 2020
1 parent 8df5b4d commit 4c70e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/dygraph/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

__all__ = [
'TracedLayer', 'declarative', 'dygraph_to_static_func', 'set_code_level',
'set_verbosity'
'set_verbosity', 'save', 'load', 'SaveLoadConfig'
]


Expand Down

0 comments on commit 4c70e31

Please sign in to comment.