Nano : support InferenceOptimizer for keras (#6458)
* add optimizer.py * fix style * set version for mypy * add thread control for quantize, support openvino pot * update optimizer * fix typo * update workflow * temp commit * modify ut * refactor optimizer * rebase, update based on comments
This commit is contained in:
parent
022d8d661c
commit
11cc260980
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ bigdl.nano.tf.keras
|
|||
:undoc-members:
|
||||
:inherited-members: Sequential
|
||||
|
||||
.. autoclass:: bigdl.nano.tf.keras.InferenceOptimizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: bigdl.nano.tf.keras.layers.Embedding
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
|
|
|||
Loading…
Reference in a new issue