Add rst (#5027)
This commit is contained in:
parent
d904070154
commit
2157af9a03
2 changed files with 20 additions and 0 deletions
|
|
@ -7,6 +7,12 @@ Nano API
|
|||
pytorch.rst
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
tensorflow.rst
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
|
|
|
|||
14
docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst
Normal file
14
docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst
Normal 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
|
||||
Loading…
Reference in a new issue