mirror of https://github.com/Jittor/Jittor
add attention doc
This commit is contained in:
parent
8aa478fa5e
commit
acd55b4f1b
|
@ -28,6 +28,7 @@
|
||||||
jittor.linalg
|
jittor.linalg
|
||||||
jittor.console
|
jittor.console
|
||||||
jittor.distributions
|
jittor.distributions
|
||||||
|
jittor.attention
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
jittor.attention
|
||||||
|
=====================
|
||||||
|
|
||||||
|
这里是Jittor的 数据变换 模块的API文档,您可以通过`from jittor import attention`来获取该模块。
|
||||||
|
|
||||||
|
```eval_rst
|
||||||
|
.. automodule:: jittor.attention
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
```
|
Loading…
Reference in New Issue