ipex-llm/docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst
Junwei Deng 6a7ab76a8e Nano: add a patch_torch/patch_tensorflow API for friendly usage (#5946)
* add a prototype code

* add patch_nano

* add pep8 changes

* add cv ppl

* fix bug

* add unpatch

* add updates

* update comment

* add changes

* add doc

* update and refactor

* update test

* fix doc

* fix according to cmt

* fix style

* fix doc

* fix bug

* fix style

* fix bug

* fix code

* add split patching api

* fix doc

* patch api to each framework

* fix pep8

* fix style

* fix style and cmt
2022-10-19 14:29:24 +08:00

32 lines
666 B
ReStructuredText

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
.. autoclass:: bigdl.nano.tf.keras.layers.Embedding
:members:
:undoc-members:
bigdl.nano.tf.optimizers
---------------------------
.. autoclass:: bigdl.nano.tf.optimizers.SparseAdam
:members:
:undoc-members:
Patch API
---------------------------
.. automodule:: bigdl.nano.tf.dispatcher
:members:
:undoc-members:
:show-inheritance: