[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
This commit is contained in:
parent
f3c8ae37f1
commit
d262848421
1 changed files with 10 additions and 0 deletions
|
|
@ -12,3 +12,13 @@ bigdl.nano.tf.keras
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:inherited-members: Sequential
|
: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:
|
||||||
Loading…
Reference in a new issue