ipex-llm/docs/readthedocs/source/doc/PythonAPI/Nano/tensorflow.rst
Yuwen Hu d262848421 [Document] Add API docs for bigdl.nano.tf.keras.layers.Embedding and bigdl.nano.tf.optimizers.SparseAdam (#5967)
* Add api docs for bigdl.nano.tf.keras.layers.Embedding and bigdl.nano.tf.optimizers.SparseAdam

* Update API document link in related how-to guide

* Remove non-related parameter explanation for Embedding

* Add param explanation for kwargs in for Embedding, and small revision

* Small fix
2022-09-30 13:14:42 +08:00

24 lines
No EOL
527 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: