未验证 提交 e9de0c9a 编写于 作者: W wangchaochaohu 提交者: GitHub

fix english rst file for view (#2474)

上级 627bc338
...@@ -42,6 +42,7 @@ paddle.tensor ...@@ -42,6 +42,7 @@ paddle.tensor
tensor/flatten.rst tensor/flatten.rst
tensor/floor.rst tensor/floor.rst
tensor/full.rst tensor/full.rst
tensor/full_like.rst
tensor/gather.rst tensor/gather.rst
tensor/gather_nd.rst tensor/gather_nd.rst
tensor/greater_equal.rst tensor/greater_equal.rst
......
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_chunk: .. _api_tensor_manipulation_chunk:
chunk chunk
--- -------
.. autofunction:: paddle.tensor.chunk .. autofunction:: paddle.tensor.manipulation.chunk
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_concat: .. _api_tensor_manipulation_concat:
concat concat
-------- --------
.. autofunction:: paddle.tensor.concat .. autofunction:: paddle.tensor.manipulation.concat
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_eye: .. _api_tensor_creation_eye:
eye eye
-------- --------
.. autofunction:: paddle.tensor.full .. autofunction:: paddle.tensor.creation.eye
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_full: .. _api_tensor_creation_full:
full full
-------- --------
.. autofunction:: paddle.tensor.full .. autofunction:: paddle.tensor.creation.full
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_creation_full_like:
full_like
------------
.. autofunction:: paddle.tensor.creation.full_like
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_index_select: .. _api_tensor_search_index_select:
index_select index_select
------------- -------------
.. autofunction:: paddle.tensor.index_select .. autofunction:: paddle.tensor.search.index_select
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_linspace: .. _api_tensor_creation_linspace:
linspace linspace
-------- --------
.. autofunction:: paddle.tensor.linspace .. autofunction:: paddle.tensor.creation.linspace
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_numel: .. _api_tensor_stat_numel:
numel numel
------- -------
.. autofunction:: paddle.tensor.numel .. autofunction:: paddle.tensor.stat.numel
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_ones: .. _api_tensor_creation_ones:
ones ones
-------- --------
.. autofunction:: paddle.tensor.ones .. autofunction:: paddle.tensor.creation_ones
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_split: .. _api_tensor_manipulation_split:
split split
-------- --------
.. autofunction:: paddle.tensor.split .. autofunction:: paddle.tensor.manipulation.split
:noindex: :noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_zeros: .. _api_tensor_creation_zeros:
zeros zeros
-------- --------
.. autofunction:: paddle.tensor.zeros .. autofunction:: paddle.tensor.creation.zeros
:noindex: :noindex:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册