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.console
|
||||
jittor.distributions
|
||||
jittor.attention
|
||||
|
||||
|
||||
.. 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