This commit is contained in:
Mingzhi Hu 2022-07-06 14:21:11 +08:00 committed by GitHub
parent d904070154
commit 2157af9a03
2 changed files with 20 additions and 0 deletions

View file

@ -7,6 +7,12 @@ Nano API
pytorch.rst pytorch.rst
.. toctree::
:maxdepth: 2
tensorflow.rst
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 3

View file

@ -0,0 +1,14 @@
Nano Tensorflow API
==================
bigdl.nano.tf.keras
---------------------------
.. autoclass:: bigdl.nano.tf.keras.Model
:members: fit, quantize, trace
:undoc-members:
.. autoclass:: bigdl.nano.tf.keras.Sequential
:members:
:undoc-members:
:inherited-members: Sequential