From 2157af9a03723a43f3c4f3f3a9d39bf234369caa Mon Sep 17 00:00:00 2001 From: Mingzhi Hu <49382651+y199387@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:21:11 +0800 Subject: [PATCH] Add rst (#5027) --- .../source/doc/PythonAPI/Nano/index.rst | 6 ++++++ .../source/doc/PythonAPI/Nano/tensorflow.rst | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst diff --git a/docs/readthedocs/source/doc/PythonAPI/Nano/index.rst b/docs/readthedocs/source/doc/PythonAPI/Nano/index.rst index 4baf447a..4fefc0e0 100644 --- a/docs/readthedocs/source/doc/PythonAPI/Nano/index.rst +++ b/docs/readthedocs/source/doc/PythonAPI/Nano/index.rst @@ -7,6 +7,12 @@ Nano API pytorch.rst +.. toctree:: + :maxdepth: 2 + + tensorflow.rst + + .. toctree:: :maxdepth: 3 diff --git a/docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst b/docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst new file mode 100644 index 00000000..20775921 --- /dev/null +++ b/docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst @@ -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