Skip to content

Commit 847f93f

Browse files
authored
add save load to jit.all (#27161)
1 parent 1cd7d14 commit 847f93f

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/fluid/dygraph

1 file changed

+1
-1
lines changed

python/paddle/fluid/dygraph/jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
__all__ = [
3939
'TracedLayer', 'declarative', 'dygraph_to_static_func', 'set_code_level',
40-
'set_verbosity'
40+
'set_verbosity', 'save', 'load', 'SaveLoadConfig'
4141
]
4242

4343

0 commit comments

Comments
 (0)