tensor.rst 2.7 KB
Newer Older
1 2 3 4 5 6 7
=============
paddle.tensor
=============

..  toctree::
    :maxdepth: 1

S
swtkiwi 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    tensor/abs.rst
    tensor/acos.rst
    tensor/add.rst
    tensor/arange.rst
    tensor/argmax.rst
    tensor/argmin.rst
    tensor/argsort.rst
    tensor/asin.rst
    tensor/atan.rst
    tensor/cast.rst
    tensor/ceil.rst
    tensor/concat.rst
    tensor/cos.rst
    tensor/create_tensor.rst
    tensor/crop_tensor.rst
23
    tensor/cross.rst
S
swtkiwi 已提交
24 25 26 27 28 29 30 31 32 33 34 35
    tensor/cumsum.rst
    tensor/diag.rst
    tensor/div.rst
    tensor/elementwise_add.rst
    tensor/elementwise_div.rst
    tensor/elementwise_floordiv.rst
    tensor/elementwise_max.rst
    tensor/elementwise_min.rst
    tensor/elementwise_mod.rst
    tensor/elementwise_mul.rst
    tensor/elementwise_pow.rst
    tensor/elementwise_sub.rst
36
    tensor/equal_all.rst
S
swtkiwi 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
    tensor/erf.rst
    tensor/exp.rst
    tensor/expand.rst
    tensor/expand_as.rst
    tensor/eye.rst
    tensor/fill_constant.rst
    tensor/flatten.rst
    tensor/floor.rst
    tensor/full.rst
    tensor/gather.rst
    tensor/gather_nd.rst
    tensor/greater_equal.rst
    tensor/greater_than.rst
    tensor/has_inf.rst
    tensor/has_nan.rst
    tensor/increment.rst
    tensor/is_empty.rst
    tensor/isfinite.rst
    tensor/less_equal.rst
    tensor/less_than.rst
57
    tensor/linalg.rst
S
swtkiwi 已提交
58 59 60 61 62 63 64
    tensor/linspace.rst
    tensor/load.rst
    tensor/log.rst
    tensor/logical_and.rst
    tensor/logical_not.rst
    tensor/logical_or.rst
    tensor/logical_xor.rst
65
    tensor/math.rst
S
swtkiwi 已提交
66 67 68 69 70 71 72 73 74 75 76
    tensor/max.rst
    tensor/mean.rst
    tensor/min.rst
    tensor/mm.rst
    tensor/mul.rst
    tensor/multiplex.rst
    tensor/norm.rst
    tensor/not_equal.rst
    tensor/ones.rst
    tensor/ones_like.rst
    tensor/pow.rst
77
    tensor/random.rst
S
swtkiwi 已提交
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
    tensor/rank.rst
    tensor/reciprocal.rst
    tensor/reduce_all.rst
    tensor/reduce_any.rst
    tensor/reduce_max.rst
    tensor/reduce_mean.rst
    tensor/reduce_min.rst
    tensor/reduce_prod.rst
    tensor/reduce_sum.rst
    tensor/reshape.rst
    tensor/reverse.rst
    tensor/round.rst
    tensor/rsqrt.rst
    tensor/save.rst
    tensor/scale.rst
    tensor/scatter.rst
    tensor/scatter_nd.rst
    tensor/scatter_nd_add.rst
    tensor/shape.rst
    tensor/shard_index.rst
    tensor/shuffle.rst
    tensor/sign.rst
    tensor/sin.rst
    tensor/slice.rst
    tensor/sort.rst
    tensor/split.rst
    tensor/sqrt.rst
    tensor/square.rst
    tensor/squeeze.rst
    tensor/stack.rst
    tensor/stanh.rst
109
    tensor/stat.rst
S
swtkiwi 已提交
110 111 112 113 114 115 116 117 118 119 120 121 122
    tensor/strided_slice.rst
    tensor/sum.rst
    tensor/sums.rst
    tensor/tanh.rst
    tensor/topk.rst
    tensor/transpose.rst
    tensor/unique.rst
    tensor/unique_with_counts.rst
    tensor/unsqueeze.rst
    tensor/unstack.rst
    tensor/where.rst
    tensor/zeros.rst
    tensor/zeros_like.rst