index.rst 950 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
OneFlow API Reference
===================================
yuguo's avatar
yuguo committed
3
4
5
6
7
8
9


Distributed performance (high efficiency) is the core technical difficulty of deep learning frameworks. 

OneFlow upholds the core concept and architecture of static compilation and streaming parallelism around performance improvement and heterogeneous distributed scaling, solving the challenge of memory wall at cluster level with world-leading technology.


yuguo's avatar
yuguo committed
10
11
12
13
14
15
16
17
18
19
20
21
.. toctree::
    :maxdepth: 1

    troubleshooting



.. toctree::
    :maxdepth: 1
    :caption: OneFlow Python API

    oneflow
yuguo's avatar
yuguo committed
22
23
    nn
    nn.functional
yuguo's avatar
yuguo committed
24
25
    tensor
    tensor_attributes
yuguo's avatar
yuguo committed
26
    type_info
yuguo's avatar
yuguo committed
27
28
29
    autograd
    cuda
    distributed
yuguo's avatar
yuguo committed
30
31
    distributions
    hub
yuguo's avatar
yuguo committed
32
33
34
35
    linalg
    nn.init
    optim
    graph
yuguo's avatar
yuguo committed
36
    auto_parallel
yuguo's avatar
yuguo committed
37
    image
yuguo's avatar
yuguo committed
38
39
40
    utils.data
    utils.global_view
    utils.tensor
yuguo's avatar
yuguo committed
41
    one_embedding
yuguo's avatar
yuguo committed
42
    environment_variables
yuguo's avatar
yuguo committed
43
44
45
46
47
48
49
50
51



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`