add save load to jit.all (#27131)

ut_timeout_modifed
Chen Weihang 5 years ago committed by GitHub
parent 8df5b4d608
commit 4c70e31ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ from paddle.fluid.wrapped_decorator import wrap_decorator
__all__ = [
'TracedLayer', 'declarative', 'dygraph_to_static_func', 'set_code_level',
'set_verbosity'
'set_verbosity', 'save', 'load', 'SaveLoadConfig'
]

Loading…
Cancel
Save