math.rst 1.2 KB
Newer Older
1 2 3 4 5 6 7
====
math
====

..  toctree::
    :maxdepth: 1

D
dengkaipeng 已提交
8 9
    math/abs.rst
    math/acos.rst
10
    math/add.rst
11 12
    math/addcmul.rst
    math/addmm.rst
D
dengkaipeng 已提交
13
    math/asin.rst
14
    math/atan.rst
D
dengkaipeng 已提交
15
    math/ceil.rst
16
    math/clamp.rst
D
dengkaipeng 已提交
17 18 19
    math/cos.rst
    math/cosh.rst
    math/cumsum.rst
20
    math/div.rst
D
dengkaipeng 已提交
21 22 23 24 25 26 27 28
    math/elementwise_add.rst
    math/elementwise_div.rst
    math/elementwise_floordiv.rst
    math/elementwise_max.rst
    math/elementwise_min.rst
    math/elementwise_mod.rst
    math/elementwise_pow.rst
    math/elementwise_sub.rst
29
    math/elementwise_sum.rst
D
dengkaipeng 已提交
30 31 32 33 34 35 36
    math/erf.rst
    math/exp.rst
    math/floor.rst
    math/increment.rst
    math/inverse.rst
    math/kron.rst
    math/log.rst
37 38 39 40
    math/log1p.rst
    math/logsumexp.rst
    math/max.rst
    math/min.rst
41 42
    math/mm.rst
    math/mul.rst
D
dengkaipeng 已提交
43 44
    math/multiplex.rst
    math/multiply.rst
45
    math/pow.rst
D
dengkaipeng 已提交
46 47 48 49 50 51 52 53 54
    math/reciprocal.rst
    math/reduce_max.rst
    math/reduce_min.rst
    math/reduce_prod.rst
    math/reduce_sum.rst
    math/round.rst
    math/rsqrt.rst
    math/scale.rst
    math/sign.rst
55
    math/sin.rst
D
dengkaipeng 已提交
56
    math/sinh.rst
57
    math/sqrt.rst
D
dengkaipeng 已提交
58 59
    math/square.rst
    math/stanh.rst
60
    math/sum.rst
D
dengkaipeng 已提交
61
    math/sums.rst
62
    math/tanh.rst
D
dengkaipeng 已提交
63
    math/trace.rst