未验证 提交 f7e2a046 编写于 作者: T tianshuo78520a 提交者: GitHub

change cn rst (#1978)

* change cn.rst

* change cn.rst
上级 42925e07
...@@ -8,6 +8,6 @@ paddle.framework ...@@ -8,6 +8,6 @@ paddle.framework
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
framework_cn/get_default_dtype.rst framework_cn/get_default_dtype_cn.rst
framework_cn/manual_seed.rst framework_cn/manual_seed_cn.rst
framework_cn/set_default_dtype.rst framework_cn/set_default_dtype_cn.rst
...@@ -16,13 +16,16 @@ API Reference ...@@ -16,13 +16,16 @@ API Reference
dataset_cn.rst dataset_cn.rst
dygraph_cn.rst dygraph_cn.rst
executor_cn.rst executor_cn.rst
framework_cn.rst
initializer_cn.rst initializer_cn.rst
io_cn.rst io_cn.rst
layers_cn.rst layers_cn.rst
metrics_cn.rst metrics_cn.rst
nets_cn.rst nets_cn.rst
nn_cn.rst
optimizer_cn.rst optimizer_cn.rst
profiler_cn.rst profiler_cn.rst
regularizer_cn.rst regularizer_cn.rst
tensor_cn.rst
transpiler_cn.rst transpiler_cn.rst
unique_name_cn.rst unique_name_cn.rst
...@@ -8,13 +8,13 @@ paddle.nn ...@@ -8,13 +8,13 @@ paddle.nn
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
nn_cn/Conv1D.rst nn_cn/Conv1D_cn.rst
nn_cn/Conv2D.rst nn_cn/Conv2D_cn.rst
nn_cn/diag_embed.rst nn_cn/diag_embed_cn.rst
nn_cn/interpolate.rst nn_cn/interpolate_cn.rst
nn_cn/Linear.rst nn_cn/Linear_cn.rst
nn_cn/log_softmax.rst nn_cn/log_softmax_cn.rst
nn_cn/ReLU.rst nn_cn/ReLU_cn.rst
nn_cn/Upsample.rst nn_cn/Upsample_cn.rst
nn_cn/activation_cn.rst nn_cn/activation_cn.rst
nn_cn/loss_cn.rst nn_cn/loss_cn.rst
...@@ -8,4 +8,4 @@ activation ...@@ -8,4 +8,4 @@ activation
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
activation_cn/Sigmoid.rst activation_cn/Sigmoid_cn.rst
...@@ -8,8 +8,8 @@ loss ...@@ -8,8 +8,8 @@ loss
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
loss_cn/BCELoss.rst loss_cn/BCELoss_cn.rst
loss_cn/CrossEntropyLoss.rst loss_cn/CrossEntropyLoss_cn.rst
loss_cn/L1Loss.rst loss_cn/L1Loss_cn.rst
loss_cn/MSELoss.rst loss_cn/MSELoss_cn.rst
loss_cn/NLLLoss.rst loss_cn/NLLLoss_cn.rst
...@@ -8,71 +8,71 @@ paddle.tensor ...@@ -8,71 +8,71 @@ paddle.tensor
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
tensor_cn/addcmul.rst tensor_cn/addcmul_cn.rst
tensor_cn/addmm.rst tensor_cn/add_cn.rst
tensor_cn/add.rst tensor_cn/addmm_cn.rst
tensor_cn/allclose.rst tensor_cn/allclose_cn.rst
tensor_cn/arange.rst tensor_cn/arange_cn.rst
tensor_cn/argmax.rst tensor_cn/argmax_cn.rst
tensor_cn/atan.rst tensor_cn/atan_cn.rst
tensor_cn/bmm.rst tensor_cn/bmm_cn.rst
tensor_cn/cholesky.rst tensor_cn/cholesky_cn.rst
tensor_cn/clamp.rst tensor_cn/clamp_cn.rst
tensor_cn/concat.rst tensor_cn/concat_cn.rst
tensor_cn/cross.rst tensor_cn/cross_cn.rst
tensor_cn/dist.rst tensor_cn/dist_cn.rst
tensor_cn/div.rst tensor_cn/div_cn.rst
tensor_cn/dot.rst tensor_cn/dot_cn.rst
tensor_cn/einsum.rst tensor_cn/einsum_cn.rst
tensor_cn/elementwise_equal.rst tensor_cn/elementwise_equal_cn.rst
tensor_cn/elementwise_sum.rst tensor_cn/elementwise_sum_cn.rst
tensor_cn/equal.rst tensor_cn/equal_cn.rst
tensor_cn/erf.rst tensor_cn/erf_cn.rst
tensor_cn/eye.rst tensor_cn/eye_cn.rst
tensor_cn/flip.rst tensor_cn/flip_cn.rst
tensor_cn/full_like.rst tensor_cn/full_cn.rst
tensor_cn/full.rst tensor_cn/full_like_cn.rst
tensor_cn/gather.rst tensor_cn/gather_cn.rst
tensor_cn/index_select.rst tensor_cn/index_select_cn.rst
tensor_cn/inverse.rst tensor_cn/inverse_cn.rst
tensor_cn/isnan.rst tensor_cn/isnan_cn.rst
tensor_cn/linspace.rst tensor_cn/linspace_cn.rst
tensor_cn/log1p.rst tensor_cn/log1p_cn.rst
tensor_cn/logsumexp.rst tensor_cn/logsumexp_cn.rst
tensor_cn/math.rst tensor_cn/math_cn.rst
tensor_cn/matmul.rst tensor_cn/matmul_cn.rst
tensor_cn/max.rst tensor_cn/max_cn.rst
tensor_cn/meshgrid.rst tensor_cn/meshgrid_cn.rst
tensor_cn/min.rst tensor_cn/min_cn.rst
tensor_cn/mm.rst tensor_cn/mm_cn.rst
tensor_cn/mul.rst tensor_cn/mul_cn.rst
tensor_cn/nonzero.rst tensor_cn/nonzero_cn.rst
tensor_cn/norm.rst tensor_cn/norm_cn.rst
tensor_cn/ones_like.rst tensor_cn/ones_cn.rst
tensor_cn/ones.rst tensor_cn/ones_like_cn.rst
tensor_cn/pow.rst tensor_cn/pow_cn.rst
tensor_cn/randint.rst tensor_cn/rand_cn.rst
tensor_cn/randn.rst tensor_cn/randint_cn.rst
tensor_cn/randperm.rst tensor_cn/randn_cn.rst
tensor_cn/rand.rst tensor_cn/randperm_cn.rst
tensor_cn/roll.rst tensor_cn/roll_cn.rst
tensor_cn/sin.rst tensor_cn/sin_cn.rst
tensor_cn/sort.rst tensor_cn/sort_cn.rst
tensor_cn/split.rst tensor_cn/split_cn.rst
tensor_cn/sqrt.rst tensor_cn/sqrt_cn.rst
tensor_cn/squeeze.rst tensor_cn/squeeze_cn.rst
tensor_cn/stack.rst tensor_cn/stack_cn.rst
tensor_cn/std.rst tensor_cn/std_cn.rst
tensor_cn/sum.rst tensor_cn/sum_cn.rst
tensor_cn/tanh.rst tensor_cn/tanh_cn.rst
tensor_cn/tensordot.rst tensor_cn/t_cn.rst
tensor_cn/transpose.rst tensor_cn/tensordot_cn.rst
tensor_cn/tril.rst tensor_cn/transpose_cn.rst
tensor_cn/triu.rst tensor_cn/tril_cn.rst
tensor_cn/t.rst tensor_cn/triu_cn.rst
tensor_cn/unbind.rst tensor_cn/unbind_cn.rst
tensor_cn/unsqueeze.rst tensor_cn/unsqueeze_cn.rst
tensor_cn/var.rst tensor_cn/var_cn.rst
tensor_cn/where.rst tensor_cn/where_cn.rst
tensor_cn/zeros_like.rst tensor_cn/zeros_cn.rst
tensor_cn/zeros.rst tensor_cn/zeros_like_cn.rst
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册