Fix transpiler API (#12119)

guochaorong-patch-1
Qingsheng Li 7 years ago committed by GitHub
parent 5f8ff63bfe
commit 72ce4d568e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ __all__ = framework.__all__ + executor.__all__ + concurrency.__all__ + \
'io',
'initializer',
'layers',
'transpiler'
'transpiler',
'nets',
'optimizer',
'learning_rate_decay',

Loading…
Cancel
Save