diff --git a/doc/fluid/api/.rst b/doc/fluid/api/.rst new file mode 100644 index 0000000000000000000000000000000000000000..ca0df950ff465362e6b822d95f5f5a902b7ee1a0 --- /dev/null +++ b/doc/fluid/api/.rst @@ -0,0 +1,7 @@ +===== +fluid +===== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/average.rst b/doc/fluid/api/average.rst index 943dd8297fdcf2b579a49f2d68ebb76e95ca6b5d..82189c47b487051d02e9cc4f3570a242305c2c27 100644 --- a/doc/fluid/api/average.rst +++ b/doc/fluid/api/average.rst @@ -1,17 +1,8 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============= fluid.average ============= -.. _api_fluid_average_WeightedAverage: - -WeightedAverage ---------------- - -.. autoclass:: paddle.fluid.average.WeightedAverage - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + average/WeightedAverage.rst diff --git a/doc/fluid/api/average/WeightedAverage.rst b/doc/fluid/api/average/WeightedAverage.rst new file mode 100644 index 0000000000000000000000000000000000000000..337b9c6ea88c79f2017dc1e77bd25e3fba3004ea --- /dev/null +++ b/doc/fluid/api/average/WeightedAverage.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_average_WeightedAverage: + +WeightedAverage +--------------- + +.. autoclass:: paddle.fluid.average.WeightedAverage + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/backward.rst b/doc/fluid/api/backward.rst index e422f99777621efed7fe96504a492028275db014..79f511dce2ba03bf459c0b7b2a95187c981b37b0 100644 --- a/doc/fluid/api/backward.rst +++ b/doc/fluid/api/backward.rst @@ -1,23 +1,9 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============== fluid.backward ============== -.. _api_fluid_backward_append_backward: - -append_backward ---------------- - -.. autofunction:: paddle.fluid.backward.append_backward - :noindex: - -.. _api_fluid_backward_gradients: - -gradients ---------- - -.. autofunction:: paddle.fluid.backward.gradients - :noindex: +.. toctree:: + :maxdepth: 1 + backward/append_backward.rst + backward/gradients.rst diff --git a/doc/fluid/api/backward/append_backward.rst b/doc/fluid/api/backward/append_backward.rst new file mode 100644 index 0000000000000000000000000000000000000000..0dd5b56d648ee404a2420013d62f0ba3547a3e3e --- /dev/null +++ b/doc/fluid/api/backward/append_backward.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_backward_append_backward: + +append_backward +--------------- + +.. autofunction:: paddle.fluid.backward.append_backward + :noindex: + diff --git a/doc/fluid/api/backward/gradients.rst b/doc/fluid/api/backward/gradients.rst new file mode 100644 index 0000000000000000000000000000000000000000..4de2033e250839bb809c257804a4569def737853 --- /dev/null +++ b/doc/fluid/api/backward/gradients.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_backward_gradients: + +gradients +--------- + +.. autofunction:: paddle.fluid.backward.gradients + :noindex: + diff --git a/doc/fluid/api/clip.rst b/doc/fluid/api/clip.rst index 1e4a1e718f4799113ad5201c2ba6ebd8826aa2d8..3b1a9bff92922f40ec4cd55d6a30f55897480610 100644 --- a/doc/fluid/api/clip.rst +++ b/doc/fluid/api/clip.rst @@ -1,47 +1,11 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ========== fluid.clip ========== -.. _api_fluid_clip_ErrorClipByValue: - -ErrorClipByValue ----------------- - -.. autoclass:: paddle.fluid.clip.ErrorClipByValue - :members: - :inherited-members: - :noindex: - -.. _api_fluid_clip_GradientClipByGlobalNorm: - -GradientClipByGlobalNorm ------------------------- - -.. autoclass:: paddle.fluid.clip.GradientClipByGlobalNorm - :members: - :inherited-members: - :noindex: - -.. _api_fluid_clip_GradientClipByNorm: - -GradientClipByNorm ------------------- - -.. autoclass:: paddle.fluid.clip.GradientClipByNorm - :members: - :inherited-members: - :noindex: - -.. _api_fluid_clip_GradientClipByValue: - -GradientClipByValue -------------------- - -.. autoclass:: paddle.fluid.clip.GradientClipByValue - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + clip/ErrorClipByValue.rst + clip/GradientClipByGlobalNorm.rst + clip/GradientClipByNorm.rst + clip/GradientClipByValue.rst diff --git a/doc/fluid/api/clip/ErrorClipByValue.rst b/doc/fluid/api/clip/ErrorClipByValue.rst new file mode 100644 index 0000000000000000000000000000000000000000..7252ef303fa7bb6e259ba23afcbd5d78e5c4c4f8 --- /dev/null +++ b/doc/fluid/api/clip/ErrorClipByValue.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_clip_ErrorClipByValue: + +ErrorClipByValue +---------------- + +.. autoclass:: paddle.fluid.clip.ErrorClipByValue + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/clip/GradientClipByGlobalNorm.rst b/doc/fluid/api/clip/GradientClipByGlobalNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..8cd1a8ce5cd45de884e249c3b3476fc4131ce671 --- /dev/null +++ b/doc/fluid/api/clip/GradientClipByGlobalNorm.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_clip_GradientClipByGlobalNorm: + +GradientClipByGlobalNorm +------------------------ + +.. autoclass:: paddle.fluid.clip.GradientClipByGlobalNorm + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/clip/GradientClipByNorm.rst b/doc/fluid/api/clip/GradientClipByNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..b112e0aa03ca45510bb1c8f2712d668197adfc98 --- /dev/null +++ b/doc/fluid/api/clip/GradientClipByNorm.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_clip_GradientClipByNorm: + +GradientClipByNorm +------------------ + +.. autoclass:: paddle.fluid.clip.GradientClipByNorm + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/clip/GradientClipByValue.rst b/doc/fluid/api/clip/GradientClipByValue.rst new file mode 100644 index 0000000000000000000000000000000000000000..06d760e4f684b41c0550bfea335c7dba13b1fbb4 --- /dev/null +++ b/doc/fluid/api/clip/GradientClipByValue.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_clip_GradientClipByValue: + +GradientClipByValue +------------------- + +.. autoclass:: paddle.fluid.clip.GradientClipByValue + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/data/data_reader.rst b/doc/fluid/api/data/data_reader.rst index 0c21daad0bea4fb4e5827aabe19b7da4c82c80fe..c8134e1a9add0798f0f07d98f3982794b87f0890 100644 --- a/doc/fluid/api/data/data_reader.rst +++ b/doc/fluid/api/data/data_reader.rst @@ -2,21 +2,7 @@ Data Reader ===================== -DataFeeder -========== - -.. automodule:: paddle.fluid.data_feeder - :members: - :noindex: - -Reader -====== - -.. automodule:: paddle.reader - :members: - :noindex: - -.. automodule:: paddle.reader.creator - :members: - :noindex: +.. toctree:: + :maxdepth: 1 + data_reader/Reader.rst diff --git a/doc/fluid/api/data/data_reader/Reader.rst b/doc/fluid/api/data/data_reader/Reader.rst new file mode 100644 index 0000000000000000000000000000000000000000..2089e0b8c96d04ca967316383e9ca784aa99bf1b --- /dev/null +++ b/doc/fluid/api/data/data_reader/Reader.rst @@ -0,0 +1,10 @@ +Reader +====== + +.. automodule:: paddle.reader + :members: + :noindex: + +.. automodule:: paddle.reader.creator + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset.rst b/doc/fluid/api/data/dataset.rst index 6a26f7ddc10c5f26a94cd80886fd9e3d5e4a1253..52d7c44ac948b54c167c58d57a580ccd32c95d48 100644 --- a/doc/fluid/api/data/dataset.rst +++ b/doc/fluid/api/data/dataset.rst @@ -1,82 +1,16 @@ +======= dataset ======= -.. automodule:: paddle.dataset - :members: - :noindex: - -mnist -+++++ - -.. automodule:: paddle.dataset.mnist - :members: - :noindex: - -cifar -+++++ - -.. automodule:: paddle.dataset.cifar - :members: - :noindex: - -conll05 -+++++++ - -.. automodule:: paddle.dataset.conll05 - :members: get_dict,get_embedding,test - :noindex: - -imdb -++++ - -.. automodule:: paddle.dataset.imdb - :members: - :noindex: - -imikolov -++++++++ - -.. automodule:: paddle.dataset.imikolov - :members: - :noindex: - -movielens -+++++++++ - -.. automodule:: paddle.dataset.movielens - :members: - :noindex: - -.. autoclass:: paddle.dataset.movielens.MovieInfo - :noindex: - -.. autoclass:: paddle.dataset.movielens.UserInfo - :noindex: - -sentiment -+++++++++ - -.. automodule:: paddle.dataset.sentiment - :members: - :noindex: - -uci_housing -+++++++++++ - -.. automodule:: paddle.dataset.uci_housing - :members: - :noindex: - -wmt14 -+++++ - -.. automodule:: paddle.dataset.wmt14 - :members: - :noindex: - -wmt16 -+++++ - -.. automodule:: paddle.dataset.wmt16 - :members: - :noindex: +.. toctree:: + :maxdepth: 1 + + dataset/cifar.rst + dataset/conll05.rst + dataset/imdb.rst + dataset/imikolov.rst + dataset/movielens.rst + dataset/sentiment.rst + dataset/uci_housing.rst + dataset/wmt14.rst + dataset/wmt16.rst diff --git a/doc/fluid/api/data/dataset/cifar.rst b/doc/fluid/api/data/dataset/cifar.rst new file mode 100644 index 0000000000000000000000000000000000000000..50832e6eb3cad2b872c059a8cf67247efa9cfe75 --- /dev/null +++ b/doc/fluid/api/data/dataset/cifar.rst @@ -0,0 +1,6 @@ +cifar ++++++ + +.. automodule:: paddle.dataset.cifar + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/conll05.rst b/doc/fluid/api/data/dataset/conll05.rst new file mode 100644 index 0000000000000000000000000000000000000000..45743eb20e38bd6a87ffd2e98d1df303f5c5716d --- /dev/null +++ b/doc/fluid/api/data/dataset/conll05.rst @@ -0,0 +1,6 @@ +conll05 ++++++++ + +.. automodule:: paddle.dataset.conll05 + :members: get_dict,get_embedding,test + :noindex: diff --git a/doc/fluid/api/data/dataset/imdb.rst b/doc/fluid/api/data/dataset/imdb.rst new file mode 100644 index 0000000000000000000000000000000000000000..48a2d7be4c95774c251a390ddeb12bdc8b0c1a5e --- /dev/null +++ b/doc/fluid/api/data/dataset/imdb.rst @@ -0,0 +1,6 @@ +imdb +++++ + +.. automodule:: paddle.dataset.imdb + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/imikolov.rst b/doc/fluid/api/data/dataset/imikolov.rst new file mode 100644 index 0000000000000000000000000000000000000000..f864032a0286c1c0333697fbd3a846ad8f3146c8 --- /dev/null +++ b/doc/fluid/api/data/dataset/imikolov.rst @@ -0,0 +1,6 @@ +imikolov +++++++++ + +.. automodule:: paddle.dataset.imikolov + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/movielens.rst b/doc/fluid/api/data/dataset/movielens.rst new file mode 100644 index 0000000000000000000000000000000000000000..ef407ab80cb916ae4ce758bb7d64b828eff5154e --- /dev/null +++ b/doc/fluid/api/data/dataset/movielens.rst @@ -0,0 +1,12 @@ +movielens ++++++++++ + +.. automodule:: paddle.dataset.movielens + :members: + :noindex: + +.. autoclass:: paddle.dataset.movielens.MovieInfo + :noindex: + +.. autoclass:: paddle.dataset.movielens.UserInfo + :noindex: diff --git a/doc/fluid/api/data/dataset/sentiment.rst b/doc/fluid/api/data/dataset/sentiment.rst new file mode 100644 index 0000000000000000000000000000000000000000..6713c9ef983a31d4c495ed87394f383d0080b529 --- /dev/null +++ b/doc/fluid/api/data/dataset/sentiment.rst @@ -0,0 +1,6 @@ +sentiment ++++++++++ + +.. automodule:: paddle.dataset.sentiment + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/uci_housing.rst b/doc/fluid/api/data/dataset/uci_housing.rst new file mode 100644 index 0000000000000000000000000000000000000000..acf4622b148afd96b4540e9a757b5a7140c42bc9 --- /dev/null +++ b/doc/fluid/api/data/dataset/uci_housing.rst @@ -0,0 +1,6 @@ +uci_housing ++++++++++++ + +.. automodule:: paddle.dataset.uci_housing + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/wmt14.rst b/doc/fluid/api/data/dataset/wmt14.rst new file mode 100644 index 0000000000000000000000000000000000000000..05fd2733d54964a60c11d6769f7695d9e183013c --- /dev/null +++ b/doc/fluid/api/data/dataset/wmt14.rst @@ -0,0 +1,6 @@ +wmt14 ++++++ + +.. automodule:: paddle.dataset.wmt14 + :members: + :noindex: diff --git a/doc/fluid/api/data/dataset/wmt16.rst b/doc/fluid/api/data/dataset/wmt16.rst new file mode 100644 index 0000000000000000000000000000000000000000..bcb13de8587600a21a36c544bb8e2d9fe7adb3b7 --- /dev/null +++ b/doc/fluid/api/data/dataset/wmt16.rst @@ -0,0 +1,6 @@ +wmt16 ++++++ + +.. automodule:: paddle.dataset.wmt16 + :members: + :noindex: diff --git a/doc/fluid/api/data_feeder.rst b/doc/fluid/api/data_feeder.rst index 83547366faa1c065d351319d517a8f5ce1aeddb9..e14292292cdece0cc8ac8df07b400214111b1b28 100644 --- a/doc/fluid/api/data_feeder.rst +++ b/doc/fluid/api/data_feeder.rst @@ -1,17 +1,8 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ================= fluid.data_feeder ================= -.. _api_fluid_data_feeder_DataFeeder: - -DataFeeder ----------- - -.. autoclass:: paddle.fluid.data_feeder.DataFeeder - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + data_feeder/DataFeeder.rst diff --git a/doc/fluid/api/data_feeder/DataFeeder.rst b/doc/fluid/api/data_feeder/DataFeeder.rst new file mode 100644 index 0000000000000000000000000000000000000000..3488bfc74f5c30dd00de3a2d18e277784b3165ae --- /dev/null +++ b/doc/fluid/api/data_feeder/DataFeeder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_data_feeder_DataFeeder: + +DataFeeder +---------- + +.. autoclass:: paddle.fluid.data_feeder.DataFeeder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/dataset.rst b/doc/fluid/api/dataset.rst index 73cf601b8893f7ed74c333ecb4d30bcf3513acf0..a8b6bcab25b1a77b30678852c9d0d35153943b40 100644 --- a/doc/fluid/api/dataset.rst +++ b/doc/fluid/api/dataset.rst @@ -1,37 +1,10 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============= fluid.dataset ============= -.. _api_fluid_dataset_DatasetFactory: - -DatasetFactory --------------- - -.. autoclass:: paddle.fluid.dataset.DatasetFactory - :members: - :inherited-members: - :noindex: - -.. _api_fluid_dataset_InMemoryDataset: - -InMemoryDataset ---------------- - -.. autoclass:: paddle.fluid.dataset.InMemoryDataset - :members: - :inherited-members: - :noindex: - -.. _api_fluid_dataset_QueueDataset: - -QueueDataset ------------- - -.. autoclass:: paddle.fluid.dataset.QueueDataset - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + dataset/DatasetFactory.rst + dataset/InMemoryDataset.rst + dataset/QueueDataset.rst diff --git a/doc/fluid/api/dataset/DatasetFactory.rst b/doc/fluid/api/dataset/DatasetFactory.rst new file mode 100644 index 0000000000000000000000000000000000000000..c0561b66b151de17e48b89bc6837d7f710f999f1 --- /dev/null +++ b/doc/fluid/api/dataset/DatasetFactory.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dataset_DatasetFactory: + +DatasetFactory +-------------- + +.. autoclass:: paddle.fluid.dataset.DatasetFactory + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/dataset/InMemoryDataset.rst b/doc/fluid/api/dataset/InMemoryDataset.rst new file mode 100644 index 0000000000000000000000000000000000000000..31831543dbb3e8f643bcb4112e0c053a6d092266 --- /dev/null +++ b/doc/fluid/api/dataset/InMemoryDataset.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dataset_InMemoryDataset: + +InMemoryDataset +--------------- + +.. autoclass:: paddle.fluid.dataset.InMemoryDataset + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/dataset/QueueDataset.rst b/doc/fluid/api/dataset/QueueDataset.rst new file mode 100644 index 0000000000000000000000000000000000000000..e1cb8965537babb4faab00795bf564aa2bf9c7dc --- /dev/null +++ b/doc/fluid/api/dataset/QueueDataset.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dataset_QueueDataset: + +QueueDataset +------------ + +.. autoclass:: paddle.fluid.dataset.QueueDataset + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/dygraph.rst b/doc/fluid/api/dygraph.rst index ed3d16f86441e6a66beb4a3b1466b4e430a5bc50..983e371beb65f8920d550be14dadd1cae758da66 100644 --- a/doc/fluid/api/dygraph.rst +++ b/doc/fluid/api/dygraph.rst @@ -1,321 +1,43 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============= fluid.dygraph ============= -.. _api_fluid_dygraph_BackwardStrategy: - -BackwardStrategy ----------------- - -.. autoclass:: paddle.fluid.dygraph.BackwardStrategy - :members: - :noindex: - -.. _api_fluid_dygraph_BatchNorm: - -BatchNorm ---------- - -.. autoclass:: paddle.fluid.dygraph.BatchNorm - :members: - :noindex: - -.. _api_fluid_dygraph_BilinearTensorProduct: - -BilinearTensorProduct ---------------------- - -.. autoclass:: paddle.fluid.dygraph.BilinearTensorProduct - :members: - :noindex: - -.. _api_fluid_dygraph_Conv2D: - -Conv2D ------- - -.. autoclass:: paddle.fluid.dygraph.Conv2D - :members: - :noindex: - -.. _api_fluid_dygraph_Conv2DTranspose: - -Conv2DTranspose ---------------- - -.. autoclass:: paddle.fluid.dygraph.Conv2DTranspose - :members: - :noindex: - -.. _api_fluid_dygraph_Conv3D: - -Conv3D ------- - -.. autoclass:: paddle.fluid.dygraph.Conv3D - :members: - :noindex: - -.. _api_fluid_dygraph_Conv3DTranspose: - -Conv3DTranspose ---------------- - -.. autoclass:: paddle.fluid.dygraph.Conv3DTranspose - :members: - :noindex: - -.. _api_fluid_dygraph_CosineDecay: - -CosineDecay ------------ - -.. autoclass:: paddle.fluid.dygraph.CosineDecay - :members: - :noindex: - -.. _api_fluid_dygraph_Embedding: - -Embedding ---------- - -.. autoclass:: paddle.fluid.dygraph.Embedding - :members: - :noindex: - -.. _api_fluid_dygraph_enabled: - -enabled -------- - -.. autofunction:: paddle.fluid.dygraph.enabled - :noindex: - -.. _api_fluid_dygraph_ExponentialDecay: - -ExponentialDecay ----------------- - -.. autoclass:: paddle.fluid.dygraph.ExponentialDecay - :members: - :noindex: - -.. _api_fluid_dygraph_FC: - -FC --- - -.. autoclass:: paddle.fluid.dygraph.FC - :members: - :noindex: - -.. _api_fluid_dygraph_GroupNorm: - -GroupNorm ---------- - -.. autoclass:: paddle.fluid.dygraph.GroupNorm - :members: - :noindex: - -.. _api_fluid_dygraph_GRUUnit: - -GRUUnit -------- - -.. autoclass:: paddle.fluid.dygraph.GRUUnit - :members: - :noindex: - -.. _api_fluid_dygraph_guard: - -guard ------ - -.. autofunction:: paddle.fluid.dygraph.guard - :noindex: - -.. _api_fluid_dygraph_InverseTimeDecay: - -InverseTimeDecay ----------------- - -.. autoclass:: paddle.fluid.dygraph.InverseTimeDecay - :members: - :noindex: - -.. _api_fluid_dygraph_Layer: - -Layer ------ - -.. autoclass:: paddle.fluid.dygraph.Layer - :members: - :noindex: - -.. _api_fluid_dygraph_LayerNorm: - -LayerNorm ---------- - -.. autoclass:: paddle.fluid.dygraph.LayerNorm - :members: - :noindex: - -.. _api_fluid_dygraph_load_persistables: - -load_persistables ------------------ - -.. autofunction:: paddle.fluid.dygraph.load_persistables - :noindex: - -.. _api_fluid_dygraph_NaturalExpDecay: - -NaturalExpDecay ---------------- - -.. autoclass:: paddle.fluid.dygraph.NaturalExpDecay - :members: - :noindex: - -.. _api_fluid_dygraph_NCE: - -NCE ---- - -.. autoclass:: paddle.fluid.dygraph.NCE - :members: - :noindex: - -.. _api_fluid_dygraph_no_grad: - -no_grad -------- - -.. autofunction:: paddle.fluid.dygraph.no_grad - :noindex: - -.. _api_fluid_dygraph_NoamDecay: - -NoamDecay ---------- - -.. autoclass:: paddle.fluid.dygraph.NoamDecay - :members: - :noindex: - -.. _api_fluid_dygraph_not_support: - -not_support ------------ - -.. autofunction:: paddle.fluid.dygraph.not_support - :noindex: - -.. _api_fluid_dygraph_PiecewiseDecay: - -PiecewiseDecay --------------- - -.. autoclass:: paddle.fluid.dygraph.PiecewiseDecay - :members: - :noindex: - -.. _api_fluid_dygraph_PolynomialDecay: - -PolynomialDecay ---------------- - -.. autoclass:: paddle.fluid.dygraph.PolynomialDecay - :members: - :noindex: - -.. _api_fluid_dygraph_Pool2D: - -Pool2D ------- - -.. autoclass:: paddle.fluid.dygraph.Pool2D - :members: - :noindex: - -.. _api_fluid_dygraph_PRelu: - -PRelu ------ - -.. autoclass:: paddle.fluid.dygraph.PRelu - :members: - :noindex: - -.. _api_fluid_dygraph_prepare_context: - -prepare_context ---------------- - -.. autofunction:: paddle.fluid.dygraph.prepare_context - :noindex: - -.. _api_fluid_dygraph_save_persistables: - -save_persistables ------------------ - -.. autofunction:: paddle.fluid.dygraph.save_persistables - :noindex: - -.. _api_fluid_dygraph_SpectralNorm: - -SpectralNorm ------------- - -.. autoclass:: paddle.fluid.dygraph.SpectralNorm - :members: - :noindex: - -.. _api_fluid_dygraph_start_gperf_profiler: - -start_gperf_profiler --------------------- - -.. autofunction:: paddle.fluid.dygraph.start_gperf_profiler - :noindex: - -.. _api_fluid_dygraph_stop_gperf_profiler: - -stop_gperf_profiler -------------------- - -.. autofunction:: paddle.fluid.dygraph.stop_gperf_profiler - :noindex: - -.. _api_fluid_dygraph_to_variable: - -to_variable ------------ - -.. autofunction:: paddle.fluid.dygraph.to_variable - :noindex: - -.. _api_fluid_dygraph_Tracer: - -Tracer ------- - -.. autoclass:: paddle.fluid.dygraph.Tracer - :members: - :noindex: - -.. _api_fluid_dygraph_TreeConv: - -TreeConv --------- - -.. autoclass:: paddle.fluid.dygraph.TreeConv - :members: - :noindex: - +.. toctree:: + :maxdepth: 1 + + dygraph/BackwardStrategy.rst + dygraph/BatchNorm.rst + dygraph/BilinearTensorProduct.rst + dygraph/Conv2D.rst + dygraph/Conv2DTranspose.rst + dygraph/Conv3D.rst + dygraph/Conv3DTranspose.rst + dygraph/CosineDecay.rst + dygraph/Embedding.rst + dygraph/enabled.rst + dygraph/ExponentialDecay.rst + dygraph/FC.rst + dygraph/GroupNorm.rst + dygraph/GRUUnit.rst + dygraph/guard.rst + dygraph/InverseTimeDecay.rst + dygraph/Layer.rst + dygraph/LayerNorm.rst + dygraph/load_persistables.rst + dygraph/NaturalExpDecay.rst + dygraph/NCE.rst + dygraph/no_grad.rst + dygraph/NoamDecay.rst + dygraph/not_support.rst + dygraph/PiecewiseDecay.rst + dygraph/PolynomialDecay.rst + dygraph/Pool2D.rst + dygraph/PRelu.rst + dygraph/prepare_context.rst + dygraph/save_persistables.rst + dygraph/SpectralNorm.rst + dygraph/start_gperf_profiler.rst + dygraph/stop_gperf_profiler.rst + dygraph/to_variable.rst + dygraph/Tracer.rst + dygraph/TreeConv.rst diff --git a/doc/fluid/api/dygraph/BackwardStrategy.rst b/doc/fluid/api/dygraph/BackwardStrategy.rst new file mode 100644 index 0000000000000000000000000000000000000000..c818ed2051d52cbe55d63c0456614220e9401058 --- /dev/null +++ b/doc/fluid/api/dygraph/BackwardStrategy.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_BackwardStrategy: + +BackwardStrategy +---------------- + +.. autoclass:: paddle.fluid.dygraph.BackwardStrategy + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/BatchNorm.rst b/doc/fluid/api/dygraph/BatchNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..a8973ccab65e01702da9c7333535044c3b81eb61 --- /dev/null +++ b/doc/fluid/api/dygraph/BatchNorm.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_BatchNorm: + +BatchNorm +--------- + +.. autoclass:: paddle.fluid.dygraph.BatchNorm + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/BilinearTensorProduct.rst b/doc/fluid/api/dygraph/BilinearTensorProduct.rst new file mode 100644 index 0000000000000000000000000000000000000000..39cfc932bf896d1674fb3d7f52fef2d825524723 --- /dev/null +++ b/doc/fluid/api/dygraph/BilinearTensorProduct.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_BilinearTensorProduct: + +BilinearTensorProduct +--------------------- + +.. autoclass:: paddle.fluid.dygraph.BilinearTensorProduct + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Conv2D.rst b/doc/fluid/api/dygraph/Conv2D.rst new file mode 100644 index 0000000000000000000000000000000000000000..b18f2bdd9ffd855aeb6a52bf5dde7aad97754bf2 --- /dev/null +++ b/doc/fluid/api/dygraph/Conv2D.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Conv2D: + +Conv2D +------ + +.. autoclass:: paddle.fluid.dygraph.Conv2D + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Conv2DTranspose.rst b/doc/fluid/api/dygraph/Conv2DTranspose.rst new file mode 100644 index 0000000000000000000000000000000000000000..88d68a4005529c697dcff65741081a8b419d9c15 --- /dev/null +++ b/doc/fluid/api/dygraph/Conv2DTranspose.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Conv2DTranspose: + +Conv2DTranspose +--------------- + +.. autoclass:: paddle.fluid.dygraph.Conv2DTranspose + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Conv3D.rst b/doc/fluid/api/dygraph/Conv3D.rst new file mode 100644 index 0000000000000000000000000000000000000000..af97cc146f9cfb60dd4462b783e12744a2347068 --- /dev/null +++ b/doc/fluid/api/dygraph/Conv3D.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Conv3D: + +Conv3D +------ + +.. autoclass:: paddle.fluid.dygraph.Conv3D + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Conv3DTranspose.rst b/doc/fluid/api/dygraph/Conv3DTranspose.rst new file mode 100644 index 0000000000000000000000000000000000000000..683444e393bdf0f273fb5b51a761b652075e47fd --- /dev/null +++ b/doc/fluid/api/dygraph/Conv3DTranspose.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Conv3DTranspose: + +Conv3DTranspose +--------------- + +.. autoclass:: paddle.fluid.dygraph.Conv3DTranspose + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/CosineDecay.rst b/doc/fluid/api/dygraph/CosineDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..a5af9e3cdeaad3d89c77a0da1f28bf6c93eeb4d0 --- /dev/null +++ b/doc/fluid/api/dygraph/CosineDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_CosineDecay: + +CosineDecay +----------- + +.. autoclass:: paddle.fluid.dygraph.CosineDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Embedding.rst b/doc/fluid/api/dygraph/Embedding.rst new file mode 100644 index 0000000000000000000000000000000000000000..2a6bb09c45daf69e311251b9babd340fb58c15bc --- /dev/null +++ b/doc/fluid/api/dygraph/Embedding.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Embedding: + +Embedding +--------- + +.. autoclass:: paddle.fluid.dygraph.Embedding + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/ExponentialDecay.rst b/doc/fluid/api/dygraph/ExponentialDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..6d1410c5ee3b42149071fc3040b4e9bc6d87e123 --- /dev/null +++ b/doc/fluid/api/dygraph/ExponentialDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_ExponentialDecay: + +ExponentialDecay +---------------- + +.. autoclass:: paddle.fluid.dygraph.ExponentialDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/FC.rst b/doc/fluid/api/dygraph/FC.rst new file mode 100644 index 0000000000000000000000000000000000000000..c27b707f76a5238cbda296715b05d8a318067e5d --- /dev/null +++ b/doc/fluid/api/dygraph/FC.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_FC: + +FC +-- + +.. autoclass:: paddle.fluid.dygraph.FC + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/GRUUnit.rst b/doc/fluid/api/dygraph/GRUUnit.rst new file mode 100644 index 0000000000000000000000000000000000000000..2c419c16bfab8efb05796057ce59eaf28ba75a54 --- /dev/null +++ b/doc/fluid/api/dygraph/GRUUnit.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_GRUUnit: + +GRUUnit +------- + +.. autoclass:: paddle.fluid.dygraph.GRUUnit + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/GroupNorm.rst b/doc/fluid/api/dygraph/GroupNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..1a45bea42c683d9b1fb0ac78d96352f8549b8fe0 --- /dev/null +++ b/doc/fluid/api/dygraph/GroupNorm.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_GroupNorm: + +GroupNorm +--------- + +.. autoclass:: paddle.fluid.dygraph.GroupNorm + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/InverseTimeDecay.rst b/doc/fluid/api/dygraph/InverseTimeDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..f89be1a7fc34b98f99f511a75da8275e5bbb46db --- /dev/null +++ b/doc/fluid/api/dygraph/InverseTimeDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_InverseTimeDecay: + +InverseTimeDecay +---------------- + +.. autoclass:: paddle.fluid.dygraph.InverseTimeDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Layer.rst b/doc/fluid/api/dygraph/Layer.rst new file mode 100644 index 0000000000000000000000000000000000000000..263805fe6e6f67826d358ff743eebbb6bc8aa081 --- /dev/null +++ b/doc/fluid/api/dygraph/Layer.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Layer: + +Layer +----- + +.. autoclass:: paddle.fluid.dygraph.Layer + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/LayerNorm.rst b/doc/fluid/api/dygraph/LayerNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..03241ac245c3063cdecbc2c1bccc7ff511e9c55f --- /dev/null +++ b/doc/fluid/api/dygraph/LayerNorm.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_LayerNorm: + +LayerNorm +--------- + +.. autoclass:: paddle.fluid.dygraph.LayerNorm + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/NCE.rst b/doc/fluid/api/dygraph/NCE.rst new file mode 100644 index 0000000000000000000000000000000000000000..6555a73832071c127499df199077fa69c9db04fa --- /dev/null +++ b/doc/fluid/api/dygraph/NCE.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_NCE: + +NCE +--- + +.. autoclass:: paddle.fluid.dygraph.NCE + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/NaturalExpDecay.rst b/doc/fluid/api/dygraph/NaturalExpDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..83a30dc9e8c141c1f12cd613680066f976421883 --- /dev/null +++ b/doc/fluid/api/dygraph/NaturalExpDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_NaturalExpDecay: + +NaturalExpDecay +--------------- + +.. autoclass:: paddle.fluid.dygraph.NaturalExpDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/NoamDecay.rst b/doc/fluid/api/dygraph/NoamDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..605ec0b637c54b1e4b42393e0ccc4cfc075ad3aa --- /dev/null +++ b/doc/fluid/api/dygraph/NoamDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_NoamDecay: + +NoamDecay +--------- + +.. autoclass:: paddle.fluid.dygraph.NoamDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/PRelu.rst b/doc/fluid/api/dygraph/PRelu.rst new file mode 100644 index 0000000000000000000000000000000000000000..1883d4fd067e473e37377386589653d3fc001515 --- /dev/null +++ b/doc/fluid/api/dygraph/PRelu.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_PRelu: + +PRelu +----- + +.. autoclass:: paddle.fluid.dygraph.PRelu + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/PiecewiseDecay.rst b/doc/fluid/api/dygraph/PiecewiseDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad01bf8351a35fd01f66174cc1711b27549ee980 --- /dev/null +++ b/doc/fluid/api/dygraph/PiecewiseDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_PiecewiseDecay: + +PiecewiseDecay +-------------- + +.. autoclass:: paddle.fluid.dygraph.PiecewiseDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/PolynomialDecay.rst b/doc/fluid/api/dygraph/PolynomialDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..f6c69ae30c795825ac7952dcf9d96d3ef9b22404 --- /dev/null +++ b/doc/fluid/api/dygraph/PolynomialDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_PolynomialDecay: + +PolynomialDecay +--------------- + +.. autoclass:: paddle.fluid.dygraph.PolynomialDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Pool2D.rst b/doc/fluid/api/dygraph/Pool2D.rst new file mode 100644 index 0000000000000000000000000000000000000000..1d9c8c7878d89669d98f559f8272dfd6044520f9 --- /dev/null +++ b/doc/fluid/api/dygraph/Pool2D.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Pool2D: + +Pool2D +------ + +.. autoclass:: paddle.fluid.dygraph.Pool2D + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/SpectralNorm.rst b/doc/fluid/api/dygraph/SpectralNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..969a062af814e8bd01b67a53447891db02c08f04 --- /dev/null +++ b/doc/fluid/api/dygraph/SpectralNorm.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_SpectralNorm: + +SpectralNorm +------------ + +.. autoclass:: paddle.fluid.dygraph.SpectralNorm + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/Tracer.rst b/doc/fluid/api/dygraph/Tracer.rst new file mode 100644 index 0000000000000000000000000000000000000000..09b01a39ec4cc355614f8b62a68288c15c234052 --- /dev/null +++ b/doc/fluid/api/dygraph/Tracer.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_Tracer: + +Tracer +------ + +.. autoclass:: paddle.fluid.dygraph.Tracer + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/TreeConv.rst b/doc/fluid/api/dygraph/TreeConv.rst new file mode 100644 index 0000000000000000000000000000000000000000..2d444882f9af6407d964913433e1ebeba52806db --- /dev/null +++ b/doc/fluid/api/dygraph/TreeConv.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_TreeConv: + +TreeConv +-------- + +.. autoclass:: paddle.fluid.dygraph.TreeConv + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/enabled.rst b/doc/fluid/api/dygraph/enabled.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc2bfa7649ef185be254a6a71161b613726e7449 --- /dev/null +++ b/doc/fluid/api/dygraph/enabled.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_enabled: + +enabled +------- + +.. autofunction:: paddle.fluid.dygraph.enabled + :noindex: + diff --git a/doc/fluid/api/dygraph/guard.rst b/doc/fluid/api/dygraph/guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..d20593e6d75b477cb4dbcf5539f1a87ac8028395 --- /dev/null +++ b/doc/fluid/api/dygraph/guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_guard: + +guard +----- + +.. autofunction:: paddle.fluid.dygraph.guard + :noindex: + diff --git a/doc/fluid/api/dygraph/load_persistables.rst b/doc/fluid/api/dygraph/load_persistables.rst new file mode 100644 index 0000000000000000000000000000000000000000..68c32c04ee863cd156516b368361f676ed4299cd --- /dev/null +++ b/doc/fluid/api/dygraph/load_persistables.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_load_persistables: + +load_persistables +----------------- + +.. autofunction:: paddle.fluid.dygraph.load_persistables + :noindex: + diff --git a/doc/fluid/api/dygraph/no_grad.rst b/doc/fluid/api/dygraph/no_grad.rst new file mode 100644 index 0000000000000000000000000000000000000000..47e0d3da73ae20565b106eeb8f0467a45d82a986 --- /dev/null +++ b/doc/fluid/api/dygraph/no_grad.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_no_grad: + +no_grad +------- + +.. autofunction:: paddle.fluid.dygraph.no_grad + :noindex: + diff --git a/doc/fluid/api/dygraph/not_support.rst b/doc/fluid/api/dygraph/not_support.rst new file mode 100644 index 0000000000000000000000000000000000000000..dcc54a34e69ade2ae79652c3595b483185de8910 --- /dev/null +++ b/doc/fluid/api/dygraph/not_support.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_not_support: + +not_support +----------- + +.. autofunction:: paddle.fluid.dygraph.not_support + :noindex: + diff --git a/doc/fluid/api/dygraph/prepare_context.rst b/doc/fluid/api/dygraph/prepare_context.rst new file mode 100644 index 0000000000000000000000000000000000000000..c7bc8b9019e653d4791df41c564d09169557860f --- /dev/null +++ b/doc/fluid/api/dygraph/prepare_context.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_prepare_context: + +prepare_context +--------------- + +.. autofunction:: paddle.fluid.dygraph.prepare_context + :noindex: + diff --git a/doc/fluid/api/dygraph/save_persistables.rst b/doc/fluid/api/dygraph/save_persistables.rst new file mode 100644 index 0000000000000000000000000000000000000000..42a3dacc70315d5f84b1761ad5097ec03657e4c0 --- /dev/null +++ b/doc/fluid/api/dygraph/save_persistables.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_save_persistables: + +save_persistables +----------------- + +.. autofunction:: paddle.fluid.dygraph.save_persistables + :noindex: + diff --git a/doc/fluid/api/dygraph/start_gperf_profiler.rst b/doc/fluid/api/dygraph/start_gperf_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..a94f330088aa8b8fd32eceb4aabb96491f70630f --- /dev/null +++ b/doc/fluid/api/dygraph/start_gperf_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_start_gperf_profiler: + +start_gperf_profiler +-------------------- + +.. autofunction:: paddle.fluid.dygraph.start_gperf_profiler + :noindex: + diff --git a/doc/fluid/api/dygraph/stop_gperf_profiler.rst b/doc/fluid/api/dygraph/stop_gperf_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..500104d97058f0c3c9fa3f405e30a09bec994369 --- /dev/null +++ b/doc/fluid/api/dygraph/stop_gperf_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_stop_gperf_profiler: + +stop_gperf_profiler +------------------- + +.. autofunction:: paddle.fluid.dygraph.stop_gperf_profiler + :noindex: + diff --git a/doc/fluid/api/dygraph/to_variable.rst b/doc/fluid/api/dygraph/to_variable.rst new file mode 100644 index 0000000000000000000000000000000000000000..7e93d1a231c3cb852f7d5bd631ffd13ad6ce28d6 --- /dev/null +++ b/doc/fluid/api/dygraph/to_variable.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_to_variable: + +to_variable +----------- + +.. autofunction:: paddle.fluid.dygraph.to_variable + :noindex: + diff --git a/doc/fluid/api/executor.rst b/doc/fluid/api/executor.rst index 4b4bc5aa90f09ed4bfdae69b06077f2b14952954..39d5ce2cee9a324fcf77d7fda07ad4f8190cd449 100644 --- a/doc/fluid/api/executor.rst +++ b/doc/fluid/api/executor.rst @@ -1,33 +1,10 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============== fluid.executor ============== -.. _api_fluid_executor_Executor: - -Executor --------- - -.. autoclass:: paddle.fluid.executor.Executor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_executor_global_scope: - -global_scope ------------- - -.. autofunction:: paddle.fluid.executor.global_scope - :noindex: - -.. _api_fluid_executor_scope_guard: - -scope_guard ------------ - -.. autofunction:: paddle.fluid.executor.scope_guard - :noindex: +.. toctree:: + :maxdepth: 1 + executor/Executor.rst + executor/global_scope.rst + executor/scope_guard.rst diff --git a/doc/fluid/api/executor/Executor.rst b/doc/fluid/api/executor/Executor.rst new file mode 100644 index 0000000000000000000000000000000000000000..a347026073c50f06d96f306e99c9e894a5efa43a --- /dev/null +++ b/doc/fluid/api/executor/Executor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_executor_Executor: + +Executor +-------- + +.. autoclass:: paddle.fluid.executor.Executor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/executor/global_scope.rst b/doc/fluid/api/executor/global_scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..dafbc8ea86120b554bb8433993e03cab1e3b4464 --- /dev/null +++ b/doc/fluid/api/executor/global_scope.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_executor_global_scope: + +global_scope +------------ + +.. autofunction:: paddle.fluid.executor.global_scope + :noindex: + diff --git a/doc/fluid/api/executor/scope_guard.rst b/doc/fluid/api/executor/scope_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..3d3c891305b3ab7bef88c16a2f5bf22a1c9ffd0c --- /dev/null +++ b/doc/fluid/api/executor/scope_guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_executor_scope_guard: + +scope_guard +----------- + +.. autofunction:: paddle.fluid.executor.scope_guard + :noindex: + diff --git a/doc/fluid/api/fluid.rst b/doc/fluid/api/fluid.rst index a27cc729de31937437b813a120d2e2d886fc74d8..764385fab32d552bb4abd46f41357127db87e8c5 100644 --- a/doc/fluid/api/fluid.rst +++ b/doc/fluid/api/fluid.rst @@ -1,307 +1,65 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ===== fluid ===== -.. _api_fluid_BuildStrategy: - -BuildStrategy -------------- - -.. autoclass:: paddle.fluid.BuildStrategy - :members: - :inherited-members: - :noindex: - -.. _api_fluid_CompiledProgram: - -CompiledProgram ---------------- - -.. autoclass:: paddle.fluid.CompiledProgram - :members: - :inherited-members: - :noindex: - -.. _api_fluid_cpu_places: - -cpu_places ----------- - -.. autofunction:: paddle.fluid.cpu_places - :noindex: - -.. _api_fluid_CPUPlace: - -CPUPlace --------- - -.. autoclass:: paddle.fluid.CPUPlace - :members: - :inherited-members: - :noindex: - -.. _api_fluid_create_lod_tensor: - -create_lod_tensor ------------------ - -.. autofunction:: paddle.fluid.create_lod_tensor - :noindex: - -.. _api_fluid_create_random_int_lodtensor: - -create_random_int_lodtensor ---------------------------- - -.. autofunction:: paddle.fluid.create_random_int_lodtensor - :noindex: - -.. _api_fluid_cuda_pinned_places: - -cuda_pinned_places ------------------- - -.. autofunction:: paddle.fluid.cuda_pinned_places - :noindex: - -.. _api_fluid_cuda_places: - -cuda_places ------------ - -.. autofunction:: paddle.fluid.cuda_places - :noindex: - -.. _api_fluid_CUDAPinnedPlace: - -CUDAPinnedPlace ---------------- - -.. autoclass:: paddle.fluid.CUDAPinnedPlace - :members: - :inherited-members: - :noindex: - -.. _api_fluid_CUDAPlace: - -CUDAPlace ---------- - -.. autoclass:: paddle.fluid.CUDAPlace - :members: - :inherited-members: - :noindex: - -.. _api_fluid_DataFeedDesc: - -DataFeedDesc ------------- - -.. autoclass:: paddle.fluid.DataFeedDesc - :members: - :inherited-members: - :noindex: - -.. _api_fluid_DataFeeder: - -DataFeeder ----------- - -.. autoclass:: paddle.fluid.DataFeeder - :members: - :inherited-members: - :noindex: - -.. _api_fluid_default_main_program: - -default_main_program --------------------- - -.. autofunction:: paddle.fluid.default_main_program - :noindex: - -.. _api_fluid_default_startup_program: - -default_startup_program ------------------------ - -.. autofunction:: paddle.fluid.default_startup_program - :noindex: - -.. _api_fluid_DistributeTranspiler: - -DistributeTranspiler --------------------- - -.. autoclass:: paddle.fluid.DistributeTranspiler - :members: - :inherited-members: - :noindex: - -.. _api_fluid_DistributeTranspilerConfig: - -DistributeTranspilerConfig --------------------------- - -.. autoclass:: paddle.fluid.DistributeTranspilerConfig - :members: - :inherited-members: - :noindex: - -.. _api_fluid_ExecutionStrategy: - -ExecutionStrategy ------------------ - -.. autoclass:: paddle.fluid.ExecutionStrategy - :members: - :inherited-members: - :noindex: - -.. _api_fluid_Executor: - -Executor --------- - -.. autoclass:: paddle.fluid.Executor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_global_scope: - -global_scope ------------- - -.. autofunction:: paddle.fluid.global_scope - :noindex: - -.. _api_fluid_gradients: - -gradients ---------- - -.. autofunction:: paddle.fluid.gradients - :noindex: - -.. _api_fluid_in_dygraph_mode: - -in_dygraph_mode ---------------- - -.. autofunction:: paddle.fluid.in_dygraph_mode - :noindex: - -.. _api_fluid_LoDTensor: - -LoDTensor ---------- - -.. autoclass:: paddle.fluid.LoDTensor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_LoDTensorArray: - -LoDTensorArray --------------- - -.. autoclass:: paddle.fluid.LoDTensorArray - :members: - :inherited-members: - :noindex: - -.. _api_fluid_memory_optimize: - -memory_optimize ---------------- - -.. autofunction:: paddle.fluid.memory_optimize - :noindex: - -.. _api_fluid_name_scope: - -name_scope ----------- - -.. autofunction:: paddle.fluid.name_scope - :noindex: - -.. _api_fluid_ParallelExecutor: - -ParallelExecutor ----------------- - -.. autoclass:: paddle.fluid.ParallelExecutor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_ParamAttr: - -ParamAttr ---------- - -.. autoclass:: paddle.fluid.ParamAttr - :members: - :inherited-members: - :noindex: - -.. _api_fluid_Program: - -Program -------- - -.. autoclass:: paddle.fluid.Program - :members: - :inherited-members: - :noindex: - -.. _api_fluid_program_guard: - -program_guard -------------- - -.. autofunction:: paddle.fluid.program_guard - :noindex: - -.. _api_fluid_release_memory: - -release_memory --------------- - -.. autofunction:: paddle.fluid.release_memory - :noindex: - -.. _api_fluid_scope_guard: - -scope_guard ------------ - -.. autofunction:: paddle.fluid.scope_guard - :noindex: - -.. _api_fluid_Tensor: - -Tensor ------- - -.. autoclass:: paddle.fluid.Tensor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_WeightNormParamAttr: - -WeightNormParamAttr -------------------- - -.. autoclass:: paddle.fluid.WeightNormParamAttr - :members: - :inherited-members: - :noindex: - +.. toctree:: + :maxdepth: 1 + + fluid/append_backward.rst + fluid/backward.rst + fluid/BuildStrategy.rst + fluid/clip.rst + fluid/CompiledProgram.rst + fluid/contrib.rst + fluid/cpu_places.rst + fluid/CPUPlace.rst + fluid/create_lod_tensor.rst + fluid/create_random_int_lodtensor.rst + fluid/cuda_pinned_places.rst + fluid/cuda_places.rst + fluid/CUDAPinnedPlace.rst + fluid/CUDAPlace.rst + fluid/DataFeedDesc.rst + fluid/DataFeeder.rst + fluid/default_main_program.rst + fluid/default_startup_program.rst + fluid/DistMultiTrainer.rst + fluid/DistributeTranspiler.rst + fluid/DistributeTranspilerConfig.rst + fluid/dygraph.rst + fluid/dygraph_grad_clip.rst + fluid/ExecutionStrategy.rst + fluid/Executor.rst + fluid/global_scope.rst + fluid/gradients.rst + fluid/HashName.rst + fluid/in_dygraph_mode.rst + fluid/initializer.rst + fluid/install_check.rst + fluid/io.rst + fluid/layers.rst + fluid/learning_rate_decay.rst + fluid/LoDTensor.rst + fluid/LoDTensorArray.rst + fluid/memory_optimize.rst + fluid/MultiTrainer.rst + fluid/name_scope.rst + fluid/nets.rst + fluid/optimizer.rst + fluid/ParallelExecutor.rst + fluid/ParamAttr.rst + fluid/PipelineTrainer.rst + fluid/profiler.rst + fluid/Program.rst + fluid/program_guard.rst + fluid/recordio_writer.rst + fluid/regularizer.rst + fluid/release_memory.rst + fluid/RoundRobin.rst + fluid/Scope.rst + fluid/scope_guard.rst + fluid/Tensor.rst + fluid/TrainerDesc.rst + fluid/transpiler.rst + fluid/unique_name.rst + fluid/WeightNormParamAttr.rst diff --git a/doc/fluid/api/fluid/BuildStrategy.rst b/doc/fluid/api/fluid/BuildStrategy.rst new file mode 100644 index 0000000000000000000000000000000000000000..662fdc30fb741e5e32ec3e85f9b204817fc9c771 --- /dev/null +++ b/doc/fluid/api/fluid/BuildStrategy.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_BuildStrategy: + +BuildStrategy +------------- + +.. autoclass:: paddle.fluid.BuildStrategy + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/CPUPlace.rst b/doc/fluid/api/fluid/CPUPlace.rst new file mode 100644 index 0000000000000000000000000000000000000000..138d66bbb486f452c7b4828c777bfb60430620e5 --- /dev/null +++ b/doc/fluid/api/fluid/CPUPlace.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_CPUPlace: + +CPUPlace +-------- + +.. autoclass:: paddle.fluid.CPUPlace + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/CUDAPinnedPlace.rst b/doc/fluid/api/fluid/CUDAPinnedPlace.rst new file mode 100644 index 0000000000000000000000000000000000000000..9352b7b64979d2fe1094c4cfa854d8084decaa04 --- /dev/null +++ b/doc/fluid/api/fluid/CUDAPinnedPlace.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_CUDAPinnedPlace: + +CUDAPinnedPlace +--------------- + +.. autoclass:: paddle.fluid.CUDAPinnedPlace + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/CUDAPlace.rst b/doc/fluid/api/fluid/CUDAPlace.rst new file mode 100644 index 0000000000000000000000000000000000000000..99654d126b5975b9cf07a0e211a64631350a08e3 --- /dev/null +++ b/doc/fluid/api/fluid/CUDAPlace.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_CUDAPlace: + +CUDAPlace +--------- + +.. autoclass:: paddle.fluid.CUDAPlace + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/CompiledProgram.rst b/doc/fluid/api/fluid/CompiledProgram.rst new file mode 100644 index 0000000000000000000000000000000000000000..4a5a41eeb35501f73e2f00e639c7f282e823da86 --- /dev/null +++ b/doc/fluid/api/fluid/CompiledProgram.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_CompiledProgram: + +CompiledProgram +--------------- + +.. autoclass:: paddle.fluid.CompiledProgram + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/DataFeedDesc.rst b/doc/fluid/api/fluid/DataFeedDesc.rst new file mode 100644 index 0000000000000000000000000000000000000000..2145cf572ec597960fa5296969f6bb3d1323e317 --- /dev/null +++ b/doc/fluid/api/fluid/DataFeedDesc.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_DataFeedDesc: + +DataFeedDesc +------------ + +.. autoclass:: paddle.fluid.DataFeedDesc + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/DataFeeder.rst b/doc/fluid/api/fluid/DataFeeder.rst new file mode 100644 index 0000000000000000000000000000000000000000..400f747ad7968115b0c9e1db71b342b867cd90da --- /dev/null +++ b/doc/fluid/api/fluid/DataFeeder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_DataFeeder: + +DataFeeder +---------- + +.. autoclass:: paddle.fluid.DataFeeder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/DistMultiTrainer.rst b/doc/fluid/api/fluid/DistMultiTrainer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/DistMultiTrainer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/DistributeTranspiler.rst b/doc/fluid/api/fluid/DistributeTranspiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..b5f4a78ff971ce17aa9b77e068a9b663172ee248 --- /dev/null +++ b/doc/fluid/api/fluid/DistributeTranspiler.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_DistributeTranspiler: + +DistributeTranspiler +-------------------- + +.. autoclass:: paddle.fluid.DistributeTranspiler + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/DistributeTranspilerConfig.rst b/doc/fluid/api/fluid/DistributeTranspilerConfig.rst new file mode 100644 index 0000000000000000000000000000000000000000..aaf36100e3e20c42c6c16a091da100efff909e8f --- /dev/null +++ b/doc/fluid/api/fluid/DistributeTranspilerConfig.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_DistributeTranspilerConfig: + +DistributeTranspilerConfig +-------------------------- + +.. autoclass:: paddle.fluid.DistributeTranspilerConfig + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/ExecutionStrategy.rst b/doc/fluid/api/fluid/ExecutionStrategy.rst new file mode 100644 index 0000000000000000000000000000000000000000..1b6c89edbc127a858808ebfcbb7ae97f6463eac5 --- /dev/null +++ b/doc/fluid/api/fluid/ExecutionStrategy.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_ExecutionStrategy: + +ExecutionStrategy +----------------- + +.. autoclass:: paddle.fluid.ExecutionStrategy + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/Executor.rst b/doc/fluid/api/fluid/Executor.rst new file mode 100644 index 0000000000000000000000000000000000000000..ceb46f07e05dbdb5f4560ac14912104afb50a754 --- /dev/null +++ b/doc/fluid/api/fluid/Executor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_Executor: + +Executor +-------- + +.. autoclass:: paddle.fluid.Executor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/HashName.rst b/doc/fluid/api/fluid/HashName.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/HashName.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/LoDTensor.rst b/doc/fluid/api/fluid/LoDTensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..c6729742a720cd2a4132bbe8671b928efa97401a --- /dev/null +++ b/doc/fluid/api/fluid/LoDTensor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_LoDTensor: + +LoDTensor +--------- + +.. autoclass:: paddle.fluid.LoDTensor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/LoDTensorArray.rst b/doc/fluid/api/fluid/LoDTensorArray.rst new file mode 100644 index 0000000000000000000000000000000000000000..f2c378bf7124e46c6ac6bd42223c677d66d7b910 --- /dev/null +++ b/doc/fluid/api/fluid/LoDTensorArray.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_LoDTensorArray: + +LoDTensorArray +-------------- + +.. autoclass:: paddle.fluid.LoDTensorArray + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/MultiTrainer.rst b/doc/fluid/api/fluid/MultiTrainer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/MultiTrainer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/ParallelExecutor.rst b/doc/fluid/api/fluid/ParallelExecutor.rst new file mode 100644 index 0000000000000000000000000000000000000000..41750d73374f624f39a228521d41289a9725bd29 --- /dev/null +++ b/doc/fluid/api/fluid/ParallelExecutor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_ParallelExecutor: + +ParallelExecutor +---------------- + +.. autoclass:: paddle.fluid.ParallelExecutor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/ParamAttr.rst b/doc/fluid/api/fluid/ParamAttr.rst new file mode 100644 index 0000000000000000000000000000000000000000..97db3f025a344eb10355b7cd9c597130352ce4ce --- /dev/null +++ b/doc/fluid/api/fluid/ParamAttr.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_ParamAttr: + +ParamAttr +--------- + +.. autoclass:: paddle.fluid.ParamAttr + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/PipelineTrainer.rst b/doc/fluid/api/fluid/PipelineTrainer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/PipelineTrainer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/Program.rst b/doc/fluid/api/fluid/Program.rst new file mode 100644 index 0000000000000000000000000000000000000000..a2d94551c58b2cd7b840ad93b7f7004e8406fdc9 --- /dev/null +++ b/doc/fluid/api/fluid/Program.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_Program: + +Program +------- + +.. autoclass:: paddle.fluid.Program + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/RoundRobin.rst b/doc/fluid/api/fluid/RoundRobin.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/RoundRobin.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/Scope.rst b/doc/fluid/api/fluid/Scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/Scope.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/Tensor.rst b/doc/fluid/api/fluid/Tensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..b69b10a6526bfe662914991a7cf6606b17335010 --- /dev/null +++ b/doc/fluid/api/fluid/Tensor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_Tensor: + +Tensor +------ + +.. autoclass:: paddle.fluid.Tensor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/TrainerDesc.rst b/doc/fluid/api/fluid/TrainerDesc.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/TrainerDesc.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/WeightNormParamAttr.rst b/doc/fluid/api/fluid/WeightNormParamAttr.rst new file mode 100644 index 0000000000000000000000000000000000000000..820eed0b9e965f37261e3dcf0c3d2e6f049dff7c --- /dev/null +++ b/doc/fluid/api/fluid/WeightNormParamAttr.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_WeightNormParamAttr: + +WeightNormParamAttr +------------------- + +.. autoclass:: paddle.fluid.WeightNormParamAttr + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/append_backward.rst b/doc/fluid/api/fluid/append_backward.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/append_backward.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/backward.rst b/doc/fluid/api/fluid/backward.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/backward.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/clip.rst b/doc/fluid/api/fluid/clip.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/clip.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/contrib.rst b/doc/fluid/api/fluid/contrib.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/contrib.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/cpu_places.rst b/doc/fluid/api/fluid/cpu_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..d9be69ad5c1448428a73e8eef96c0ea1f5d3a966 --- /dev/null +++ b/doc/fluid/api/fluid/cpu_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_cpu_places: + +cpu_places +---------- + +.. autofunction:: paddle.fluid.cpu_places + :noindex: + diff --git a/doc/fluid/api/fluid/create_lod_tensor.rst b/doc/fluid/api/fluid/create_lod_tensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..20bcaa8553f14f6373af4fc0c1158f946f711d5c --- /dev/null +++ b/doc/fluid/api/fluid/create_lod_tensor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_create_lod_tensor: + +create_lod_tensor +----------------- + +.. autofunction:: paddle.fluid.create_lod_tensor + :noindex: + diff --git a/doc/fluid/api/fluid/create_random_int_lodtensor.rst b/doc/fluid/api/fluid/create_random_int_lodtensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..67797f1ecd10b676bc4bbc606c117b1731a62b15 --- /dev/null +++ b/doc/fluid/api/fluid/create_random_int_lodtensor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_create_random_int_lodtensor: + +create_random_int_lodtensor +--------------------------- + +.. autofunction:: paddle.fluid.create_random_int_lodtensor + :noindex: + diff --git a/doc/fluid/api/fluid/cuda_pinned_places.rst b/doc/fluid/api/fluid/cuda_pinned_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..97497d8370637fa8e0bbd4963c61d8ae0d400ca2 --- /dev/null +++ b/doc/fluid/api/fluid/cuda_pinned_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_cuda_pinned_places: + +cuda_pinned_places +------------------ + +.. autofunction:: paddle.fluid.cuda_pinned_places + :noindex: + diff --git a/doc/fluid/api/fluid/cuda_places.rst b/doc/fluid/api/fluid/cuda_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad66b7ffb065d709f326345071f2ad66f0ead2c6 --- /dev/null +++ b/doc/fluid/api/fluid/cuda_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_cuda_places: + +cuda_places +----------- + +.. autofunction:: paddle.fluid.cuda_places + :noindex: + diff --git a/doc/fluid/api/fluid/default_main_program.rst b/doc/fluid/api/fluid/default_main_program.rst new file mode 100644 index 0000000000000000000000000000000000000000..bc5cf7ca2955d0c42032026a3a99da49c9621549 --- /dev/null +++ b/doc/fluid/api/fluid/default_main_program.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_default_main_program: + +default_main_program +-------------------- + +.. autofunction:: paddle.fluid.default_main_program + :noindex: + diff --git a/doc/fluid/api/fluid/default_startup_program.rst b/doc/fluid/api/fluid/default_startup_program.rst new file mode 100644 index 0000000000000000000000000000000000000000..28d3c28dd501dac6df86560794347652bc463772 --- /dev/null +++ b/doc/fluid/api/fluid/default_startup_program.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_default_startup_program: + +default_startup_program +----------------------- + +.. autofunction:: paddle.fluid.default_startup_program + :noindex: + diff --git a/doc/fluid/api/fluid/dygraph.rst b/doc/fluid/api/fluid/dygraph.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/dygraph.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/dygraph_grad_clip.rst b/doc/fluid/api/fluid/dygraph_grad_clip.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/dygraph_grad_clip.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/global_scope.rst b/doc/fluid/api/fluid/global_scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ab4f3401eb393c7d1c7d4fdd904dbc94aa5f58b --- /dev/null +++ b/doc/fluid/api/fluid/global_scope.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_global_scope: + +global_scope +------------ + +.. autofunction:: paddle.fluid.global_scope + :noindex: + diff --git a/doc/fluid/api/fluid/gradients.rst b/doc/fluid/api/fluid/gradients.rst new file mode 100644 index 0000000000000000000000000000000000000000..2763527971dc714f7fef544875b2f2dfde1c4d90 --- /dev/null +++ b/doc/fluid/api/fluid/gradients.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_gradients: + +gradients +--------- + +.. autofunction:: paddle.fluid.gradients + :noindex: + diff --git a/doc/fluid/api/fluid/in_dygraph_mode.rst b/doc/fluid/api/fluid/in_dygraph_mode.rst new file mode 100644 index 0000000000000000000000000000000000000000..7c51c683d5d55daf0c32bd038c0378fd61a77b73 --- /dev/null +++ b/doc/fluid/api/fluid/in_dygraph_mode.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_in_dygraph_mode: + +in_dygraph_mode +--------------- + +.. autofunction:: paddle.fluid.in_dygraph_mode + :noindex: + diff --git a/doc/fluid/api/fluid/initializer.rst b/doc/fluid/api/fluid/initializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/initializer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/install_check.rst b/doc/fluid/api/fluid/install_check.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/install_check.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/io.rst b/doc/fluid/api/fluid/io.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/io.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/layers.rst b/doc/fluid/api/fluid/layers.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/layers.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/learning_rate_decay.rst b/doc/fluid/api/fluid/learning_rate_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/learning_rate_decay.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/memory_optimize.rst b/doc/fluid/api/fluid/memory_optimize.rst new file mode 100644 index 0000000000000000000000000000000000000000..98d98c021aff404dad82a4f03ab9cf5720d35eee --- /dev/null +++ b/doc/fluid/api/fluid/memory_optimize.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_memory_optimize: + +memory_optimize +--------------- + +.. autofunction:: paddle.fluid.memory_optimize + :noindex: + diff --git a/doc/fluid/api/fluid/name_scope.rst b/doc/fluid/api/fluid/name_scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..b09888f31e55425cd2e04d8b74259032ca7f44c4 --- /dev/null +++ b/doc/fluid/api/fluid/name_scope.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_name_scope: + +name_scope +---------- + +.. autofunction:: paddle.fluid.name_scope + :noindex: + diff --git a/doc/fluid/api/fluid/nets.rst b/doc/fluid/api/fluid/nets.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/nets.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/optimizer.rst b/doc/fluid/api/fluid/optimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/optimizer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/profiler.rst b/doc/fluid/api/fluid/profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/profiler.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/program_guard.rst b/doc/fluid/api/fluid/program_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..22ae9ddffbe4ceb1be9de9384ef9ea9b559d5438 --- /dev/null +++ b/doc/fluid/api/fluid/program_guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_program_guard: + +program_guard +------------- + +.. autofunction:: paddle.fluid.program_guard + :noindex: + diff --git a/doc/fluid/api/fluid/recordio_writer.rst b/doc/fluid/api/fluid/recordio_writer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/recordio_writer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/regularizer.rst b/doc/fluid/api/fluid/regularizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/regularizer.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/release_memory.rst b/doc/fluid/api/fluid/release_memory.rst new file mode 100644 index 0000000000000000000000000000000000000000..f70d83d69ef756dd6343ceb1539fd43e1b31fc09 --- /dev/null +++ b/doc/fluid/api/fluid/release_memory.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_release_memory: + +release_memory +-------------- + +.. autofunction:: paddle.fluid.release_memory + :noindex: + diff --git a/doc/fluid/api/fluid/scope_guard.rst b/doc/fluid/api/fluid/scope_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..89434514c2f00e2f45049225f25b9f7f3cc85c3f --- /dev/null +++ b/doc/fluid/api/fluid/scope_guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_scope_guard: + +scope_guard +----------- + +.. autofunction:: paddle.fluid.scope_guard + :noindex: + diff --git a/doc/fluid/api/fluid/transpiler.rst b/doc/fluid/api/fluid/transpiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/transpiler.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/fluid/unique_name.rst b/doc/fluid/api/fluid/unique_name.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/fluid/unique_name.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/gen_doc.py b/doc/fluid/api/gen_doc.py index 1a49eac20fab551f68d3f9731f266d329717f249..98b0dd572cc6a29ff5fa848073e61f46136172e8 100644 --- a/doc/fluid/api/gen_doc.py +++ b/doc/fluid/api/gen_doc.py @@ -18,7 +18,6 @@ import sys import types import os import contextlib - import paddle.fluid as fluid def parse_arg(): diff --git a/doc/fluid/api/gen_doc.sh b/doc/fluid/api/gen_doc.sh index 82ea195d60d5c461033a56132e42017eddacad23..d88988451623ba58e909193c21c8365b8394292c 100644 --- a/doc/fluid/api/gen_doc.sh +++ b/doc/fluid/api/gen_doc.sh @@ -5,20 +5,19 @@ # python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module} --to_multiple_files True #done -for module in control_flow nn io ops tensor learning_rate_scheduler detection metric_op -do - python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module}.rst -done +#for module in control_flow nn io ops tensor learning_rate_scheduler detection metric_op +#do +# python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module}.rst +#done -for module in data_feeder dataset clip metrics executor initializer io nets optimizer profiler regularizer transpiler recordio_writer backward average profiler unique_name dygraph +for module in layers data_feeder dataset clip metrics executor initializer io nets optimizer profiler regularizer transpiler recordio_writer backward average profiler unique_name dygraph do - python gen_doc.py --module_name ${module} --module_prefix ${module} --output ${module}.rst + python gen_doc.py --module_name ${module} --module_prefix ${module} --output ${module} --to_multiple_files True + python gen_module_index.py ${module} fluid.${module} done -python gen_doc.py --module_name "" --module_prefix "" --output fluid.rst - -#python gen_module_index.py layers.nn nn -python gen_module_index.py layers fluid.layers +python gen_doc.py --module_name "" --module_prefix "" --output fluid --to_multiple_files True +python gen_module_index.py fluid fluid python gen_index.py diff --git a/doc/fluid/api/initializer.rst b/doc/fluid/api/initializer.rst index c3ea01223262f89e4eab1b733dee65ce45d863ab..0068f3f603e930d564d71f964cf3ff49a15b9f0d 100644 --- a/doc/fluid/api/initializer.rst +++ b/doc/fluid/api/initializer.rst @@ -1,173 +1,24 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ================= fluid.initializer ================= -.. _api_fluid_initializer_Bilinear: - -Bilinear --------- - -.. autoclass:: paddle.fluid.initializer.Bilinear - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_BilinearInitializer: - -BilinearInitializer -------------------- - -.. autoclass:: paddle.fluid.initializer.BilinearInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_Constant: - -Constant --------- - -.. autoclass:: paddle.fluid.initializer.Constant - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_ConstantInitializer: - -ConstantInitializer -------------------- - -.. autoclass:: paddle.fluid.initializer.ConstantInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_force_init_on_cpu: - -force_init_on_cpu ------------------ - -.. autofunction:: paddle.fluid.initializer.force_init_on_cpu - :noindex: - -.. _api_fluid_initializer_init_on_cpu: - -init_on_cpu ------------ - -.. autofunction:: paddle.fluid.initializer.init_on_cpu - :noindex: - -.. _api_fluid_initializer_MSRA: - -MSRA ----- - -.. autoclass:: paddle.fluid.initializer.MSRA - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_MSRAInitializer: - -MSRAInitializer ---------------- - -.. autoclass:: paddle.fluid.initializer.MSRAInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_Normal: - -Normal ------- - -.. autoclass:: paddle.fluid.initializer.Normal - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_NormalInitializer: - -NormalInitializer ------------------ - -.. autoclass:: paddle.fluid.initializer.NormalInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_NumpyArrayInitializer: - -NumpyArrayInitializer ---------------------- - -.. autoclass:: paddle.fluid.initializer.NumpyArrayInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_TruncatedNormal: - -TruncatedNormal ---------------- - -.. autoclass:: paddle.fluid.initializer.TruncatedNormal - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_TruncatedNormalInitializer: - -TruncatedNormalInitializer --------------------------- - -.. autoclass:: paddle.fluid.initializer.TruncatedNormalInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_Uniform: - -Uniform -------- - -.. autoclass:: paddle.fluid.initializer.Uniform - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_UniformInitializer: - -UniformInitializer ------------------- - -.. autoclass:: paddle.fluid.initializer.UniformInitializer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_Xavier: - -Xavier ------- - -.. autoclass:: paddle.fluid.initializer.Xavier - :members: - :inherited-members: - :noindex: - -.. _api_fluid_initializer_XavierInitializer: - -XavierInitializer ------------------ - -.. autoclass:: paddle.fluid.initializer.XavierInitializer - :members: - :inherited-members: - :noindex: - +.. toctree:: + :maxdepth: 1 + + initializer/Bilinear.rst + initializer/BilinearInitializer.rst + initializer/Constant.rst + initializer/ConstantInitializer.rst + initializer/force_init_on_cpu.rst + initializer/init_on_cpu.rst + initializer/MSRA.rst + initializer/MSRAInitializer.rst + initializer/Normal.rst + initializer/NormalInitializer.rst + initializer/NumpyArrayInitializer.rst + initializer/TruncatedNormal.rst + initializer/TruncatedNormalInitializer.rst + initializer/Uniform.rst + initializer/UniformInitializer.rst + initializer/Xavier.rst + initializer/XavierInitializer.rst diff --git a/doc/fluid/api/initializer/Bilinear.rst b/doc/fluid/api/initializer/Bilinear.rst new file mode 100644 index 0000000000000000000000000000000000000000..6325f6da507c8e7907036dd399ed07e24d3b15f8 --- /dev/null +++ b/doc/fluid/api/initializer/Bilinear.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_Bilinear: + +Bilinear +-------- + +.. autoclass:: paddle.fluid.initializer.Bilinear + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/BilinearInitializer.rst b/doc/fluid/api/initializer/BilinearInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..177de370782a7a871ea46d889f4864c9295543f2 --- /dev/null +++ b/doc/fluid/api/initializer/BilinearInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_BilinearInitializer: + +BilinearInitializer +------------------- + +.. autoclass:: paddle.fluid.initializer.BilinearInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/Constant.rst b/doc/fluid/api/initializer/Constant.rst new file mode 100644 index 0000000000000000000000000000000000000000..433d84b3abd26a9325beb3e56c46102c71f07fff --- /dev/null +++ b/doc/fluid/api/initializer/Constant.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_Constant: + +Constant +-------- + +.. autoclass:: paddle.fluid.initializer.Constant + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/ConstantInitializer.rst b/doc/fluid/api/initializer/ConstantInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..7319bc3b33f24bdbf45185e384172fb859c2cc7d --- /dev/null +++ b/doc/fluid/api/initializer/ConstantInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_ConstantInitializer: + +ConstantInitializer +------------------- + +.. autoclass:: paddle.fluid.initializer.ConstantInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/MSRA.rst b/doc/fluid/api/initializer/MSRA.rst new file mode 100644 index 0000000000000000000000000000000000000000..d21b5c02c053483148fd01928ef8bc2be0fe6525 --- /dev/null +++ b/doc/fluid/api/initializer/MSRA.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_MSRA: + +MSRA +---- + +.. autoclass:: paddle.fluid.initializer.MSRA + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/MSRAInitializer.rst b/doc/fluid/api/initializer/MSRAInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..2761200c974968029eb1b7633962d830e775fc5c --- /dev/null +++ b/doc/fluid/api/initializer/MSRAInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_MSRAInitializer: + +MSRAInitializer +--------------- + +.. autoclass:: paddle.fluid.initializer.MSRAInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/Normal.rst b/doc/fluid/api/initializer/Normal.rst new file mode 100644 index 0000000000000000000000000000000000000000..74530a202d84b282594d20657ff0bea5f9bb028e --- /dev/null +++ b/doc/fluid/api/initializer/Normal.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_Normal: + +Normal +------ + +.. autoclass:: paddle.fluid.initializer.Normal + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/NormalInitializer.rst b/doc/fluid/api/initializer/NormalInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..709f74b83f7d487100d9097dc6c7de0a50ed148c --- /dev/null +++ b/doc/fluid/api/initializer/NormalInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_NormalInitializer: + +NormalInitializer +----------------- + +.. autoclass:: paddle.fluid.initializer.NormalInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/NumpyArrayInitializer.rst b/doc/fluid/api/initializer/NumpyArrayInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..1295a8891fb877d72420d7ec65d30903f3a16bdd --- /dev/null +++ b/doc/fluid/api/initializer/NumpyArrayInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_NumpyArrayInitializer: + +NumpyArrayInitializer +--------------------- + +.. autoclass:: paddle.fluid.initializer.NumpyArrayInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/TruncatedNormal.rst b/doc/fluid/api/initializer/TruncatedNormal.rst new file mode 100644 index 0000000000000000000000000000000000000000..35e9f9d965aa9b1a416c3aaeac7ad297a81203f7 --- /dev/null +++ b/doc/fluid/api/initializer/TruncatedNormal.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_TruncatedNormal: + +TruncatedNormal +--------------- + +.. autoclass:: paddle.fluid.initializer.TruncatedNormal + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/TruncatedNormalInitializer.rst b/doc/fluid/api/initializer/TruncatedNormalInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..46751981c4c448d552ed7f71460497871e890997 --- /dev/null +++ b/doc/fluid/api/initializer/TruncatedNormalInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_TruncatedNormalInitializer: + +TruncatedNormalInitializer +-------------------------- + +.. autoclass:: paddle.fluid.initializer.TruncatedNormalInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/Uniform.rst b/doc/fluid/api/initializer/Uniform.rst new file mode 100644 index 0000000000000000000000000000000000000000..dec38b64769ef0a2db288449c87d2c8d6f0ad818 --- /dev/null +++ b/doc/fluid/api/initializer/Uniform.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_Uniform: + +Uniform +------- + +.. autoclass:: paddle.fluid.initializer.Uniform + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/UniformInitializer.rst b/doc/fluid/api/initializer/UniformInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..183609ec900dc4ab2876d325ac248c50fd79e7c8 --- /dev/null +++ b/doc/fluid/api/initializer/UniformInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_UniformInitializer: + +UniformInitializer +------------------ + +.. autoclass:: paddle.fluid.initializer.UniformInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/Xavier.rst b/doc/fluid/api/initializer/Xavier.rst new file mode 100644 index 0000000000000000000000000000000000000000..7a0d26d8b59671c929859a4997a90e4c0bcc8615 --- /dev/null +++ b/doc/fluid/api/initializer/Xavier.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_Xavier: + +Xavier +------ + +.. autoclass:: paddle.fluid.initializer.Xavier + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/XavierInitializer.rst b/doc/fluid/api/initializer/XavierInitializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..a17e42c0868e37e83cb0778a875e6c882837998a --- /dev/null +++ b/doc/fluid/api/initializer/XavierInitializer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_XavierInitializer: + +XavierInitializer +----------------- + +.. autoclass:: paddle.fluid.initializer.XavierInitializer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/initializer/force_init_on_cpu.rst b/doc/fluid/api/initializer/force_init_on_cpu.rst new file mode 100644 index 0000000000000000000000000000000000000000..e9724b84800560efc329397808802f6fb3cc80fd --- /dev/null +++ b/doc/fluid/api/initializer/force_init_on_cpu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_force_init_on_cpu: + +force_init_on_cpu +----------------- + +.. autofunction:: paddle.fluid.initializer.force_init_on_cpu + :noindex: + diff --git a/doc/fluid/api/initializer/init_on_cpu.rst b/doc/fluid/api/initializer/init_on_cpu.rst new file mode 100644 index 0000000000000000000000000000000000000000..c7ae66820cdca4060601761d83d5fb2471a48c51 --- /dev/null +++ b/doc/fluid/api/initializer/init_on_cpu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_init_on_cpu: + +init_on_cpu +----------- + +.. autofunction:: paddle.fluid.initializer.init_on_cpu + :noindex: + diff --git a/doc/fluid/api/io.rst b/doc/fluid/api/io.rst index e5e132e887fe9c97a0b38538287bb7534352154b..75ba03e548d30c19ef366eeb6c398fc29faf11df 100644 --- a/doc/fluid/api/io.rst +++ b/doc/fluid/api/io.rst @@ -1,81 +1,16 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ======== fluid.io ======== -.. _api_fluid_io_load_inference_model: - -load_inference_model --------------------- - -.. autofunction:: paddle.fluid.io.load_inference_model - :noindex: - -.. _api_fluid_io_load_params: - -load_params ------------ - -.. autofunction:: paddle.fluid.io.load_params - :noindex: - -.. _api_fluid_io_load_persistables: - -load_persistables ------------------ - -.. autofunction:: paddle.fluid.io.load_persistables - :noindex: - -.. _api_fluid_io_load_vars: - -load_vars ---------- - -.. autofunction:: paddle.fluid.io.load_vars - :noindex: - -.. _api_fluid_io_PyReader: - -PyReader --------- - -.. autoclass:: paddle.fluid.io.PyReader - :members: - :inherited-members: - :noindex: - -.. _api_fluid_io_save_inference_model: - -save_inference_model --------------------- - -.. autofunction:: paddle.fluid.io.save_inference_model - :noindex: - -.. _api_fluid_io_save_params: - -save_params ------------ - -.. autofunction:: paddle.fluid.io.save_params - :noindex: - -.. _api_fluid_io_save_persistables: - -save_persistables ------------------ - -.. autofunction:: paddle.fluid.io.save_persistables - :noindex: - -.. _api_fluid_io_save_vars: - -save_vars ---------- - -.. autofunction:: paddle.fluid.io.save_vars - :noindex: - +.. toctree:: + :maxdepth: 1 + + io/load_inference_model.rst + io/load_params.rst + io/load_persistables.rst + io/load_vars.rst + io/PyReader.rst + io/save_inference_model.rst + io/save_params.rst + io/save_persistables.rst + io/save_vars.rst diff --git a/doc/fluid/api/io/PyReader.rst b/doc/fluid/api/io/PyReader.rst new file mode 100644 index 0000000000000000000000000000000000000000..6cde2a207e50b06af9f53356e00bd7897a93b1b5 --- /dev/null +++ b/doc/fluid/api/io/PyReader.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_PyReader: + +PyReader +-------- + +.. autoclass:: paddle.fluid.io.PyReader + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/io/load_inference_model.rst b/doc/fluid/api/io/load_inference_model.rst new file mode 100644 index 0000000000000000000000000000000000000000..3c7d01ce520e5c0b12182848f9dd4bdbde811b13 --- /dev/null +++ b/doc/fluid/api/io/load_inference_model.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_load_inference_model: + +load_inference_model +-------------------- + +.. autofunction:: paddle.fluid.io.load_inference_model + :noindex: + diff --git a/doc/fluid/api/io/load_params.rst b/doc/fluid/api/io/load_params.rst new file mode 100644 index 0000000000000000000000000000000000000000..69d60b7f111770553c70843c7cd6ab49315cb6b6 --- /dev/null +++ b/doc/fluid/api/io/load_params.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_load_params: + +load_params +----------- + +.. autofunction:: paddle.fluid.io.load_params + :noindex: + diff --git a/doc/fluid/api/io/load_persistables.rst b/doc/fluid/api/io/load_persistables.rst new file mode 100644 index 0000000000000000000000000000000000000000..aa44b782655478aef3480a37cfeee98cc86a8a0d --- /dev/null +++ b/doc/fluid/api/io/load_persistables.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_load_persistables: + +load_persistables +----------------- + +.. autofunction:: paddle.fluid.io.load_persistables + :noindex: + diff --git a/doc/fluid/api/io/load_vars.rst b/doc/fluid/api/io/load_vars.rst new file mode 100644 index 0000000000000000000000000000000000000000..02c9d7b3adf9d677a5a8f5cf4a10b2d6837104b5 --- /dev/null +++ b/doc/fluid/api/io/load_vars.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_load_vars: + +load_vars +--------- + +.. autofunction:: paddle.fluid.io.load_vars + :noindex: + diff --git a/doc/fluid/api/io/save_inference_model.rst b/doc/fluid/api/io/save_inference_model.rst new file mode 100644 index 0000000000000000000000000000000000000000..ee2e18586ac6329002f85b9ff5f794d397fce308 --- /dev/null +++ b/doc/fluid/api/io/save_inference_model.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_save_inference_model: + +save_inference_model +-------------------- + +.. autofunction:: paddle.fluid.io.save_inference_model + :noindex: + diff --git a/doc/fluid/api/io/save_params.rst b/doc/fluid/api/io/save_params.rst new file mode 100644 index 0000000000000000000000000000000000000000..70785a7dc294d1438072bf203416ca64e8104293 --- /dev/null +++ b/doc/fluid/api/io/save_params.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_save_params: + +save_params +----------- + +.. autofunction:: paddle.fluid.io.save_params + :noindex: + diff --git a/doc/fluid/api/io/save_persistables.rst b/doc/fluid/api/io/save_persistables.rst new file mode 100644 index 0000000000000000000000000000000000000000..a8d76b3ee5ef6c2509fee8e3b5c609104bd29b8b --- /dev/null +++ b/doc/fluid/api/io/save_persistables.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_save_persistables: + +save_persistables +----------------- + +.. autofunction:: paddle.fluid.io.save_persistables + :noindex: + diff --git a/doc/fluid/api/io/save_vars.rst b/doc/fluid/api/io/save_vars.rst new file mode 100644 index 0000000000000000000000000000000000000000..75f6faf3c3cceebe4e26064ca66586a2e1128356 --- /dev/null +++ b/doc/fluid/api/io/save_vars.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_save_vars: + +save_vars +--------- + +.. autofunction:: paddle.fluid.io.save_vars + :noindex: + diff --git a/doc/fluid/api/layers.rst b/doc/fluid/api/layers.rst index 82ae6f2125b2bbea44451909889e6d4a29a9b519..b3870cd9bc333e5b7157600fa85cd3ce20c2385c 100644 --- a/doc/fluid/api/layers.rst +++ b/doc/fluid/api/layers.rst @@ -5,11 +5,286 @@ fluid.layers .. toctree:: :maxdepth: 1 - layers/control_flow.rst - layers/detection.rst - layers/io.rst - layers/learning_rate_scheduler.rst - layers/metric_op.rst - layers/nn.rst - layers/ops.rst - layers/tensor.rst + layers/abs.rst + layers/accuracy.rst + layers/acos.rst + layers/adaptive_pool2d.rst + layers/adaptive_pool3d.rst + layers/add_position_encoding.rst + layers/affine_channel.rst + layers/affine_grid.rst + layers/anchor_generator.rst + layers/argmax.rst + layers/argmin.rst + layers/argsort.rst + layers/array_length.rst + layers/array_read.rst + layers/array_write.rst + layers/asin.rst + layers/assign.rst + layers/atan.rst + layers/auc.rst + layers/autoincreased_step_counter.rst + layers/batch.rst + layers/batch_norm.rst + layers/beam_search.rst + layers/beam_search_decode.rst + layers/bilinear_tensor_product.rst + layers/bipartite_match.rst + layers/box_clip.rst + layers/box_coder.rst + layers/box_decoder_and_assign.rst + layers/bpr_loss.rst + layers/brelu.rst + layers/cast.rst + layers/ceil.rst + layers/chunk_eval.rst + layers/clip.rst + layers/clip_by_norm.rst + layers/collect_fpn_proposals.rst + layers/concat.rst + layers/continuous_value_model.rst + layers/conv2d.rst + layers/conv2d_transpose.rst + layers/conv3d.rst + layers/conv3d_transpose.rst + layers/cos.rst + layers/cos_sim.rst + layers/cosine_decay.rst + layers/create_array.rst + layers/create_global_var.rst + layers/create_parameter.rst + layers/create_py_reader_by_data.rst + layers/create_tensor.rst + layers/crf_decoding.rst + layers/crop.rst + layers/cross_entropy.rst + layers/ctc_greedy_decoder.rst + layers/cumsum.rst + layers/data.rst + layers/data_norm.rst + layers/deformable_conv.rst + layers/deformable_roi_pooling.rst + layers/density_prior_box.rst + layers/detection_map.rst + layers/detection_output.rst + layers/diag.rst + layers/dice_loss.rst + layers/distribute_fpn_proposals.rst + layers/double_buffer.rst + layers/dropout.rst + layers/dynamic_gru.rst + layers/dynamic_lstm.rst + layers/dynamic_lstmp.rst + layers/DynamicRNN.rst + layers/edit_distance.rst + layers/elementwise_add.rst + layers/elementwise_div.rst + layers/elementwise_floordiv.rst + layers/elementwise_max.rst + layers/elementwise_min.rst + layers/elementwise_mod.rst + layers/elementwise_mul.rst + layers/elementwise_pow.rst + layers/elementwise_sub.rst + layers/elu.rst + layers/embedding.rst + layers/equal.rst + layers/exp.rst + layers/expand.rst + layers/exponential_decay.rst + layers/fc.rst + layers/fill_constant.rst + layers/fill_constant_batch_size_like.rst + layers/flatten.rst + layers/floor.rst + layers/fsp_matrix.rst + layers/gather.rst + layers/gaussian_random.rst + layers/gaussian_random_batch_size_like.rst + layers/generate_mask_labels.rst + layers/generate_proposal_labels.rst + layers/generate_proposals.rst + layers/get_tensor_from_selected_rows.rst + layers/greater_equal.rst + layers/greater_than.rst + layers/grid_sampler.rst + layers/group_norm.rst + layers/gru_unit.rst + layers/hard_shrink.rst + layers/hard_sigmoid.rst + layers/has_inf.rst + layers/has_nan.rst + layers/hash.rst + layers/hsigmoid.rst + layers/huber_loss.rst + layers/IfElse.rst + layers/im2sequence.rst + layers/image_resize.rst + layers/image_resize_short.rst + layers/increment.rst + layers/inverse_time_decay.rst + layers/iou_similarity.rst + layers/is_empty.rst + layers/isfinite.rst + layers/kldiv_loss.rst + layers/l2_normalize.rst + layers/label_smooth.rst + layers/layer_norm.rst + layers/leaky_relu.rst + layers/less_equal.rst + layers/less_than.rst + layers/linear_chain_crf.rst + layers/linear_lr_warmup.rst + layers/linspace.rst + layers/load.rst + layers/lod_reset.rst + layers/log.rst + layers/log_loss.rst + layers/logical_and.rst + layers/logical_not.rst + layers/logical_or.rst + layers/logical_xor.rst + layers/logsigmoid.rst + layers/lrn.rst + layers/lstm.rst + layers/lstm_unit.rst + layers/margin_rank_loss.rst + layers/matmul.rst + layers/maxout.rst + layers/mean.rst + layers/mean_iou.rst + layers/merge_selected_rows.rst + layers/mul.rst + layers/multi_box_head.rst + layers/multiclass_nms.rst + layers/multiplex.rst + layers/natural_exp_decay.rst + layers/nce.rst + layers/noam_decay.rst + layers/not_equal.rst + layers/npair_loss.rst + layers/one_hot.rst + layers/ones.rst + layers/open_files.rst + layers/pad.rst + layers/pad2d.rst + layers/pad_constant_like.rst + layers/piecewise_decay.rst + layers/pixel_shuffle.rst + layers/polygon_box_transform.rst + layers/polynomial_decay.rst + layers/pool2d.rst + layers/pool3d.rst + layers/pow.rst + layers/prelu.rst + layers/Preprocessor.rst + layers/Print.rst + layers/prior_box.rst + layers/psroi_pool.rst + layers/py_func.rst + layers/py_reader.rst + layers/random_crop.rst + layers/random_data_generator.rst + layers/range.rst + layers/rank.rst + layers/rank_loss.rst + layers/read_file.rst + layers/reciprocal.rst + layers/reduce_all.rst + layers/reduce_any.rst + layers/reduce_max.rst + layers/reduce_mean.rst + layers/reduce_min.rst + layers/reduce_prod.rst + layers/reduce_sum.rst + layers/relu.rst + layers/relu6.rst + layers/reorder_lod_tensor_by_rank.rst + layers/reshape.rst + layers/resize_bilinear.rst + layers/resize_nearest.rst + layers/retinanet_detection_output.rst + layers/retinanet_target_assign.rst + layers/reverse.rst + layers/roi_align.rst + layers/roi_perspective_transform.rst + layers/roi_pool.rst + layers/round.rst + layers/row_conv.rst + layers/rpn_target_assign.rst + layers/rsqrt.rst + layers/sampled_softmax_with_cross_entropy.rst + layers/sampling_id.rst + layers/scale.rst + layers/scatter.rst + layers/selu.rst + layers/sequence_concat.rst + layers/sequence_conv.rst + layers/sequence_enumerate.rst + layers/sequence_expand.rst + layers/sequence_expand_as.rst + layers/sequence_first_step.rst + layers/sequence_last_step.rst + layers/sequence_mask.rst + layers/sequence_pad.rst + layers/sequence_pool.rst + layers/sequence_reshape.rst + layers/sequence_reverse.rst + layers/sequence_scatter.rst + layers/sequence_slice.rst + layers/sequence_softmax.rst + layers/sequence_unpad.rst + layers/shape.rst + layers/shuffle.rst + layers/shuffle_channel.rst + layers/sigmoid.rst + layers/sigmoid_cross_entropy_with_logits.rst + layers/sigmoid_focal_loss.rst + layers/sign.rst + layers/similarity_focus.rst + layers/sin.rst + layers/slice.rst + layers/smooth_l1.rst + layers/soft_relu.rst + layers/softmax.rst + layers/softmax_with_cross_entropy.rst + layers/softplus.rst + layers/softshrink.rst + layers/softsign.rst + layers/space_to_depth.rst + layers/spectral_norm.rst + layers/split.rst + layers/sqrt.rst + layers/square.rst + layers/square_error_cost.rst + layers/squeeze.rst + layers/ssd_loss.rst + layers/stack.rst + layers/stanh.rst + layers/StaticRNN.rst + layers/sum.rst + layers/sums.rst + layers/swish.rst + layers/Switch.rst + layers/tanh.rst + layers/tanh_shrink.rst + layers/target_assign.rst + layers/teacher_student_sigmoid_loss.rst + layers/temporal_shift.rst + layers/tensor_array_to_tensor.rst + layers/thresholded_relu.rst + layers/topk.rst + layers/transpose.rst + layers/tree_conv.rst + layers/uniform_random.rst + layers/uniform_random_batch_size_like.rst + layers/unsqueeze.rst + layers/unstack.rst + layers/warpctc.rst + layers/where.rst + layers/While.rst + layers/yolo_box.rst + layers/yolov3_loss.rst + layers/zeros.rst + layers/zeros_like.rst diff --git a/doc/fluid/api/layers/DynamicRNN.rst b/doc/fluid/api/layers/DynamicRNN.rst new file mode 100644 index 0000000000000000000000000000000000000000..ebd8d0e822836113420fc3e6e96a2d634a4e74e9 --- /dev/null +++ b/doc/fluid/api/layers/DynamicRNN.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_DynamicRNN: + +DynamicRNN +---------- + +.. autoclass:: paddle.fluid.layers.DynamicRNN + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/IfElse.rst b/doc/fluid/api/layers/IfElse.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff9ae7507d5199b90d5a0ba7639c9052a67351ac --- /dev/null +++ b/doc/fluid/api/layers/IfElse.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_IfElse: + +IfElse +------ + +.. autoclass:: paddle.fluid.layers.IfElse + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/Preprocessor.rst b/doc/fluid/api/layers/Preprocessor.rst new file mode 100644 index 0000000000000000000000000000000000000000..420e026b28042ee6b5ac5247599d15611baac7dd --- /dev/null +++ b/doc/fluid/api/layers/Preprocessor.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_Preprocessor: + +Preprocessor +------------ + +.. autoclass:: paddle.fluid.layers.Preprocessor + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/Print.rst b/doc/fluid/api/layers/Print.rst new file mode 100644 index 0000000000000000000000000000000000000000..5387e718fc85b9f84b7b29c24f08ae4edcdac87d --- /dev/null +++ b/doc/fluid/api/layers/Print.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_Print: + +Print +----- + +.. autofunction:: paddle.fluid.layers.Print + :noindex: + diff --git a/doc/fluid/api/layers/StaticRNN.rst b/doc/fluid/api/layers/StaticRNN.rst new file mode 100644 index 0000000000000000000000000000000000000000..5135f8c06a0e894ae459e40157a3e26fc4e8400c --- /dev/null +++ b/doc/fluid/api/layers/StaticRNN.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_StaticRNN: + +StaticRNN +--------- + +.. autoclass:: paddle.fluid.layers.StaticRNN + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/Switch.rst b/doc/fluid/api/layers/Switch.rst new file mode 100644 index 0000000000000000000000000000000000000000..f5f37d5d2dff2fdc8a28bb9e3a91dd127ab6fcca --- /dev/null +++ b/doc/fluid/api/layers/Switch.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_Switch: + +Switch +------ + +.. autoclass:: paddle.fluid.layers.Switch + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/While.rst b/doc/fluid/api/layers/While.rst new file mode 100644 index 0000000000000000000000000000000000000000..df2ee18dbdea3460a22a5460c452e3f16e8bbe8e --- /dev/null +++ b/doc/fluid/api/layers/While.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_While: + +While +----- + +.. autoclass:: paddle.fluid.layers.While + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/layers/abs.rst b/doc/fluid/api/layers/abs.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad0ebcab2dfb14e095e8abd273d3d7bfb39aa199 --- /dev/null +++ b/doc/fluid/api/layers/abs.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_abs: + +abs +--- + +.. autofunction:: paddle.fluid.layers.abs + :noindex: + diff --git a/doc/fluid/api/layers/metric_op.rst b/doc/fluid/api/layers/accuracy.rst similarity index 61% rename from doc/fluid/api/layers/metric_op.rst rename to doc/fluid/api/layers/accuracy.rst index 7dec0c1c7a8ac923bae97f67949ec417d7002fbe..494f6d3c4e65af2f2199a4c603e1c92f33c45386 100644 --- a/doc/fluid/api/layers/metric_op.rst +++ b/doc/fluid/api/layers/accuracy.rst @@ -1,10 +1,6 @@ .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` !DO NOT EDIT THIS FILE MANUALLY! -========= -metric_op -========= - .. _api_fluid_layers_accuracy: accuracy @@ -13,11 +9,3 @@ accuracy .. autofunction:: paddle.fluid.layers.accuracy :noindex: -.. _api_fluid_layers_auc: - -auc ---- - -.. autofunction:: paddle.fluid.layers.auc - :noindex: - diff --git a/doc/fluid/api/layers/acos.rst b/doc/fluid/api/layers/acos.rst new file mode 100644 index 0000000000000000000000000000000000000000..27f6db0636e5cf872a009eb0f73a06e26b20fb15 --- /dev/null +++ b/doc/fluid/api/layers/acos.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_acos: + +acos +---- + +.. autofunction:: paddle.fluid.layers.acos + :noindex: + diff --git a/doc/fluid/api/layers/adaptive_pool2d.rst b/doc/fluid/api/layers/adaptive_pool2d.rst new file mode 100644 index 0000000000000000000000000000000000000000..657f5c3877855b7f3e10908c2a1dea7aec9e45bc --- /dev/null +++ b/doc/fluid/api/layers/adaptive_pool2d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_adaptive_pool2d: + +adaptive_pool2d +--------------- + +.. autofunction:: paddle.fluid.layers.adaptive_pool2d + :noindex: + diff --git a/doc/fluid/api/layers/adaptive_pool3d.rst b/doc/fluid/api/layers/adaptive_pool3d.rst new file mode 100644 index 0000000000000000000000000000000000000000..423ee43452a22fb7240f8c662a7d83cfa801ad70 --- /dev/null +++ b/doc/fluid/api/layers/adaptive_pool3d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_adaptive_pool3d: + +adaptive_pool3d +--------------- + +.. autofunction:: paddle.fluid.layers.adaptive_pool3d + :noindex: + diff --git a/doc/fluid/api/layers/add_position_encoding.rst b/doc/fluid/api/layers/add_position_encoding.rst new file mode 100644 index 0000000000000000000000000000000000000000..fe666fa25cc2fd8fdf55a299abacda48d3a75efd --- /dev/null +++ b/doc/fluid/api/layers/add_position_encoding.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_add_position_encoding: + +add_position_encoding +--------------------- + +.. autofunction:: paddle.fluid.layers.add_position_encoding + :noindex: + diff --git a/doc/fluid/api/layers/affine_channel.rst b/doc/fluid/api/layers/affine_channel.rst new file mode 100644 index 0000000000000000000000000000000000000000..818f78c5c5f4fdcdaffad42c0544fc92dfafd1dd --- /dev/null +++ b/doc/fluid/api/layers/affine_channel.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_affine_channel: + +affine_channel +-------------- + +.. autofunction:: paddle.fluid.layers.affine_channel + :noindex: + diff --git a/doc/fluid/api/layers/affine_grid.rst b/doc/fluid/api/layers/affine_grid.rst new file mode 100644 index 0000000000000000000000000000000000000000..af914bef864ea3c471912d3fe01b6b26933b9b9c --- /dev/null +++ b/doc/fluid/api/layers/affine_grid.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_affine_grid: + +affine_grid +----------- + +.. autofunction:: paddle.fluid.layers.affine_grid + :noindex: + diff --git a/doc/fluid/api/layers/anchor_generator.rst b/doc/fluid/api/layers/anchor_generator.rst new file mode 100644 index 0000000000000000000000000000000000000000..fe55f0e876cc7dcbb3ec9c01033c59da4495e756 --- /dev/null +++ b/doc/fluid/api/layers/anchor_generator.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_anchor_generator: + +anchor_generator +---------------- + +.. autofunction:: paddle.fluid.layers.anchor_generator + :noindex: + diff --git a/doc/fluid/api/layers/argmax.rst b/doc/fluid/api/layers/argmax.rst new file mode 100644 index 0000000000000000000000000000000000000000..cebfba85e693bb507f7723dbe9273e0b629944a2 --- /dev/null +++ b/doc/fluid/api/layers/argmax.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_argmax: + +argmax +------ + +.. autofunction:: paddle.fluid.layers.argmax + :noindex: + diff --git a/doc/fluid/api/layers/argmin.rst b/doc/fluid/api/layers/argmin.rst new file mode 100644 index 0000000000000000000000000000000000000000..094293f58cffcee81194ecbb3346f7b9b395494c --- /dev/null +++ b/doc/fluid/api/layers/argmin.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_argmin: + +argmin +------ + +.. autofunction:: paddle.fluid.layers.argmin + :noindex: + diff --git a/doc/fluid/api/layers/argsort.rst b/doc/fluid/api/layers/argsort.rst new file mode 100644 index 0000000000000000000000000000000000000000..cc623b6fd3841c240cf6ffbdddfd4b078792b0f3 --- /dev/null +++ b/doc/fluid/api/layers/argsort.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_argsort: + +argsort +------- + +.. autofunction:: paddle.fluid.layers.argsort + :noindex: + diff --git a/doc/fluid/api/layers/array_length.rst b/doc/fluid/api/layers/array_length.rst new file mode 100644 index 0000000000000000000000000000000000000000..2934ad089f96c4254f5a6331d029a3505584c6f9 --- /dev/null +++ b/doc/fluid/api/layers/array_length.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_array_length: + +array_length +------------ + +.. autofunction:: paddle.fluid.layers.array_length + :noindex: + diff --git a/doc/fluid/api/layers/array_read.rst b/doc/fluid/api/layers/array_read.rst new file mode 100644 index 0000000000000000000000000000000000000000..2c829ba5585d9fc9951533fb55e468b90953a826 --- /dev/null +++ b/doc/fluid/api/layers/array_read.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_array_read: + +array_read +---------- + +.. autofunction:: paddle.fluid.layers.array_read + :noindex: + diff --git a/doc/fluid/api/layers/array_write.rst b/doc/fluid/api/layers/array_write.rst new file mode 100644 index 0000000000000000000000000000000000000000..f303b996c01d27763068504fd028c850b5d54c73 --- /dev/null +++ b/doc/fluid/api/layers/array_write.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_array_write: + +array_write +----------- + +.. autofunction:: paddle.fluid.layers.array_write + :noindex: + diff --git a/doc/fluid/api/layers/asin.rst b/doc/fluid/api/layers/asin.rst new file mode 100644 index 0000000000000000000000000000000000000000..63eabbdad2c82444022a9bf35b20ae2c520030ee --- /dev/null +++ b/doc/fluid/api/layers/asin.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_asin: + +asin +---- + +.. autofunction:: paddle.fluid.layers.asin + :noindex: + diff --git a/doc/fluid/api/layers/assign.rst b/doc/fluid/api/layers/assign.rst new file mode 100644 index 0000000000000000000000000000000000000000..33e4fef2305634765889a7da8844513ef478aab7 --- /dev/null +++ b/doc/fluid/api/layers/assign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_assign: + +assign +------ + +.. autofunction:: paddle.fluid.layers.assign + :noindex: + diff --git a/doc/fluid/api/layers/atan.rst b/doc/fluid/api/layers/atan.rst new file mode 100644 index 0000000000000000000000000000000000000000..833101156c1afd8458d79b979174d60b078f7549 --- /dev/null +++ b/doc/fluid/api/layers/atan.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_atan: + +atan +---- + +.. autofunction:: paddle.fluid.layers.atan + :noindex: + diff --git a/doc/fluid/api/layers/auc.rst b/doc/fluid/api/layers/auc.rst new file mode 100644 index 0000000000000000000000000000000000000000..4166faaa90004239aa327d7f289b2fa06007642f --- /dev/null +++ b/doc/fluid/api/layers/auc.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_auc: + +auc +--- + +.. autofunction:: paddle.fluid.layers.auc + :noindex: + diff --git a/doc/fluid/api/layers/autoincreased_step_counter.rst b/doc/fluid/api/layers/autoincreased_step_counter.rst new file mode 100644 index 0000000000000000000000000000000000000000..028335c9ec069c742a2450b7b9dd0771659c8cec --- /dev/null +++ b/doc/fluid/api/layers/autoincreased_step_counter.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_autoincreased_step_counter: + +autoincreased_step_counter +-------------------------- + +.. autofunction:: paddle.fluid.layers.autoincreased_step_counter + :noindex: + diff --git a/doc/fluid/api/layers/batch.rst b/doc/fluid/api/layers/batch.rst new file mode 100644 index 0000000000000000000000000000000000000000..6b44a8c3cc0827595a0501759e4965f427405ddf --- /dev/null +++ b/doc/fluid/api/layers/batch.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_batch: + +batch +----- + +.. autofunction:: paddle.fluid.layers.batch + :noindex: + diff --git a/doc/fluid/api/layers/batch_norm.rst b/doc/fluid/api/layers/batch_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..6b0d35637155468890dbea23a6f068670355bcc5 --- /dev/null +++ b/doc/fluid/api/layers/batch_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_batch_norm: + +batch_norm +---------- + +.. autofunction:: paddle.fluid.layers.batch_norm + :noindex: + diff --git a/doc/fluid/api/layers/beam_search.rst b/doc/fluid/api/layers/beam_search.rst new file mode 100644 index 0000000000000000000000000000000000000000..7c44bfd804cc88d5255853a3433e419372f3a3cf --- /dev/null +++ b/doc/fluid/api/layers/beam_search.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_beam_search: + +beam_search +----------- + +.. autofunction:: paddle.fluid.layers.beam_search + :noindex: + diff --git a/doc/fluid/api/layers/beam_search_decode.rst b/doc/fluid/api/layers/beam_search_decode.rst new file mode 100644 index 0000000000000000000000000000000000000000..1373457fdd3700feafe19c8210e8e8d9952de9fa --- /dev/null +++ b/doc/fluid/api/layers/beam_search_decode.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_beam_search_decode: + +beam_search_decode +------------------ + +.. autofunction:: paddle.fluid.layers.beam_search_decode + :noindex: + diff --git a/doc/fluid/api/layers/bilinear_tensor_product.rst b/doc/fluid/api/layers/bilinear_tensor_product.rst new file mode 100644 index 0000000000000000000000000000000000000000..2876b99e933ae0748a5079b2898eddbc1458dce8 --- /dev/null +++ b/doc/fluid/api/layers/bilinear_tensor_product.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_bilinear_tensor_product: + +bilinear_tensor_product +----------------------- + +.. autofunction:: paddle.fluid.layers.bilinear_tensor_product + :noindex: + diff --git a/doc/fluid/api/layers/bipartite_match.rst b/doc/fluid/api/layers/bipartite_match.rst new file mode 100644 index 0000000000000000000000000000000000000000..0fcd5a166b840cf9a6c5aa19f8987208429b51eb --- /dev/null +++ b/doc/fluid/api/layers/bipartite_match.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_bipartite_match: + +bipartite_match +--------------- + +.. autofunction:: paddle.fluid.layers.bipartite_match + :noindex: + diff --git a/doc/fluid/api/layers/box_clip.rst b/doc/fluid/api/layers/box_clip.rst new file mode 100644 index 0000000000000000000000000000000000000000..2f01f94eb5e2b008d0820b1ca6d33842f6c3c8d0 --- /dev/null +++ b/doc/fluid/api/layers/box_clip.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_box_clip: + +box_clip +-------- + +.. autofunction:: paddle.fluid.layers.box_clip + :noindex: + diff --git a/doc/fluid/api/layers/box_coder.rst b/doc/fluid/api/layers/box_coder.rst new file mode 100644 index 0000000000000000000000000000000000000000..acc1bceeb073ad6cd5ef74ae55bb2d6034f84618 --- /dev/null +++ b/doc/fluid/api/layers/box_coder.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_box_coder: + +box_coder +--------- + +.. autofunction:: paddle.fluid.layers.box_coder + :noindex: + diff --git a/doc/fluid/api/layers/box_decoder_and_assign.rst b/doc/fluid/api/layers/box_decoder_and_assign.rst new file mode 100644 index 0000000000000000000000000000000000000000..3132d205de7224fefc4733fc2daed6e738bed15c --- /dev/null +++ b/doc/fluid/api/layers/box_decoder_and_assign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_box_decoder_and_assign: + +box_decoder_and_assign +---------------------- + +.. autofunction:: paddle.fluid.layers.box_decoder_and_assign + :noindex: + diff --git a/doc/fluid/api/layers/bpr_loss.rst b/doc/fluid/api/layers/bpr_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..b21646d2ba23c1d2e9812a4c51e045443c9f1756 --- /dev/null +++ b/doc/fluid/api/layers/bpr_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_bpr_loss: + +bpr_loss +-------- + +.. autofunction:: paddle.fluid.layers.bpr_loss + :noindex: + diff --git a/doc/fluid/api/layers/brelu.rst b/doc/fluid/api/layers/brelu.rst new file mode 100644 index 0000000000000000000000000000000000000000..4bd6c2d18d1e53d53c31a60d2298a5ffeef086fd --- /dev/null +++ b/doc/fluid/api/layers/brelu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_brelu: + +brelu +----- + +.. autofunction:: paddle.fluid.layers.brelu + :noindex: + diff --git a/doc/fluid/api/layers/cast.rst b/doc/fluid/api/layers/cast.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc5efc17e79ef61e53ad80dbd116fa7ea09de3a4 --- /dev/null +++ b/doc/fluid/api/layers/cast.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cast: + +cast +---- + +.. autofunction:: paddle.fluid.layers.cast + :noindex: + diff --git a/doc/fluid/api/layers/ceil.rst b/doc/fluid/api/layers/ceil.rst new file mode 100644 index 0000000000000000000000000000000000000000..c92b77b9aedabc6a7a20428b31aebae974f48549 --- /dev/null +++ b/doc/fluid/api/layers/ceil.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_ceil: + +ceil +---- + +.. autofunction:: paddle.fluid.layers.ceil + :noindex: + diff --git a/doc/fluid/api/layers/chunk_eval.rst b/doc/fluid/api/layers/chunk_eval.rst new file mode 100644 index 0000000000000000000000000000000000000000..77db045e08e2fd6096fd173354cce48066b3c8fa --- /dev/null +++ b/doc/fluid/api/layers/chunk_eval.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_chunk_eval: + +chunk_eval +---------- + +.. autofunction:: paddle.fluid.layers.chunk_eval + :noindex: + diff --git a/doc/fluid/api/layers/clip.rst b/doc/fluid/api/layers/clip.rst new file mode 100644 index 0000000000000000000000000000000000000000..93b98dbea3d0f5c335efc513fb09dc9cae87f3d7 --- /dev/null +++ b/doc/fluid/api/layers/clip.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_clip: + +clip +---- + +.. autofunction:: paddle.fluid.layers.clip + :noindex: + diff --git a/doc/fluid/api/layers/clip_by_norm.rst b/doc/fluid/api/layers/clip_by_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..a1d6f9a5b8c9cef70d54bf591c9474ef373951d1 --- /dev/null +++ b/doc/fluid/api/layers/clip_by_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_clip_by_norm: + +clip_by_norm +------------ + +.. autofunction:: paddle.fluid.layers.clip_by_norm + :noindex: + diff --git a/doc/fluid/api/layers/collect_fpn_proposals.rst b/doc/fluid/api/layers/collect_fpn_proposals.rst new file mode 100644 index 0000000000000000000000000000000000000000..c8c7da21deb47f44a016bb95d8b9d0f41d70ce14 --- /dev/null +++ b/doc/fluid/api/layers/collect_fpn_proposals.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_collect_fpn_proposals: + +collect_fpn_proposals +--------------------- + +.. autofunction:: paddle.fluid.layers.collect_fpn_proposals + :noindex: + diff --git a/doc/fluid/api/layers/concat.rst b/doc/fluid/api/layers/concat.rst new file mode 100644 index 0000000000000000000000000000000000000000..3cc12e00649dbc1970e0c61f3b1795e4067d78b7 --- /dev/null +++ b/doc/fluid/api/layers/concat.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_concat: + +concat +------ + +.. autofunction:: paddle.fluid.layers.concat + :noindex: + diff --git a/doc/fluid/api/layers/continuous_value_model.rst b/doc/fluid/api/layers/continuous_value_model.rst new file mode 100644 index 0000000000000000000000000000000000000000..9c61958d17b7d86020f9f486dbba4da7ee2909ca --- /dev/null +++ b/doc/fluid/api/layers/continuous_value_model.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_continuous_value_model: + +continuous_value_model +---------------------- + +.. autofunction:: paddle.fluid.layers.continuous_value_model + :noindex: + diff --git a/doc/fluid/api/layers/control_flow.rst b/doc/fluid/api/layers/control_flow.rst deleted file mode 100644 index 7d8e4d41a008208b4aeb4a64f34796600957427d..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/control_flow.rst +++ /dev/null @@ -1,169 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -============ -control_flow -============ - -.. _api_fluid_layers_array_length: - -array_length ------------- - -.. autofunction:: paddle.fluid.layers.array_length - :noindex: - -.. _api_fluid_layers_array_read: - -array_read ----------- - -.. autofunction:: paddle.fluid.layers.array_read - :noindex: - -.. _api_fluid_layers_array_write: - -array_write ------------ - -.. autofunction:: paddle.fluid.layers.array_write - :noindex: - -.. _api_fluid_layers_create_array: - -create_array ------------- - -.. autofunction:: paddle.fluid.layers.create_array - :noindex: - -.. _api_fluid_layers_DynamicRNN: - -DynamicRNN ----------- - -.. autoclass:: paddle.fluid.layers.DynamicRNN - :members: - :inherited-members: - :noindex: - -.. _api_fluid_layers_equal: - -equal ------ - -.. autofunction:: paddle.fluid.layers.equal - :noindex: - -.. _api_fluid_layers_greater_equal: - -greater_equal -------------- - -.. autofunction:: paddle.fluid.layers.greater_equal - :noindex: - -.. _api_fluid_layers_greater_than: - -greater_than ------------- - -.. autofunction:: paddle.fluid.layers.greater_than - :noindex: - -.. _api_fluid_layers_IfElse: - -IfElse ------- - -.. autoclass:: paddle.fluid.layers.IfElse - :members: - :inherited-members: - :noindex: - -.. _api_fluid_layers_increment: - -increment ---------- - -.. autofunction:: paddle.fluid.layers.increment - :noindex: - -.. _api_fluid_layers_is_empty: - -is_empty --------- - -.. autofunction:: paddle.fluid.layers.is_empty - :noindex: - -.. _api_fluid_layers_less_equal: - -less_equal ----------- - -.. autofunction:: paddle.fluid.layers.less_equal - :noindex: - -.. _api_fluid_layers_less_than: - -less_than ---------- - -.. autofunction:: paddle.fluid.layers.less_than - :noindex: - -.. _api_fluid_layers_not_equal: - -not_equal ---------- - -.. autofunction:: paddle.fluid.layers.not_equal - :noindex: - -.. _api_fluid_layers_Print: - -Print ------ - -.. autofunction:: paddle.fluid.layers.Print - :noindex: - -.. _api_fluid_layers_reorder_lod_tensor_by_rank: - -reorder_lod_tensor_by_rank --------------------------- - -.. autofunction:: paddle.fluid.layers.reorder_lod_tensor_by_rank - :noindex: - -.. _api_fluid_layers_StaticRNN: - -StaticRNN ---------- - -.. autoclass:: paddle.fluid.layers.StaticRNN - :members: - :inherited-members: - :noindex: - -.. _api_fluid_layers_Switch: - -Switch ------- - -.. autoclass:: paddle.fluid.layers.Switch - :members: - :inherited-members: - :noindex: - -.. _api_fluid_layers_While: - -While ------ - -.. autoclass:: paddle.fluid.layers.While - :members: - :inherited-members: - :noindex: - diff --git a/doc/fluid/api/layers/conv2d.rst b/doc/fluid/api/layers/conv2d.rst new file mode 100644 index 0000000000000000000000000000000000000000..c9a0d5027d2bc0d861e4057e95bb1db6b5aea9aa --- /dev/null +++ b/doc/fluid/api/layers/conv2d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_conv2d: + +conv2d +------ + +.. autofunction:: paddle.fluid.layers.conv2d + :noindex: + diff --git a/doc/fluid/api/layers/conv2d_transpose.rst b/doc/fluid/api/layers/conv2d_transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..f41a89714995fa2dcd68307d9e8673215300d9b3 --- /dev/null +++ b/doc/fluid/api/layers/conv2d_transpose.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_conv2d_transpose: + +conv2d_transpose +---------------- + +.. autofunction:: paddle.fluid.layers.conv2d_transpose + :noindex: + diff --git a/doc/fluid/api/layers/conv3d.rst b/doc/fluid/api/layers/conv3d.rst new file mode 100644 index 0000000000000000000000000000000000000000..c2c33eb7824ba80331a4a1e38e6aca0746640d54 --- /dev/null +++ b/doc/fluid/api/layers/conv3d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_conv3d: + +conv3d +------ + +.. autofunction:: paddle.fluid.layers.conv3d + :noindex: + diff --git a/doc/fluid/api/layers/conv3d_transpose.rst b/doc/fluid/api/layers/conv3d_transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..fbf6a3ac73fd449a797f0c04a668d7d969cfadb5 --- /dev/null +++ b/doc/fluid/api/layers/conv3d_transpose.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_conv3d_transpose: + +conv3d_transpose +---------------- + +.. autofunction:: paddle.fluid.layers.conv3d_transpose + :noindex: + diff --git a/doc/fluid/api/layers/cos.rst b/doc/fluid/api/layers/cos.rst new file mode 100644 index 0000000000000000000000000000000000000000..fabc6a744d363b9cfec930f1eebd4c0278110843 --- /dev/null +++ b/doc/fluid/api/layers/cos.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cos: + +cos +--- + +.. autofunction:: paddle.fluid.layers.cos + :noindex: + diff --git a/doc/fluid/api/layers/cos_sim.rst b/doc/fluid/api/layers/cos_sim.rst new file mode 100644 index 0000000000000000000000000000000000000000..164c018cf4b2688c1f1bfb099e39efcdc3de2959 --- /dev/null +++ b/doc/fluid/api/layers/cos_sim.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cos_sim: + +cos_sim +------- + +.. autofunction:: paddle.fluid.layers.cos_sim + :noindex: + diff --git a/doc/fluid/api/layers/cosine_decay.rst b/doc/fluid/api/layers/cosine_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..341b88f3ecb311602ffd526b1690c3b22699c79f --- /dev/null +++ b/doc/fluid/api/layers/cosine_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cosine_decay: + +cosine_decay +------------ + +.. autofunction:: paddle.fluid.layers.cosine_decay + :noindex: + diff --git a/doc/fluid/api/layers/create_array.rst b/doc/fluid/api/layers/create_array.rst new file mode 100644 index 0000000000000000000000000000000000000000..99cdef1b2d9d8d3966afecc3c4c4bc2db515288d --- /dev/null +++ b/doc/fluid/api/layers/create_array.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_create_array: + +create_array +------------ + +.. autofunction:: paddle.fluid.layers.create_array + :noindex: + diff --git a/doc/fluid/api/layers/create_global_var.rst b/doc/fluid/api/layers/create_global_var.rst new file mode 100644 index 0000000000000000000000000000000000000000..4f72fca23758b1c7b58725ea8e5a4b9d784faa98 --- /dev/null +++ b/doc/fluid/api/layers/create_global_var.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_create_global_var: + +create_global_var +----------------- + +.. autofunction:: paddle.fluid.layers.create_global_var + :noindex: + diff --git a/doc/fluid/api/layers/create_parameter.rst b/doc/fluid/api/layers/create_parameter.rst new file mode 100644 index 0000000000000000000000000000000000000000..d72494e13d4b97336f9c2e8c12a75c0b09298208 --- /dev/null +++ b/doc/fluid/api/layers/create_parameter.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_create_parameter: + +create_parameter +---------------- + +.. autofunction:: paddle.fluid.layers.create_parameter + :noindex: + diff --git a/doc/fluid/api/layers/create_py_reader_by_data.rst b/doc/fluid/api/layers/create_py_reader_by_data.rst new file mode 100644 index 0000000000000000000000000000000000000000..12b96c2e418d8eeb13a951d52cd5a3f70cf4cf91 --- /dev/null +++ b/doc/fluid/api/layers/create_py_reader_by_data.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_create_py_reader_by_data: + +create_py_reader_by_data +------------------------ + +.. autofunction:: paddle.fluid.layers.create_py_reader_by_data + :noindex: + diff --git a/doc/fluid/api/layers/create_tensor.rst b/doc/fluid/api/layers/create_tensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..ce3d52eb3f8f77dcf098f85e96a6e332122c4962 --- /dev/null +++ b/doc/fluid/api/layers/create_tensor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_create_tensor: + +create_tensor +------------- + +.. autofunction:: paddle.fluid.layers.create_tensor + :noindex: + diff --git a/doc/fluid/api/layers/crf_decoding.rst b/doc/fluid/api/layers/crf_decoding.rst new file mode 100644 index 0000000000000000000000000000000000000000..075e22ad3e84fd43b33e3489f5a89405bcfa0ec6 --- /dev/null +++ b/doc/fluid/api/layers/crf_decoding.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_crf_decoding: + +crf_decoding +------------ + +.. autofunction:: paddle.fluid.layers.crf_decoding + :noindex: + diff --git a/doc/fluid/api/layers/crop.rst b/doc/fluid/api/layers/crop.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff6fceb9951b27e84ea691a1ef0e47c74165c266 --- /dev/null +++ b/doc/fluid/api/layers/crop.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_crop: + +crop +---- + +.. autofunction:: paddle.fluid.layers.crop + :noindex: + diff --git a/doc/fluid/api/layers/cross_entropy.rst b/doc/fluid/api/layers/cross_entropy.rst new file mode 100644 index 0000000000000000000000000000000000000000..46d1ce7d3dee51a45425eaa2db97f1fe7d15db54 --- /dev/null +++ b/doc/fluid/api/layers/cross_entropy.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cross_entropy: + +cross_entropy +------------- + +.. autofunction:: paddle.fluid.layers.cross_entropy + :noindex: + diff --git a/doc/fluid/api/layers/ctc_greedy_decoder.rst b/doc/fluid/api/layers/ctc_greedy_decoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..32c675000d5af42de2098140b899b5b7636f660a --- /dev/null +++ b/doc/fluid/api/layers/ctc_greedy_decoder.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_ctc_greedy_decoder: + +ctc_greedy_decoder +------------------ + +.. autofunction:: paddle.fluid.layers.ctc_greedy_decoder + :noindex: + diff --git a/doc/fluid/api/layers/cumsum.rst b/doc/fluid/api/layers/cumsum.rst new file mode 100644 index 0000000000000000000000000000000000000000..aa546f18a68013529310f7feb94571069ff74698 --- /dev/null +++ b/doc/fluid/api/layers/cumsum.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cumsum: + +cumsum +------ + +.. autofunction:: paddle.fluid.layers.cumsum + :noindex: + diff --git a/doc/fluid/api/layers/data.rst b/doc/fluid/api/layers/data.rst new file mode 100644 index 0000000000000000000000000000000000000000..8c38dadd9d266ce3e3d83be5369c71922d878196 --- /dev/null +++ b/doc/fluid/api/layers/data.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_data: + +data +---- + +.. autofunction:: paddle.fluid.layers.data + :noindex: + diff --git a/doc/fluid/api/layers/data_norm.rst b/doc/fluid/api/layers/data_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..04b6596760a82bed2e5d72e7286020fc006c8dee --- /dev/null +++ b/doc/fluid/api/layers/data_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_data_norm: + +data_norm +--------- + +.. autofunction:: paddle.fluid.layers.data_norm + :noindex: + diff --git a/doc/fluid/api/layers/deformable_conv.rst b/doc/fluid/api/layers/deformable_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..b28db1c34f00d9c33f3416fd8279042fe2c5daba --- /dev/null +++ b/doc/fluid/api/layers/deformable_conv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_deformable_conv: + +deformable_conv +--------------- + +.. autofunction:: paddle.fluid.layers.deformable_conv + :noindex: + diff --git a/doc/fluid/api/layers/deformable_roi_pooling.rst b/doc/fluid/api/layers/deformable_roi_pooling.rst new file mode 100644 index 0000000000000000000000000000000000000000..41a602166962cb224c00b985d26a234d75ca1019 --- /dev/null +++ b/doc/fluid/api/layers/deformable_roi_pooling.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_deformable_roi_pooling: + +deformable_roi_pooling +---------------------- + +.. autofunction:: paddle.fluid.layers.deformable_roi_pooling + :noindex: + diff --git a/doc/fluid/api/layers/density_prior_box.rst b/doc/fluid/api/layers/density_prior_box.rst new file mode 100644 index 0000000000000000000000000000000000000000..e1855e58dc3449155d2fa16c5b608bc471b6f72c --- /dev/null +++ b/doc/fluid/api/layers/density_prior_box.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_density_prior_box: + +density_prior_box +----------------- + +.. autofunction:: paddle.fluid.layers.density_prior_box + :noindex: + diff --git a/doc/fluid/api/layers/detection.rst b/doc/fluid/api/layers/detection.rst deleted file mode 100644 index 851b161c57c2328692b9e6f7f72f1465fac69ef9..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/detection.rst +++ /dev/null @@ -1,223 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -========= -detection -========= - -.. _api_fluid_layers_anchor_generator: - -anchor_generator ----------------- - -.. autofunction:: paddle.fluid.layers.anchor_generator - :noindex: - -.. _api_fluid_layers_bipartite_match: - -bipartite_match ---------------- - -.. autofunction:: paddle.fluid.layers.bipartite_match - :noindex: - -.. _api_fluid_layers_box_clip: - -box_clip --------- - -.. autofunction:: paddle.fluid.layers.box_clip - :noindex: - -.. _api_fluid_layers_box_coder: - -box_coder ---------- - -.. autofunction:: paddle.fluid.layers.box_coder - :noindex: - -.. _api_fluid_layers_box_decoder_and_assign: - -box_decoder_and_assign ----------------------- - -.. autofunction:: paddle.fluid.layers.box_decoder_and_assign - :noindex: - -.. _api_fluid_layers_collect_fpn_proposals: - -collect_fpn_proposals ---------------------- - -.. autofunction:: paddle.fluid.layers.collect_fpn_proposals - :noindex: - -.. _api_fluid_layers_density_prior_box: - -density_prior_box ------------------ - -.. autofunction:: paddle.fluid.layers.density_prior_box - :noindex: - -.. _api_fluid_layers_detection_map: - -detection_map -------------- - -.. autofunction:: paddle.fluid.layers.detection_map - :noindex: - -.. _api_fluid_layers_detection_output: - -detection_output ----------------- - -.. autofunction:: paddle.fluid.layers.detection_output - :noindex: - -.. _api_fluid_layers_distribute_fpn_proposals: - -distribute_fpn_proposals ------------------------- - -.. autofunction:: paddle.fluid.layers.distribute_fpn_proposals - :noindex: - -.. _api_fluid_layers_generate_mask_labels: - -generate_mask_labels --------------------- - -.. autofunction:: paddle.fluid.layers.generate_mask_labels - :noindex: - -.. _api_fluid_layers_generate_proposal_labels: - -generate_proposal_labels ------------------------- - -.. autofunction:: paddle.fluid.layers.generate_proposal_labels - :noindex: - -.. _api_fluid_layers_generate_proposals: - -generate_proposals ------------------- - -.. autofunction:: paddle.fluid.layers.generate_proposals - :noindex: - -.. _api_fluid_layers_iou_similarity: - -iou_similarity --------------- - -.. autofunction:: paddle.fluid.layers.iou_similarity - :noindex: - -.. _api_fluid_layers_multi_box_head: - -multi_box_head --------------- - -.. autofunction:: paddle.fluid.layers.multi_box_head - :noindex: - -.. _api_fluid_layers_multiclass_nms: - -multiclass_nms --------------- - -.. autofunction:: paddle.fluid.layers.multiclass_nms - :noindex: - -.. _api_fluid_layers_polygon_box_transform: - -polygon_box_transform ---------------------- - -.. autofunction:: paddle.fluid.layers.polygon_box_transform - :noindex: - -.. _api_fluid_layers_prior_box: - -prior_box ---------- - -.. autofunction:: paddle.fluid.layers.prior_box - :noindex: - -.. _api_fluid_layers_retinanet_detection_output: - -retinanet_detection_output --------------------------- - -.. autofunction:: paddle.fluid.layers.retinanet_detection_output - :noindex: - -.. _api_fluid_layers_retinanet_target_assign: - -retinanet_target_assign ------------------------ - -.. autofunction:: paddle.fluid.layers.retinanet_target_assign - :noindex: - -.. _api_fluid_layers_roi_perspective_transform: - -roi_perspective_transform -------------------------- - -.. autofunction:: paddle.fluid.layers.roi_perspective_transform - :noindex: - -.. _api_fluid_layers_rpn_target_assign: - -rpn_target_assign ------------------ - -.. autofunction:: paddle.fluid.layers.rpn_target_assign - :noindex: - -.. _api_fluid_layers_sigmoid_focal_loss: - -sigmoid_focal_loss ------------------- - -.. autofunction:: paddle.fluid.layers.sigmoid_focal_loss - :noindex: - -.. _api_fluid_layers_ssd_loss: - -ssd_loss --------- - -.. autofunction:: paddle.fluid.layers.ssd_loss - :noindex: - -.. _api_fluid_layers_target_assign: - -target_assign -------------- - -.. autofunction:: paddle.fluid.layers.target_assign - :noindex: - -.. _api_fluid_layers_yolo_box: - -yolo_box --------- - -.. autofunction:: paddle.fluid.layers.yolo_box - :noindex: - -.. _api_fluid_layers_yolov3_loss: - -yolov3_loss ------------ - -.. autofunction:: paddle.fluid.layers.yolov3_loss - :noindex: - diff --git a/doc/fluid/api/layers/detection_map.rst b/doc/fluid/api/layers/detection_map.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc8f056e0302d41de09821c82266dfb1a35ff772 --- /dev/null +++ b/doc/fluid/api/layers/detection_map.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_detection_map: + +detection_map +------------- + +.. autofunction:: paddle.fluid.layers.detection_map + :noindex: + diff --git a/doc/fluid/api/layers/detection_output.rst b/doc/fluid/api/layers/detection_output.rst new file mode 100644 index 0000000000000000000000000000000000000000..ead896a9270b7cbc678f9ca487a8971af1fd4c3e --- /dev/null +++ b/doc/fluid/api/layers/detection_output.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_detection_output: + +detection_output +---------------- + +.. autofunction:: paddle.fluid.layers.detection_output + :noindex: + diff --git a/doc/fluid/api/layers/diag.rst b/doc/fluid/api/layers/diag.rst new file mode 100644 index 0000000000000000000000000000000000000000..a5411f50335b8c7379f110b5f66433761f73f15b --- /dev/null +++ b/doc/fluid/api/layers/diag.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_diag: + +diag +---- + +.. autofunction:: paddle.fluid.layers.diag + :noindex: + diff --git a/doc/fluid/api/layers/dice_loss.rst b/doc/fluid/api/layers/dice_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..793ffbba17fe478b27918cbb55f62405ac584ffc --- /dev/null +++ b/doc/fluid/api/layers/dice_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_dice_loss: + +dice_loss +--------- + +.. autofunction:: paddle.fluid.layers.dice_loss + :noindex: + diff --git a/doc/fluid/api/layers/distribute_fpn_proposals.rst b/doc/fluid/api/layers/distribute_fpn_proposals.rst new file mode 100644 index 0000000000000000000000000000000000000000..1c2c85a0b941566f23484c82639e398ec48fb754 --- /dev/null +++ b/doc/fluid/api/layers/distribute_fpn_proposals.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_distribute_fpn_proposals: + +distribute_fpn_proposals +------------------------ + +.. autofunction:: paddle.fluid.layers.distribute_fpn_proposals + :noindex: + diff --git a/doc/fluid/api/layers/double_buffer.rst b/doc/fluid/api/layers/double_buffer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d4ba52908353a2e3472ef6ff3017fce284778899 --- /dev/null +++ b/doc/fluid/api/layers/double_buffer.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_double_buffer: + +double_buffer +------------- + +.. autofunction:: paddle.fluid.layers.double_buffer + :noindex: + diff --git a/doc/fluid/api/layers/dropout.rst b/doc/fluid/api/layers/dropout.rst new file mode 100644 index 0000000000000000000000000000000000000000..a329153f290f76714678179c8ecc8d03ea8cb566 --- /dev/null +++ b/doc/fluid/api/layers/dropout.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_dropout: + +dropout +------- + +.. autofunction:: paddle.fluid.layers.dropout + :noindex: + diff --git a/doc/fluid/api/layers/dynamic_gru.rst b/doc/fluid/api/layers/dynamic_gru.rst new file mode 100644 index 0000000000000000000000000000000000000000..c23806c937062a425c6e357563db8386bb432755 --- /dev/null +++ b/doc/fluid/api/layers/dynamic_gru.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_dynamic_gru: + +dynamic_gru +----------- + +.. autofunction:: paddle.fluid.layers.dynamic_gru + :noindex: + diff --git a/doc/fluid/api/layers/dynamic_lstm.rst b/doc/fluid/api/layers/dynamic_lstm.rst new file mode 100644 index 0000000000000000000000000000000000000000..060bc27ea9c76d458585f6e1d5994d31217fb302 --- /dev/null +++ b/doc/fluid/api/layers/dynamic_lstm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_dynamic_lstm: + +dynamic_lstm +------------ + +.. autofunction:: paddle.fluid.layers.dynamic_lstm + :noindex: + diff --git a/doc/fluid/api/layers/dynamic_lstmp.rst b/doc/fluid/api/layers/dynamic_lstmp.rst new file mode 100644 index 0000000000000000000000000000000000000000..b894b19143e6473961785b0f8cbfa5842918d7a1 --- /dev/null +++ b/doc/fluid/api/layers/dynamic_lstmp.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_dynamic_lstmp: + +dynamic_lstmp +------------- + +.. autofunction:: paddle.fluid.layers.dynamic_lstmp + :noindex: + diff --git a/doc/fluid/api/layers/edit_distance.rst b/doc/fluid/api/layers/edit_distance.rst new file mode 100644 index 0000000000000000000000000000000000000000..07a6a5cd5d00d437308d16501ff7975e26842150 --- /dev/null +++ b/doc/fluid/api/layers/edit_distance.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_edit_distance: + +edit_distance +------------- + +.. autofunction:: paddle.fluid.layers.edit_distance + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_add.rst b/doc/fluid/api/layers/elementwise_add.rst new file mode 100644 index 0000000000000000000000000000000000000000..f6d4f3a7af319480a21d561c7eb1a804c7572cc1 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_add.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_add: + +elementwise_add +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_add + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_div.rst b/doc/fluid/api/layers/elementwise_div.rst new file mode 100644 index 0000000000000000000000000000000000000000..99b8335e3c5db8d686d246e36628852fc70dc892 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_div.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_div: + +elementwise_div +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_div + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_floordiv.rst b/doc/fluid/api/layers/elementwise_floordiv.rst new file mode 100644 index 0000000000000000000000000000000000000000..0bce726bf1eee76089ee1380587d02b103d32345 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_floordiv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_floordiv: + +elementwise_floordiv +-------------------- + +.. autofunction:: paddle.fluid.layers.elementwise_floordiv + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_max.rst b/doc/fluid/api/layers/elementwise_max.rst new file mode 100644 index 0000000000000000000000000000000000000000..6cf8e0862d072db0d1b5cf4c321eac71ec8aa933 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_max.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_max: + +elementwise_max +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_max + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_min.rst b/doc/fluid/api/layers/elementwise_min.rst new file mode 100644 index 0000000000000000000000000000000000000000..91196182dcb6a8c62ea93f1a8791af4ff6c549ad --- /dev/null +++ b/doc/fluid/api/layers/elementwise_min.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_min: + +elementwise_min +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_min + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_mod.rst b/doc/fluid/api/layers/elementwise_mod.rst new file mode 100644 index 0000000000000000000000000000000000000000..4d24d70d253b85b44b4d256cd037aebebfd9af1f --- /dev/null +++ b/doc/fluid/api/layers/elementwise_mod.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_mod: + +elementwise_mod +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_mod + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_mul.rst b/doc/fluid/api/layers/elementwise_mul.rst new file mode 100644 index 0000000000000000000000000000000000000000..4c1b6f91abbc754a8febcb521ee2cfb275c28d10 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_mul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_mul: + +elementwise_mul +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_mul + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_pow.rst b/doc/fluid/api/layers/elementwise_pow.rst new file mode 100644 index 0000000000000000000000000000000000000000..ffe5d9210904c650730dac3e96a019f482c157de --- /dev/null +++ b/doc/fluid/api/layers/elementwise_pow.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_pow: + +elementwise_pow +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_pow + :noindex: + diff --git a/doc/fluid/api/layers/elementwise_sub.rst b/doc/fluid/api/layers/elementwise_sub.rst new file mode 100644 index 0000000000000000000000000000000000000000..382338230124bf2f96cdc54ab7d5bf071c70b5b5 --- /dev/null +++ b/doc/fluid/api/layers/elementwise_sub.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elementwise_sub: + +elementwise_sub +--------------- + +.. autofunction:: paddle.fluid.layers.elementwise_sub + :noindex: + diff --git a/doc/fluid/api/layers/elu.rst b/doc/fluid/api/layers/elu.rst new file mode 100644 index 0000000000000000000000000000000000000000..6238b7f612b7d9f00b861bd41d239653ed46b635 --- /dev/null +++ b/doc/fluid/api/layers/elu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_elu: + +elu +--- + +.. autofunction:: paddle.fluid.layers.elu + :noindex: + diff --git a/doc/fluid/api/layers/embedding.rst b/doc/fluid/api/layers/embedding.rst new file mode 100644 index 0000000000000000000000000000000000000000..9283a00a91073bbe10d8d7d83f57804d7af0433c --- /dev/null +++ b/doc/fluid/api/layers/embedding.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_embedding: + +embedding +--------- + +.. autofunction:: paddle.fluid.layers.embedding + :noindex: + diff --git a/doc/fluid/api/layers/equal.rst b/doc/fluid/api/layers/equal.rst new file mode 100644 index 0000000000000000000000000000000000000000..4abd1dc0e4777d5d8737340a15f77004d6c7532d --- /dev/null +++ b/doc/fluid/api/layers/equal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_equal: + +equal +----- + +.. autofunction:: paddle.fluid.layers.equal + :noindex: + diff --git a/doc/fluid/api/layers/exp.rst b/doc/fluid/api/layers/exp.rst new file mode 100644 index 0000000000000000000000000000000000000000..879116ad9be4874ebde0a7504cc44a3cb8ee728d --- /dev/null +++ b/doc/fluid/api/layers/exp.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_exp: + +exp +--- + +.. autofunction:: paddle.fluid.layers.exp + :noindex: + diff --git a/doc/fluid/api/layers/expand.rst b/doc/fluid/api/layers/expand.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ec120ae835e3539f9c7cb42715e7cf982c2b328 --- /dev/null +++ b/doc/fluid/api/layers/expand.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_expand: + +expand +------ + +.. autofunction:: paddle.fluid.layers.expand + :noindex: + diff --git a/doc/fluid/api/layers/exponential_decay.rst b/doc/fluid/api/layers/exponential_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..0693b845038bbed60eb9c65b83df6081eefd91ed --- /dev/null +++ b/doc/fluid/api/layers/exponential_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_exponential_decay: + +exponential_decay +----------------- + +.. autofunction:: paddle.fluid.layers.exponential_decay + :noindex: + diff --git a/doc/fluid/api/layers/fc.rst b/doc/fluid/api/layers/fc.rst new file mode 100644 index 0000000000000000000000000000000000000000..449ab5c61c460405c31d6da667f0642c666ee629 --- /dev/null +++ b/doc/fluid/api/layers/fc.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_fc: + +fc +-- + +.. autofunction:: paddle.fluid.layers.fc + :noindex: + diff --git a/doc/fluid/api/layers/fill_constant.rst b/doc/fluid/api/layers/fill_constant.rst new file mode 100644 index 0000000000000000000000000000000000000000..cd47534f5b7cb3e1b6f980715584f146d6e37f55 --- /dev/null +++ b/doc/fluid/api/layers/fill_constant.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_fill_constant: + +fill_constant +------------- + +.. autofunction:: paddle.fluid.layers.fill_constant + :noindex: + diff --git a/doc/fluid/api/layers/fill_constant_batch_size_like.rst b/doc/fluid/api/layers/fill_constant_batch_size_like.rst new file mode 100644 index 0000000000000000000000000000000000000000..ae7abaea85f6382382eaf18bde3e045ee7d222f2 --- /dev/null +++ b/doc/fluid/api/layers/fill_constant_batch_size_like.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_fill_constant_batch_size_like: + +fill_constant_batch_size_like +----------------------------- + +.. autofunction:: paddle.fluid.layers.fill_constant_batch_size_like + :noindex: + diff --git a/doc/fluid/api/layers/flatten.rst b/doc/fluid/api/layers/flatten.rst new file mode 100644 index 0000000000000000000000000000000000000000..3714305570b43345ee92677de62dad863ae8921e --- /dev/null +++ b/doc/fluid/api/layers/flatten.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_flatten: + +flatten +------- + +.. autofunction:: paddle.fluid.layers.flatten + :noindex: + diff --git a/doc/fluid/api/layers/floor.rst b/doc/fluid/api/layers/floor.rst new file mode 100644 index 0000000000000000000000000000000000000000..5d5ecf84efd402995a6cd9429a3fdb9669ad27fa --- /dev/null +++ b/doc/fluid/api/layers/floor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_floor: + +floor +----- + +.. autofunction:: paddle.fluid.layers.floor + :noindex: + diff --git a/doc/fluid/api/layers/fsp_matrix.rst b/doc/fluid/api/layers/fsp_matrix.rst new file mode 100644 index 0000000000000000000000000000000000000000..9e726c2bc5a3a9ba4f10e3042e986b4cc5362995 --- /dev/null +++ b/doc/fluid/api/layers/fsp_matrix.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_fsp_matrix: + +fsp_matrix +---------- + +.. autofunction:: paddle.fluid.layers.fsp_matrix + :noindex: + diff --git a/doc/fluid/api/layers/gather.rst b/doc/fluid/api/layers/gather.rst new file mode 100644 index 0000000000000000000000000000000000000000..8bdf8fbf773fe982edb0a8d6feb515223c151a8e --- /dev/null +++ b/doc/fluid/api/layers/gather.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_gather: + +gather +------ + +.. autofunction:: paddle.fluid.layers.gather + :noindex: + diff --git a/doc/fluid/api/layers/gaussian_random.rst b/doc/fluid/api/layers/gaussian_random.rst new file mode 100644 index 0000000000000000000000000000000000000000..110bc979598511445c5ae5c7ef8d3568d4d6a361 --- /dev/null +++ b/doc/fluid/api/layers/gaussian_random.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_gaussian_random: + +gaussian_random +--------------- + +.. autofunction:: paddle.fluid.layers.gaussian_random + :noindex: + diff --git a/doc/fluid/api/layers/gaussian_random_batch_size_like.rst b/doc/fluid/api/layers/gaussian_random_batch_size_like.rst new file mode 100644 index 0000000000000000000000000000000000000000..f57989de190118d2e0deb05726e43f1958d68fce --- /dev/null +++ b/doc/fluid/api/layers/gaussian_random_batch_size_like.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_gaussian_random_batch_size_like: + +gaussian_random_batch_size_like +------------------------------- + +.. autofunction:: paddle.fluid.layers.gaussian_random_batch_size_like + :noindex: + diff --git a/doc/fluid/api/layers/generate_mask_labels.rst b/doc/fluid/api/layers/generate_mask_labels.rst new file mode 100644 index 0000000000000000000000000000000000000000..491f58f0a5c1f88535211eb033d732999fdf7608 --- /dev/null +++ b/doc/fluid/api/layers/generate_mask_labels.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_generate_mask_labels: + +generate_mask_labels +-------------------- + +.. autofunction:: paddle.fluid.layers.generate_mask_labels + :noindex: + diff --git a/doc/fluid/api/layers/generate_proposal_labels.rst b/doc/fluid/api/layers/generate_proposal_labels.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f1d8ec448e3e3c333316643dd31057a97349aed --- /dev/null +++ b/doc/fluid/api/layers/generate_proposal_labels.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_generate_proposal_labels: + +generate_proposal_labels +------------------------ + +.. autofunction:: paddle.fluid.layers.generate_proposal_labels + :noindex: + diff --git a/doc/fluid/api/layers/generate_proposals.rst b/doc/fluid/api/layers/generate_proposals.rst new file mode 100644 index 0000000000000000000000000000000000000000..8eab41c4d84d5812c46ea7932513408567017189 --- /dev/null +++ b/doc/fluid/api/layers/generate_proposals.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_generate_proposals: + +generate_proposals +------------------ + +.. autofunction:: paddle.fluid.layers.generate_proposals + :noindex: + diff --git a/doc/fluid/api/layers/get_tensor_from_selected_rows.rst b/doc/fluid/api/layers/get_tensor_from_selected_rows.rst new file mode 100644 index 0000000000000000000000000000000000000000..4b42ee5f5209ad25baec63f9b8e28e46cb14b14b --- /dev/null +++ b/doc/fluid/api/layers/get_tensor_from_selected_rows.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_get_tensor_from_selected_rows: + +get_tensor_from_selected_rows +----------------------------- + +.. autofunction:: paddle.fluid.layers.get_tensor_from_selected_rows + :noindex: + diff --git a/doc/fluid/api/layers/greater_equal.rst b/doc/fluid/api/layers/greater_equal.rst new file mode 100644 index 0000000000000000000000000000000000000000..a1f318ef5fcf6692a2609152bb41de095de2aeb8 --- /dev/null +++ b/doc/fluid/api/layers/greater_equal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_greater_equal: + +greater_equal +------------- + +.. autofunction:: paddle.fluid.layers.greater_equal + :noindex: + diff --git a/doc/fluid/api/layers/greater_than.rst b/doc/fluid/api/layers/greater_than.rst new file mode 100644 index 0000000000000000000000000000000000000000..777a5894c9dab87d9b5ca03a387b63ccb2f375b8 --- /dev/null +++ b/doc/fluid/api/layers/greater_than.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_greater_than: + +greater_than +------------ + +.. autofunction:: paddle.fluid.layers.greater_than + :noindex: + diff --git a/doc/fluid/api/layers/grid_sampler.rst b/doc/fluid/api/layers/grid_sampler.rst new file mode 100644 index 0000000000000000000000000000000000000000..a0efb0f1c294b3185ff55f001210d9d2aad55e22 --- /dev/null +++ b/doc/fluid/api/layers/grid_sampler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_grid_sampler: + +grid_sampler +------------ + +.. autofunction:: paddle.fluid.layers.grid_sampler + :noindex: + diff --git a/doc/fluid/api/layers/group_norm.rst b/doc/fluid/api/layers/group_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..9a30569035e22bc4c1351ad7dc71eb34696ef9c5 --- /dev/null +++ b/doc/fluid/api/layers/group_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_group_norm: + +group_norm +---------- + +.. autofunction:: paddle.fluid.layers.group_norm + :noindex: + diff --git a/doc/fluid/api/layers/gru_unit.rst b/doc/fluid/api/layers/gru_unit.rst new file mode 100644 index 0000000000000000000000000000000000000000..434336fc0659ace666236f8fb0879df690e5c71d --- /dev/null +++ b/doc/fluid/api/layers/gru_unit.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_gru_unit: + +gru_unit +-------- + +.. autofunction:: paddle.fluid.layers.gru_unit + :noindex: + diff --git a/doc/fluid/api/layers/hard_shrink.rst b/doc/fluid/api/layers/hard_shrink.rst new file mode 100644 index 0000000000000000000000000000000000000000..9f8a96cac31ac87181150be205a70856e92978e4 --- /dev/null +++ b/doc/fluid/api/layers/hard_shrink.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_hard_shrink: + +hard_shrink +----------- + +.. autofunction:: paddle.fluid.layers.hard_shrink + :noindex: + diff --git a/doc/fluid/api/layers/hard_sigmoid.rst b/doc/fluid/api/layers/hard_sigmoid.rst new file mode 100644 index 0000000000000000000000000000000000000000..00b358474176a42dc7221b765154c5750887a9c2 --- /dev/null +++ b/doc/fluid/api/layers/hard_sigmoid.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_hard_sigmoid: + +hard_sigmoid +------------ + +.. autofunction:: paddle.fluid.layers.hard_sigmoid + :noindex: + diff --git a/doc/fluid/api/layers/has_inf.rst b/doc/fluid/api/layers/has_inf.rst new file mode 100644 index 0000000000000000000000000000000000000000..82629b3efd6557182bb27bae7fac6a482fcd8b76 --- /dev/null +++ b/doc/fluid/api/layers/has_inf.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_has_inf: + +has_inf +------- + +.. autofunction:: paddle.fluid.layers.has_inf + :noindex: + diff --git a/doc/fluid/api/layers/has_nan.rst b/doc/fluid/api/layers/has_nan.rst new file mode 100644 index 0000000000000000000000000000000000000000..05bb39b45a1f3956b781a60b5a8b478713d75360 --- /dev/null +++ b/doc/fluid/api/layers/has_nan.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_has_nan: + +has_nan +------- + +.. autofunction:: paddle.fluid.layers.has_nan + :noindex: + diff --git a/doc/fluid/api/layers/hash.rst b/doc/fluid/api/layers/hash.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ea3a3a9442093949ad7573dc282781a66099f2d --- /dev/null +++ b/doc/fluid/api/layers/hash.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_hash: + +hash +---- + +.. autofunction:: paddle.fluid.layers.hash + :noindex: + diff --git a/doc/fluid/api/layers/hsigmoid.rst b/doc/fluid/api/layers/hsigmoid.rst new file mode 100644 index 0000000000000000000000000000000000000000..8cc12f34b1ad8b95b2804214c437559a4b997b48 --- /dev/null +++ b/doc/fluid/api/layers/hsigmoid.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_hsigmoid: + +hsigmoid +-------- + +.. autofunction:: paddle.fluid.layers.hsigmoid + :noindex: + diff --git a/doc/fluid/api/layers/huber_loss.rst b/doc/fluid/api/layers/huber_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..3d18c768eec15df1d0f0c8245ae4407676541e53 --- /dev/null +++ b/doc/fluid/api/layers/huber_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_huber_loss: + +huber_loss +---------- + +.. autofunction:: paddle.fluid.layers.huber_loss + :noindex: + diff --git a/doc/fluid/api/layers/im2sequence.rst b/doc/fluid/api/layers/im2sequence.rst new file mode 100644 index 0000000000000000000000000000000000000000..6da275206ba643abeda9ab442605658405094df5 --- /dev/null +++ b/doc/fluid/api/layers/im2sequence.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_im2sequence: + +im2sequence +----------- + +.. autofunction:: paddle.fluid.layers.im2sequence + :noindex: + diff --git a/doc/fluid/api/layers/image_resize.rst b/doc/fluid/api/layers/image_resize.rst new file mode 100644 index 0000000000000000000000000000000000000000..4216e70cfb834d4127ba514c296e6aaf7f7ff225 --- /dev/null +++ b/doc/fluid/api/layers/image_resize.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_image_resize: + +image_resize +------------ + +.. autofunction:: paddle.fluid.layers.image_resize + :noindex: + diff --git a/doc/fluid/api/layers/image_resize_short.rst b/doc/fluid/api/layers/image_resize_short.rst new file mode 100644 index 0000000000000000000000000000000000000000..acb6a6e45d1c1d74bf4f8ac13b2265b19611de37 --- /dev/null +++ b/doc/fluid/api/layers/image_resize_short.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_image_resize_short: + +image_resize_short +------------------ + +.. autofunction:: paddle.fluid.layers.image_resize_short + :noindex: + diff --git a/doc/fluid/api/layers/increment.rst b/doc/fluid/api/layers/increment.rst new file mode 100644 index 0000000000000000000000000000000000000000..9fb66af157edfdf980e8c1040da6bdf47e8772fb --- /dev/null +++ b/doc/fluid/api/layers/increment.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_increment: + +increment +--------- + +.. autofunction:: paddle.fluid.layers.increment + :noindex: + diff --git a/doc/fluid/api/layers/inverse_time_decay.rst b/doc/fluid/api/layers/inverse_time_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..c3134f99c9e29c3d532c0af33a48c07dc768b410 --- /dev/null +++ b/doc/fluid/api/layers/inverse_time_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_inverse_time_decay: + +inverse_time_decay +------------------ + +.. autofunction:: paddle.fluid.layers.inverse_time_decay + :noindex: + diff --git a/doc/fluid/api/layers/io.rst b/doc/fluid/api/layers/io.rst deleted file mode 100644 index beb2f4a24e073392aa5fb266eae6c94f24470383..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/io.rst +++ /dev/null @@ -1,97 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -== -io -== - -.. _api_fluid_layers_batch: - -batch ------ - -.. autofunction:: paddle.fluid.layers.batch - :noindex: - -.. _api_fluid_layers_create_py_reader_by_data: - -create_py_reader_by_data ------------------------- - -.. autofunction:: paddle.fluid.layers.create_py_reader_by_data - :noindex: - -.. _api_fluid_layers_data: - -data ----- - -.. autofunction:: paddle.fluid.layers.data - :noindex: - -.. _api_fluid_layers_double_buffer: - -double_buffer -------------- - -.. autofunction:: paddle.fluid.layers.double_buffer - :noindex: - -.. _api_fluid_layers_load: - -load ----- - -.. autofunction:: paddle.fluid.layers.load - :noindex: - -.. _api_fluid_layers_open_files: - -open_files ----------- - -.. autofunction:: paddle.fluid.layers.open_files - :noindex: - -.. _api_fluid_layers_Preprocessor: - -Preprocessor ------------- - -.. autoclass:: paddle.fluid.layers.Preprocessor - :members: - :inherited-members: - :noindex: - -.. _api_fluid_layers_py_reader: - -py_reader ---------- - -.. autofunction:: paddle.fluid.layers.py_reader - :noindex: - -.. _api_fluid_layers_random_data_generator: - -random_data_generator ---------------------- - -.. autofunction:: paddle.fluid.layers.random_data_generator - :noindex: - -.. _api_fluid_layers_read_file: - -read_file ---------- - -.. autofunction:: paddle.fluid.layers.read_file - :noindex: - -.. _api_fluid_layers_shuffle: - -shuffle -------- - -.. autofunction:: paddle.fluid.layers.shuffle - :noindex: - diff --git a/doc/fluid/api/layers/iou_similarity.rst b/doc/fluid/api/layers/iou_similarity.rst new file mode 100644 index 0000000000000000000000000000000000000000..60b84a58ebb6b0b0a402102f63d41510cabed064 --- /dev/null +++ b/doc/fluid/api/layers/iou_similarity.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_iou_similarity: + +iou_similarity +-------------- + +.. autofunction:: paddle.fluid.layers.iou_similarity + :noindex: + diff --git a/doc/fluid/api/layers/is_empty.rst b/doc/fluid/api/layers/is_empty.rst new file mode 100644 index 0000000000000000000000000000000000000000..31df8f43c14a88d12a89dac1cddb05e3f7820af8 --- /dev/null +++ b/doc/fluid/api/layers/is_empty.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_is_empty: + +is_empty +-------- + +.. autofunction:: paddle.fluid.layers.is_empty + :noindex: + diff --git a/doc/fluid/api/layers/isfinite.rst b/doc/fluid/api/layers/isfinite.rst new file mode 100644 index 0000000000000000000000000000000000000000..335f137b2558ba67765025bb6efa2ee4205d140d --- /dev/null +++ b/doc/fluid/api/layers/isfinite.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_isfinite: + +isfinite +-------- + +.. autofunction:: paddle.fluid.layers.isfinite + :noindex: + diff --git a/doc/fluid/api/layers/kldiv_loss.rst b/doc/fluid/api/layers/kldiv_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..a895b53499a4a068d1c9abaffc00139ecf976afe --- /dev/null +++ b/doc/fluid/api/layers/kldiv_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_kldiv_loss: + +kldiv_loss +---------- + +.. autofunction:: paddle.fluid.layers.kldiv_loss + :noindex: + diff --git a/doc/fluid/api/layers/l2_normalize.rst b/doc/fluid/api/layers/l2_normalize.rst new file mode 100644 index 0000000000000000000000000000000000000000..ed7d19d0b6808ab493ef8938f3f790a08914f00f --- /dev/null +++ b/doc/fluid/api/layers/l2_normalize.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_l2_normalize: + +l2_normalize +------------ + +.. autofunction:: paddle.fluid.layers.l2_normalize + :noindex: + diff --git a/doc/fluid/api/layers/label_smooth.rst b/doc/fluid/api/layers/label_smooth.rst new file mode 100644 index 0000000000000000000000000000000000000000..1acb843d65ae9daa4b9cb1c72d8f0231f659a968 --- /dev/null +++ b/doc/fluid/api/layers/label_smooth.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_label_smooth: + +label_smooth +------------ + +.. autofunction:: paddle.fluid.layers.label_smooth + :noindex: + diff --git a/doc/fluid/api/layers/layer_norm.rst b/doc/fluid/api/layers/layer_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..fb396430be688b63f5ca15e51eb3e44650cac026 --- /dev/null +++ b/doc/fluid/api/layers/layer_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_layer_norm: + +layer_norm +---------- + +.. autofunction:: paddle.fluid.layers.layer_norm + :noindex: + diff --git a/doc/fluid/api/layers/leaky_relu.rst b/doc/fluid/api/layers/leaky_relu.rst new file mode 100644 index 0000000000000000000000000000000000000000..49dd9f966b4318b6b2473ad74b4c57cf609760e5 --- /dev/null +++ b/doc/fluid/api/layers/leaky_relu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_leaky_relu: + +leaky_relu +---------- + +.. autofunction:: paddle.fluid.layers.leaky_relu + :noindex: + diff --git a/doc/fluid/api/layers/learning_rate_scheduler.rst b/doc/fluid/api/layers/learning_rate_scheduler.rst deleted file mode 100644 index fafa0d3ea76ca2019bf44eee390c65b40bc8e3e6..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/learning_rate_scheduler.rst +++ /dev/null @@ -1,71 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -======================= -learning_rate_scheduler -======================= - -.. _api_fluid_layers_cosine_decay: - -cosine_decay ------------- - -.. autofunction:: paddle.fluid.layers.cosine_decay - :noindex: - -.. _api_fluid_layers_exponential_decay: - -exponential_decay ------------------ - -.. autofunction:: paddle.fluid.layers.exponential_decay - :noindex: - -.. _api_fluid_layers_inverse_time_decay: - -inverse_time_decay ------------------- - -.. autofunction:: paddle.fluid.layers.inverse_time_decay - :noindex: - -.. _api_fluid_layers_linear_lr_warmup: - -linear_lr_warmup ----------------- - -.. autofunction:: paddle.fluid.layers.linear_lr_warmup - :noindex: - -.. _api_fluid_layers_natural_exp_decay: - -natural_exp_decay ------------------ - -.. autofunction:: paddle.fluid.layers.natural_exp_decay - :noindex: - -.. _api_fluid_layers_noam_decay: - -noam_decay ----------- - -.. autofunction:: paddle.fluid.layers.noam_decay - :noindex: - -.. _api_fluid_layers_piecewise_decay: - -piecewise_decay ---------------- - -.. autofunction:: paddle.fluid.layers.piecewise_decay - :noindex: - -.. _api_fluid_layers_polynomial_decay: - -polynomial_decay ----------------- - -.. autofunction:: paddle.fluid.layers.polynomial_decay - :noindex: - diff --git a/doc/fluid/api/layers/less_equal.rst b/doc/fluid/api/layers/less_equal.rst new file mode 100644 index 0000000000000000000000000000000000000000..9fa8a118e9a7c7c9790effc06973fec37c6ead38 --- /dev/null +++ b/doc/fluid/api/layers/less_equal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_less_equal: + +less_equal +---------- + +.. autofunction:: paddle.fluid.layers.less_equal + :noindex: + diff --git a/doc/fluid/api/layers/less_than.rst b/doc/fluid/api/layers/less_than.rst new file mode 100644 index 0000000000000000000000000000000000000000..58a5ba3384f1cd99062670d2faeeea5404bbd9e9 --- /dev/null +++ b/doc/fluid/api/layers/less_than.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_less_than: + +less_than +--------- + +.. autofunction:: paddle.fluid.layers.less_than + :noindex: + diff --git a/doc/fluid/api/layers/linear_chain_crf.rst b/doc/fluid/api/layers/linear_chain_crf.rst new file mode 100644 index 0000000000000000000000000000000000000000..41618143dc4a84b13279a734869da14e22aacef2 --- /dev/null +++ b/doc/fluid/api/layers/linear_chain_crf.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_linear_chain_crf: + +linear_chain_crf +---------------- + +.. autofunction:: paddle.fluid.layers.linear_chain_crf + :noindex: + diff --git a/doc/fluid/api/layers/linear_lr_warmup.rst b/doc/fluid/api/layers/linear_lr_warmup.rst new file mode 100644 index 0000000000000000000000000000000000000000..72d3242794467039a17e6abed6382346b83c50f0 --- /dev/null +++ b/doc/fluid/api/layers/linear_lr_warmup.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_linear_lr_warmup: + +linear_lr_warmup +---------------- + +.. autofunction:: paddle.fluid.layers.linear_lr_warmup + :noindex: + diff --git a/doc/fluid/api/layers/linspace.rst b/doc/fluid/api/layers/linspace.rst new file mode 100644 index 0000000000000000000000000000000000000000..53b8ca4d4e9e5238dd827450476f7c3377f68462 --- /dev/null +++ b/doc/fluid/api/layers/linspace.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_linspace: + +linspace +-------- + +.. autofunction:: paddle.fluid.layers.linspace + :noindex: + diff --git a/doc/fluid/api/layers/load.rst b/doc/fluid/api/layers/load.rst new file mode 100644 index 0000000000000000000000000000000000000000..251be8151de7f551daad41f2342b145c29059dcb --- /dev/null +++ b/doc/fluid/api/layers/load.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_load: + +load +---- + +.. autofunction:: paddle.fluid.layers.load + :noindex: + diff --git a/doc/fluid/api/layers/lod_reset.rst b/doc/fluid/api/layers/lod_reset.rst new file mode 100644 index 0000000000000000000000000000000000000000..e7e3f4bca5f60e78776bfe5e8186c074ecb267ae --- /dev/null +++ b/doc/fluid/api/layers/lod_reset.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_lod_reset: + +lod_reset +--------- + +.. autofunction:: paddle.fluid.layers.lod_reset + :noindex: + diff --git a/doc/fluid/api/layers/log.rst b/doc/fluid/api/layers/log.rst new file mode 100644 index 0000000000000000000000000000000000000000..5d367c821d2cb3b0123116385bded0b26e7f83b9 --- /dev/null +++ b/doc/fluid/api/layers/log.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_log: + +log +--- + +.. autofunction:: paddle.fluid.layers.log + :noindex: + diff --git a/doc/fluid/api/layers/log_loss.rst b/doc/fluid/api/layers/log_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..8ab6ea7758ad445e2f703be3d9f55f4ad6b0c497 --- /dev/null +++ b/doc/fluid/api/layers/log_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_log_loss: + +log_loss +-------- + +.. autofunction:: paddle.fluid.layers.log_loss + :noindex: + diff --git a/doc/fluid/api/layers/logical_and.rst b/doc/fluid/api/layers/logical_and.rst new file mode 100644 index 0000000000000000000000000000000000000000..bc1e8cf6060a7a83a5ae06be8f3a223c442ca732 --- /dev/null +++ b/doc/fluid/api/layers/logical_and.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_logical_and: + +logical_and +----------- + +.. autofunction:: paddle.fluid.layers.logical_and + :noindex: + diff --git a/doc/fluid/api/layers/logical_not.rst b/doc/fluid/api/layers/logical_not.rst new file mode 100644 index 0000000000000000000000000000000000000000..e827729d08e68723c8530aacbde7f8eb3d2bd1d3 --- /dev/null +++ b/doc/fluid/api/layers/logical_not.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_logical_not: + +logical_not +----------- + +.. autofunction:: paddle.fluid.layers.logical_not + :noindex: + diff --git a/doc/fluid/api/layers/logical_or.rst b/doc/fluid/api/layers/logical_or.rst new file mode 100644 index 0000000000000000000000000000000000000000..8776b5b2089cd5c32b6fe54f03112bbb7a4f01c7 --- /dev/null +++ b/doc/fluid/api/layers/logical_or.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_logical_or: + +logical_or +---------- + +.. autofunction:: paddle.fluid.layers.logical_or + :noindex: + diff --git a/doc/fluid/api/layers/logical_xor.rst b/doc/fluid/api/layers/logical_xor.rst new file mode 100644 index 0000000000000000000000000000000000000000..58b324f2293c4f3abd41b4229c470631856b5769 --- /dev/null +++ b/doc/fluid/api/layers/logical_xor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_logical_xor: + +logical_xor +----------- + +.. autofunction:: paddle.fluid.layers.logical_xor + :noindex: + diff --git a/doc/fluid/api/layers/logsigmoid.rst b/doc/fluid/api/layers/logsigmoid.rst new file mode 100644 index 0000000000000000000000000000000000000000..48f15124bd1ece2daa96f4d70ea05e5a3533b65b --- /dev/null +++ b/doc/fluid/api/layers/logsigmoid.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_logsigmoid: + +logsigmoid +---------- + +.. autofunction:: paddle.fluid.layers.logsigmoid + :noindex: + diff --git a/doc/fluid/api/layers/lrn.rst b/doc/fluid/api/layers/lrn.rst new file mode 100644 index 0000000000000000000000000000000000000000..6b7dbdbcd0ecf44e7b964af1946c8c9e5b2613fc --- /dev/null +++ b/doc/fluid/api/layers/lrn.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_lrn: + +lrn +--- + +.. autofunction:: paddle.fluid.layers.lrn + :noindex: + diff --git a/doc/fluid/api/layers/lstm.rst b/doc/fluid/api/layers/lstm.rst new file mode 100644 index 0000000000000000000000000000000000000000..b4f9588fdeba091b29d7d756fae5628d38fe7e80 --- /dev/null +++ b/doc/fluid/api/layers/lstm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_lstm: + +lstm +---- + +.. autofunction:: paddle.fluid.layers.lstm + :noindex: + diff --git a/doc/fluid/api/layers/lstm_unit.rst b/doc/fluid/api/layers/lstm_unit.rst new file mode 100644 index 0000000000000000000000000000000000000000..889c39ed89ee8d4d5c2f30686c532f32c56242f3 --- /dev/null +++ b/doc/fluid/api/layers/lstm_unit.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_lstm_unit: + +lstm_unit +--------- + +.. autofunction:: paddle.fluid.layers.lstm_unit + :noindex: + diff --git a/doc/fluid/api/layers/margin_rank_loss.rst b/doc/fluid/api/layers/margin_rank_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..8f6df353ca9090e958d0edf86a009f109a4cac7e --- /dev/null +++ b/doc/fluid/api/layers/margin_rank_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_margin_rank_loss: + +margin_rank_loss +---------------- + +.. autofunction:: paddle.fluid.layers.margin_rank_loss + :noindex: + diff --git a/doc/fluid/api/layers/matmul.rst b/doc/fluid/api/layers/matmul.rst new file mode 100644 index 0000000000000000000000000000000000000000..fadafd35b7f3c177bde6aa6ab7ba1bafb39cbb6d --- /dev/null +++ b/doc/fluid/api/layers/matmul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_matmul: + +matmul +------ + +.. autofunction:: paddle.fluid.layers.matmul + :noindex: + diff --git a/doc/fluid/api/layers/maxout.rst b/doc/fluid/api/layers/maxout.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad3e06516a4d77e150d80d5ca74921d64e6c52a3 --- /dev/null +++ b/doc/fluid/api/layers/maxout.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_maxout: + +maxout +------ + +.. autofunction:: paddle.fluid.layers.maxout + :noindex: + diff --git a/doc/fluid/api/layers/mean.rst b/doc/fluid/api/layers/mean.rst new file mode 100644 index 0000000000000000000000000000000000000000..4cacbc9335cfebadc00cf3ddc0674f2d2e8f50ae --- /dev/null +++ b/doc/fluid/api/layers/mean.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_mean: + +mean +---- + +.. autofunction:: paddle.fluid.layers.mean + :noindex: + diff --git a/doc/fluid/api/layers/mean_iou.rst b/doc/fluid/api/layers/mean_iou.rst new file mode 100644 index 0000000000000000000000000000000000000000..8e2a12146b4cb9ba37e5931be9903a421cd22e1d --- /dev/null +++ b/doc/fluid/api/layers/mean_iou.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_mean_iou: + +mean_iou +-------- + +.. autofunction:: paddle.fluid.layers.mean_iou + :noindex: + diff --git a/doc/fluid/api/layers/merge_selected_rows.rst b/doc/fluid/api/layers/merge_selected_rows.rst new file mode 100644 index 0000000000000000000000000000000000000000..80be86ef4e537a802621f69494e94bfb182e9f0e --- /dev/null +++ b/doc/fluid/api/layers/merge_selected_rows.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_merge_selected_rows: + +merge_selected_rows +------------------- + +.. autofunction:: paddle.fluid.layers.merge_selected_rows + :noindex: + diff --git a/doc/fluid/api/layers/mul.rst b/doc/fluid/api/layers/mul.rst new file mode 100644 index 0000000000000000000000000000000000000000..a74c1642c7e93f5203d2b7bcbe3efe105ba31b18 --- /dev/null +++ b/doc/fluid/api/layers/mul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_mul: + +mul +--- + +.. autofunction:: paddle.fluid.layers.mul + :noindex: + diff --git a/doc/fluid/api/layers/multi_box_head.rst b/doc/fluid/api/layers/multi_box_head.rst new file mode 100644 index 0000000000000000000000000000000000000000..a24ece75fa190f8cee61639d98235c2112ec61b4 --- /dev/null +++ b/doc/fluid/api/layers/multi_box_head.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_multi_box_head: + +multi_box_head +-------------- + +.. autofunction:: paddle.fluid.layers.multi_box_head + :noindex: + diff --git a/doc/fluid/api/layers/multiclass_nms.rst b/doc/fluid/api/layers/multiclass_nms.rst new file mode 100644 index 0000000000000000000000000000000000000000..1e13dc6955082f716e2eeff79bad83affa3dd013 --- /dev/null +++ b/doc/fluid/api/layers/multiclass_nms.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_multiclass_nms: + +multiclass_nms +-------------- + +.. autofunction:: paddle.fluid.layers.multiclass_nms + :noindex: + diff --git a/doc/fluid/api/layers/multiplex.rst b/doc/fluid/api/layers/multiplex.rst new file mode 100644 index 0000000000000000000000000000000000000000..11807cab2645e56a062b639c9f54cc9694e3a0f0 --- /dev/null +++ b/doc/fluid/api/layers/multiplex.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_multiplex: + +multiplex +--------- + +.. autofunction:: paddle.fluid.layers.multiplex + :noindex: + diff --git a/doc/fluid/api/layers/natural_exp_decay.rst b/doc/fluid/api/layers/natural_exp_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..f24162cb75a51f1ffea1c5ff3ba379ce96d2d03b --- /dev/null +++ b/doc/fluid/api/layers/natural_exp_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_natural_exp_decay: + +natural_exp_decay +----------------- + +.. autofunction:: paddle.fluid.layers.natural_exp_decay + :noindex: + diff --git a/doc/fluid/api/layers/nce.rst b/doc/fluid/api/layers/nce.rst new file mode 100644 index 0000000000000000000000000000000000000000..df65017054f50d8b6ae711b744878a92712a1112 --- /dev/null +++ b/doc/fluid/api/layers/nce.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_nce: + +nce +--- + +.. autofunction:: paddle.fluid.layers.nce + :noindex: + diff --git a/doc/fluid/api/layers/nn.rst b/doc/fluid/api/layers/nn.rst deleted file mode 100644 index 69fff618c9b6b71e12bf56914cc8d0db930e44e8..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/nn.rst +++ /dev/null @@ -1,1351 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -== -nn -== - -.. _api_fluid_layers_adaptive_pool2d: - -adaptive_pool2d ---------------- - -.. autofunction:: paddle.fluid.layers.adaptive_pool2d - :noindex: - -.. _api_fluid_layers_adaptive_pool3d: - -adaptive_pool3d ---------------- - -.. autofunction:: paddle.fluid.layers.adaptive_pool3d - :noindex: - -.. _api_fluid_layers_add_position_encoding: - -add_position_encoding ---------------------- - -.. autofunction:: paddle.fluid.layers.add_position_encoding - :noindex: - -.. _api_fluid_layers_affine_channel: - -affine_channel --------------- - -.. autofunction:: paddle.fluid.layers.affine_channel - :noindex: - -.. _api_fluid_layers_affine_grid: - -affine_grid ------------ - -.. autofunction:: paddle.fluid.layers.affine_grid - :noindex: - -.. _api_fluid_layers_autoincreased_step_counter: - -autoincreased_step_counter --------------------------- - -.. autofunction:: paddle.fluid.layers.autoincreased_step_counter - :noindex: - -.. _api_fluid_layers_batch_norm: - -batch_norm ----------- - -.. autofunction:: paddle.fluid.layers.batch_norm - :noindex: - -.. _api_fluid_layers_beam_search: - -beam_search ------------ - -.. autofunction:: paddle.fluid.layers.beam_search - :noindex: - -.. _api_fluid_layers_beam_search_decode: - -beam_search_decode ------------------- - -.. autofunction:: paddle.fluid.layers.beam_search_decode - :noindex: - -.. _api_fluid_layers_bilinear_tensor_product: - -bilinear_tensor_product ------------------------ - -.. autofunction:: paddle.fluid.layers.bilinear_tensor_product - :noindex: - -.. _api_fluid_layers_bpr_loss: - -bpr_loss --------- - -.. autofunction:: paddle.fluid.layers.bpr_loss - :noindex: - -.. _api_fluid_layers_brelu: - -brelu ------ - -.. autofunction:: paddle.fluid.layers.brelu - :noindex: - -.. _api_fluid_layers_chunk_eval: - -chunk_eval ----------- - -.. autofunction:: paddle.fluid.layers.chunk_eval - :noindex: - -.. _api_fluid_layers_clip: - -clip ----- - -.. autofunction:: paddle.fluid.layers.clip - :noindex: - -.. _api_fluid_layers_clip_by_norm: - -clip_by_norm ------------- - -.. autofunction:: paddle.fluid.layers.clip_by_norm - :noindex: - -.. _api_fluid_layers_continuous_value_model: - -continuous_value_model ----------------------- - -.. autofunction:: paddle.fluid.layers.continuous_value_model - :noindex: - -.. _api_fluid_layers_conv2d: - -conv2d ------- - -.. autofunction:: paddle.fluid.layers.conv2d - :noindex: - -.. _api_fluid_layers_conv2d_transpose: - -conv2d_transpose ----------------- - -.. autofunction:: paddle.fluid.layers.conv2d_transpose - :noindex: - -.. _api_fluid_layers_conv3d: - -conv3d ------- - -.. autofunction:: paddle.fluid.layers.conv3d - :noindex: - -.. _api_fluid_layers_conv3d_transpose: - -conv3d_transpose ----------------- - -.. autofunction:: paddle.fluid.layers.conv3d_transpose - :noindex: - -.. _api_fluid_layers_cos_sim: - -cos_sim -------- - -.. autofunction:: paddle.fluid.layers.cos_sim - :noindex: - -.. _api_fluid_layers_crf_decoding: - -crf_decoding ------------- - -.. autofunction:: paddle.fluid.layers.crf_decoding - :noindex: - -.. _api_fluid_layers_crop: - -crop ----- - -.. autofunction:: paddle.fluid.layers.crop - :noindex: - -.. _api_fluid_layers_cross_entropy: - -cross_entropy -------------- - -.. autofunction:: paddle.fluid.layers.cross_entropy - :noindex: - -.. _api_fluid_layers_ctc_greedy_decoder: - -ctc_greedy_decoder ------------------- - -.. autofunction:: paddle.fluid.layers.ctc_greedy_decoder - :noindex: - -.. _api_fluid_layers_data_norm: - -data_norm ---------- - -.. autofunction:: paddle.fluid.layers.data_norm - :noindex: - -.. _api_fluid_layers_deformable_conv: - -deformable_conv ---------------- - -.. autofunction:: paddle.fluid.layers.deformable_conv - :noindex: - -.. _api_fluid_layers_deformable_roi_pooling: - -deformable_roi_pooling ----------------------- - -.. autofunction:: paddle.fluid.layers.deformable_roi_pooling - :noindex: - -.. _api_fluid_layers_dice_loss: - -dice_loss ---------- - -.. autofunction:: paddle.fluid.layers.dice_loss - :noindex: - -.. _api_fluid_layers_dropout: - -dropout -------- - -.. autofunction:: paddle.fluid.layers.dropout - :noindex: - -.. _api_fluid_layers_dynamic_gru: - -dynamic_gru ------------ - -.. autofunction:: paddle.fluid.layers.dynamic_gru - :noindex: - -.. _api_fluid_layers_dynamic_lstm: - -dynamic_lstm ------------- - -.. autofunction:: paddle.fluid.layers.dynamic_lstm - :noindex: - -.. _api_fluid_layers_dynamic_lstmp: - -dynamic_lstmp -------------- - -.. autofunction:: paddle.fluid.layers.dynamic_lstmp - :noindex: - -.. _api_fluid_layers_edit_distance: - -edit_distance -------------- - -.. autofunction:: paddle.fluid.layers.edit_distance - :noindex: - -.. _api_fluid_layers_elementwise_add: - -elementwise_add ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_add - :noindex: - -.. _api_fluid_layers_elementwise_div: - -elementwise_div ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_div - :noindex: - -.. _api_fluid_layers_elementwise_floordiv: - -elementwise_floordiv --------------------- - -.. autofunction:: paddle.fluid.layers.elementwise_floordiv - :noindex: - -.. _api_fluid_layers_elementwise_max: - -elementwise_max ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_max - :noindex: - -.. _api_fluid_layers_elementwise_min: - -elementwise_min ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_min - :noindex: - -.. _api_fluid_layers_elementwise_mod: - -elementwise_mod ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_mod - :noindex: - -.. _api_fluid_layers_elementwise_mul: - -elementwise_mul ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_mul - :noindex: - -.. _api_fluid_layers_elementwise_pow: - -elementwise_pow ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_pow - :noindex: - -.. _api_fluid_layers_elementwise_sub: - -elementwise_sub ---------------- - -.. autofunction:: paddle.fluid.layers.elementwise_sub - :noindex: - -.. _api_fluid_layers_elu: - -elu ---- - -.. autofunction:: paddle.fluid.layers.elu - :noindex: - -.. _api_fluid_layers_embedding: - -embedding ---------- - -.. autofunction:: paddle.fluid.layers.embedding - :noindex: - -.. _api_fluid_layers_expand: - -expand ------- - -.. autofunction:: paddle.fluid.layers.expand - :noindex: - -.. _api_fluid_layers_fc: - -fc --- - -.. autofunction:: paddle.fluid.layers.fc - :noindex: - -.. _api_fluid_layers_flatten: - -flatten -------- - -.. autofunction:: paddle.fluid.layers.flatten - :noindex: - -.. _api_fluid_layers_fsp_matrix: - -fsp_matrix ----------- - -.. autofunction:: paddle.fluid.layers.fsp_matrix - :noindex: - -.. _api_fluid_layers_gather: - -gather ------- - -.. autofunction:: paddle.fluid.layers.gather - :noindex: - -.. _api_fluid_layers_gaussian_random: - -gaussian_random ---------------- - -.. autofunction:: paddle.fluid.layers.gaussian_random - :noindex: - -.. _api_fluid_layers_gaussian_random_batch_size_like: - -gaussian_random_batch_size_like -------------------------------- - -.. autofunction:: paddle.fluid.layers.gaussian_random_batch_size_like - :noindex: - -.. _api_fluid_layers_get_tensor_from_selected_rows: - -get_tensor_from_selected_rows ------------------------------ - -.. autofunction:: paddle.fluid.layers.get_tensor_from_selected_rows - :noindex: - -.. _api_fluid_layers_grid_sampler: - -grid_sampler ------------- - -.. autofunction:: paddle.fluid.layers.grid_sampler - :noindex: - -.. _api_fluid_layers_group_norm: - -group_norm ----------- - -.. autofunction:: paddle.fluid.layers.group_norm - :noindex: - -.. _api_fluid_layers_gru_unit: - -gru_unit --------- - -.. autofunction:: paddle.fluid.layers.gru_unit - :noindex: - -.. _api_fluid_layers_hard_sigmoid: - -hard_sigmoid ------------- - -.. autofunction:: paddle.fluid.layers.hard_sigmoid - :noindex: - -.. _api_fluid_layers_hash: - -hash ----- - -.. autofunction:: paddle.fluid.layers.hash - :noindex: - -.. _api_fluid_layers_hsigmoid: - -hsigmoid --------- - -.. autofunction:: paddle.fluid.layers.hsigmoid - :noindex: - -.. _api_fluid_layers_huber_loss: - -huber_loss ----------- - -.. autofunction:: paddle.fluid.layers.huber_loss - :noindex: - -.. _api_fluid_layers_im2sequence: - -im2sequence ------------ - -.. autofunction:: paddle.fluid.layers.im2sequence - :noindex: - -.. _api_fluid_layers_image_resize: - -image_resize ------------- - -.. autofunction:: paddle.fluid.layers.image_resize - :noindex: - -.. _api_fluid_layers_image_resize_short: - -image_resize_short ------------------- - -.. autofunction:: paddle.fluid.layers.image_resize_short - :noindex: - -.. _api_fluid_layers_kldiv_loss: - -kldiv_loss ----------- - -.. autofunction:: paddle.fluid.layers.kldiv_loss - :noindex: - -.. _api_fluid_layers_l2_normalize: - -l2_normalize ------------- - -.. autofunction:: paddle.fluid.layers.l2_normalize - :noindex: - -.. _api_fluid_layers_label_smooth: - -label_smooth ------------- - -.. autofunction:: paddle.fluid.layers.label_smooth - :noindex: - -.. _api_fluid_layers_layer_norm: - -layer_norm ----------- - -.. autofunction:: paddle.fluid.layers.layer_norm - :noindex: - -.. _api_fluid_layers_leaky_relu: - -leaky_relu ----------- - -.. autofunction:: paddle.fluid.layers.leaky_relu - :noindex: - -.. _api_fluid_layers_linear_chain_crf: - -linear_chain_crf ----------------- - -.. autofunction:: paddle.fluid.layers.linear_chain_crf - :noindex: - -.. _api_fluid_layers_lod_reset: - -lod_reset ---------- - -.. autofunction:: paddle.fluid.layers.lod_reset - :noindex: - -.. _api_fluid_layers_log: - -log ---- - -.. autofunction:: paddle.fluid.layers.log - :noindex: - -.. _api_fluid_layers_log_loss: - -log_loss --------- - -.. autofunction:: paddle.fluid.layers.log_loss - :noindex: - -.. _api_fluid_layers_logical_and: - -logical_and ------------ - -.. autofunction:: paddle.fluid.layers.logical_and - :noindex: - -.. _api_fluid_layers_logical_not: - -logical_not ------------ - -.. autofunction:: paddle.fluid.layers.logical_not - :noindex: - -.. _api_fluid_layers_logical_or: - -logical_or ----------- - -.. autofunction:: paddle.fluid.layers.logical_or - :noindex: - -.. _api_fluid_layers_logical_xor: - -logical_xor ------------ - -.. autofunction:: paddle.fluid.layers.logical_xor - :noindex: - -.. _api_fluid_layers_lrn: - -lrn ---- - -.. autofunction:: paddle.fluid.layers.lrn - :noindex: - -.. _api_fluid_layers_lstm: - -lstm ----- - -.. autofunction:: paddle.fluid.layers.lstm - :noindex: - -.. _api_fluid_layers_lstm_unit: - -lstm_unit ---------- - -.. autofunction:: paddle.fluid.layers.lstm_unit - :noindex: - -.. _api_fluid_layers_margin_rank_loss: - -margin_rank_loss ----------------- - -.. autofunction:: paddle.fluid.layers.margin_rank_loss - :noindex: - -.. _api_fluid_layers_matmul: - -matmul ------- - -.. autofunction:: paddle.fluid.layers.matmul - :noindex: - -.. _api_fluid_layers_maxout: - -maxout ------- - -.. autofunction:: paddle.fluid.layers.maxout - :noindex: - -.. _api_fluid_layers_mean: - -mean ----- - -.. autofunction:: paddle.fluid.layers.mean - :noindex: - -.. _api_fluid_layers_mean_iou: - -mean_iou --------- - -.. autofunction:: paddle.fluid.layers.mean_iou - :noindex: - -.. _api_fluid_layers_merge_selected_rows: - -merge_selected_rows -------------------- - -.. autofunction:: paddle.fluid.layers.merge_selected_rows - :noindex: - -.. _api_fluid_layers_mul: - -mul ---- - -.. autofunction:: paddle.fluid.layers.mul - :noindex: - -.. _api_fluid_layers_multiplex: - -multiplex ---------- - -.. autofunction:: paddle.fluid.layers.multiplex - :noindex: - -.. _api_fluid_layers_nce: - -nce ---- - -.. autofunction:: paddle.fluid.layers.nce - :noindex: - -.. _api_fluid_layers_npair_loss: - -npair_loss ----------- - -.. autofunction:: paddle.fluid.layers.npair_loss - :noindex: - -.. _api_fluid_layers_one_hot: - -one_hot -------- - -.. autofunction:: paddle.fluid.layers.one_hot - :noindex: - -.. _api_fluid_layers_pad: - -pad ---- - -.. autofunction:: paddle.fluid.layers.pad - :noindex: - -.. _api_fluid_layers_pad2d: - -pad2d ------ - -.. autofunction:: paddle.fluid.layers.pad2d - :noindex: - -.. _api_fluid_layers_pad_constant_like: - -pad_constant_like ------------------ - -.. autofunction:: paddle.fluid.layers.pad_constant_like - :noindex: - -.. _api_fluid_layers_pixel_shuffle: - -pixel_shuffle -------------- - -.. autofunction:: paddle.fluid.layers.pixel_shuffle - :noindex: - -.. _api_fluid_layers_pool2d: - -pool2d ------- - -.. autofunction:: paddle.fluid.layers.pool2d - :noindex: - -.. _api_fluid_layers_pool3d: - -pool3d ------- - -.. autofunction:: paddle.fluid.layers.pool3d - :noindex: - -.. _api_fluid_layers_pow: - -pow ---- - -.. autofunction:: paddle.fluid.layers.pow - :noindex: - -.. _api_fluid_layers_prelu: - -prelu ------ - -.. autofunction:: paddle.fluid.layers.prelu - :noindex: - -.. _api_fluid_layers_psroi_pool: - -psroi_pool ----------- - -.. autofunction:: paddle.fluid.layers.psroi_pool - :noindex: - -.. _api_fluid_layers_py_func: - -py_func -------- - -.. autofunction:: paddle.fluid.layers.py_func - :noindex: - -.. _api_fluid_layers_random_crop: - -random_crop ------------ - -.. autofunction:: paddle.fluid.layers.random_crop - :noindex: - -.. _api_fluid_layers_rank: - -rank ----- - -.. autofunction:: paddle.fluid.layers.rank - :noindex: - -.. _api_fluid_layers_rank_loss: - -rank_loss ---------- - -.. autofunction:: paddle.fluid.layers.rank_loss - :noindex: - -.. _api_fluid_layers_reduce_all: - -reduce_all ----------- - -.. autofunction:: paddle.fluid.layers.reduce_all - :noindex: - -.. _api_fluid_layers_reduce_any: - -reduce_any ----------- - -.. autofunction:: paddle.fluid.layers.reduce_any - :noindex: - -.. _api_fluid_layers_reduce_max: - -reduce_max ----------- - -.. autofunction:: paddle.fluid.layers.reduce_max - :noindex: - -.. _api_fluid_layers_reduce_mean: - -reduce_mean ------------ - -.. autofunction:: paddle.fluid.layers.reduce_mean - :noindex: - -.. _api_fluid_layers_reduce_min: - -reduce_min ----------- - -.. autofunction:: paddle.fluid.layers.reduce_min - :noindex: - -.. _api_fluid_layers_reduce_prod: - -reduce_prod ------------ - -.. autofunction:: paddle.fluid.layers.reduce_prod - :noindex: - -.. _api_fluid_layers_reduce_sum: - -reduce_sum ----------- - -.. autofunction:: paddle.fluid.layers.reduce_sum - :noindex: - -.. _api_fluid_layers_relu: - -relu ----- - -.. autofunction:: paddle.fluid.layers.relu - :noindex: - -.. _api_fluid_layers_relu6: - -relu6 ------ - -.. autofunction:: paddle.fluid.layers.relu6 - :noindex: - -.. _api_fluid_layers_reshape: - -reshape -------- - -.. autofunction:: paddle.fluid.layers.reshape - :noindex: - -.. _api_fluid_layers_resize_bilinear: - -resize_bilinear ---------------- - -.. autofunction:: paddle.fluid.layers.resize_bilinear - :noindex: - -.. _api_fluid_layers_resize_nearest: - -resize_nearest --------------- - -.. autofunction:: paddle.fluid.layers.resize_nearest - :noindex: - -.. _api_fluid_layers_roi_align: - -roi_align ---------- - -.. autofunction:: paddle.fluid.layers.roi_align - :noindex: - -.. _api_fluid_layers_roi_pool: - -roi_pool --------- - -.. autofunction:: paddle.fluid.layers.roi_pool - :noindex: - -.. _api_fluid_layers_row_conv: - -row_conv --------- - -.. autofunction:: paddle.fluid.layers.row_conv - :noindex: - -.. _api_fluid_layers_sampled_softmax_with_cross_entropy: - -sampled_softmax_with_cross_entropy ----------------------------------- - -.. autofunction:: paddle.fluid.layers.sampled_softmax_with_cross_entropy - :noindex: - -.. _api_fluid_layers_sampling_id: - -sampling_id ------------ - -.. autofunction:: paddle.fluid.layers.sampling_id - :noindex: - -.. _api_fluid_layers_scale: - -scale ------ - -.. autofunction:: paddle.fluid.layers.scale - :noindex: - -.. _api_fluid_layers_scatter: - -scatter -------- - -.. autofunction:: paddle.fluid.layers.scatter - :noindex: - -.. _api_fluid_layers_selu: - -selu ----- - -.. autofunction:: paddle.fluid.layers.selu - :noindex: - -.. _api_fluid_layers_sequence_concat: - -sequence_concat ---------------- - -.. autofunction:: paddle.fluid.layers.sequence_concat - :noindex: - -.. _api_fluid_layers_sequence_conv: - -sequence_conv -------------- - -.. autofunction:: paddle.fluid.layers.sequence_conv - :noindex: - -.. _api_fluid_layers_sequence_enumerate: - -sequence_enumerate ------------------- - -.. autofunction:: paddle.fluid.layers.sequence_enumerate - :noindex: - -.. _api_fluid_layers_sequence_expand: - -sequence_expand ---------------- - -.. autofunction:: paddle.fluid.layers.sequence_expand - :noindex: - -.. _api_fluid_layers_sequence_expand_as: - -sequence_expand_as ------------------- - -.. autofunction:: paddle.fluid.layers.sequence_expand_as - :noindex: - -.. _api_fluid_layers_sequence_first_step: - -sequence_first_step -------------------- - -.. autofunction:: paddle.fluid.layers.sequence_first_step - :noindex: - -.. _api_fluid_layers_sequence_last_step: - -sequence_last_step ------------------- - -.. autofunction:: paddle.fluid.layers.sequence_last_step - :noindex: - -.. _api_fluid_layers_sequence_mask: - -sequence_mask -------------- - -.. autofunction:: paddle.fluid.layers.sequence_mask - :noindex: - -.. _api_fluid_layers_sequence_pad: - -sequence_pad ------------- - -.. autofunction:: paddle.fluid.layers.sequence_pad - :noindex: - -.. _api_fluid_layers_sequence_pool: - -sequence_pool -------------- - -.. autofunction:: paddle.fluid.layers.sequence_pool - :noindex: - -.. _api_fluid_layers_sequence_reshape: - -sequence_reshape ----------------- - -.. autofunction:: paddle.fluid.layers.sequence_reshape - :noindex: - -.. _api_fluid_layers_sequence_reverse: - -sequence_reverse ----------------- - -.. autofunction:: paddle.fluid.layers.sequence_reverse - :noindex: - -.. _api_fluid_layers_sequence_scatter: - -sequence_scatter ----------------- - -.. autofunction:: paddle.fluid.layers.sequence_scatter - :noindex: - -.. _api_fluid_layers_sequence_slice: - -sequence_slice --------------- - -.. autofunction:: paddle.fluid.layers.sequence_slice - :noindex: - -.. _api_fluid_layers_sequence_softmax: - -sequence_softmax ----------------- - -.. autofunction:: paddle.fluid.layers.sequence_softmax - :noindex: - -.. _api_fluid_layers_sequence_unpad: - -sequence_unpad --------------- - -.. autofunction:: paddle.fluid.layers.sequence_unpad - :noindex: - -.. _api_fluid_layers_shape: - -shape ------ - -.. autofunction:: paddle.fluid.layers.shape - :noindex: - -.. _api_fluid_layers_shuffle_channel: - -shuffle_channel ---------------- - -.. autofunction:: paddle.fluid.layers.shuffle_channel - :noindex: - -.. _api_fluid_layers_sigmoid_cross_entropy_with_logits: - -sigmoid_cross_entropy_with_logits ---------------------------------- - -.. autofunction:: paddle.fluid.layers.sigmoid_cross_entropy_with_logits - :noindex: - -.. _api_fluid_layers_sign: - -sign ----- - -.. autofunction:: paddle.fluid.layers.sign - :noindex: - -.. _api_fluid_layers_similarity_focus: - -similarity_focus ----------------- - -.. autofunction:: paddle.fluid.layers.similarity_focus - :noindex: - -.. _api_fluid_layers_slice: - -slice ------ - -.. autofunction:: paddle.fluid.layers.slice - :noindex: - -.. _api_fluid_layers_smooth_l1: - -smooth_l1 ---------- - -.. autofunction:: paddle.fluid.layers.smooth_l1 - :noindex: - -.. _api_fluid_layers_soft_relu: - -soft_relu ---------- - -.. autofunction:: paddle.fluid.layers.soft_relu - :noindex: - -.. _api_fluid_layers_softmax: - -softmax -------- - -.. autofunction:: paddle.fluid.layers.softmax - :noindex: - -.. _api_fluid_layers_softmax_with_cross_entropy: - -softmax_with_cross_entropy --------------------------- - -.. autofunction:: paddle.fluid.layers.softmax_with_cross_entropy - :noindex: - -.. _api_fluid_layers_space_to_depth: - -space_to_depth --------------- - -.. autofunction:: paddle.fluid.layers.space_to_depth - :noindex: - -.. _api_fluid_layers_spectral_norm: - -spectral_norm -------------- - -.. autofunction:: paddle.fluid.layers.spectral_norm - :noindex: - -.. _api_fluid_layers_split: - -split ------ - -.. autofunction:: paddle.fluid.layers.split - :noindex: - -.. _api_fluid_layers_square_error_cost: - -square_error_cost ------------------ - -.. autofunction:: paddle.fluid.layers.square_error_cost - :noindex: - -.. _api_fluid_layers_squeeze: - -squeeze -------- - -.. autofunction:: paddle.fluid.layers.squeeze - :noindex: - -.. _api_fluid_layers_stack: - -stack ------ - -.. autofunction:: paddle.fluid.layers.stack - :noindex: - -.. _api_fluid_layers_stanh: - -stanh ------ - -.. autofunction:: paddle.fluid.layers.stanh - :noindex: - -.. _api_fluid_layers_sum: - -sum ---- - -.. autofunction:: paddle.fluid.layers.sum - :noindex: - -.. _api_fluid_layers_swish: - -swish ------ - -.. autofunction:: paddle.fluid.layers.swish - :noindex: - -.. _api_fluid_layers_teacher_student_sigmoid_loss: - -teacher_student_sigmoid_loss ----------------------------- - -.. autofunction:: paddle.fluid.layers.teacher_student_sigmoid_loss - :noindex: - -.. _api_fluid_layers_temporal_shift: - -temporal_shift --------------- - -.. autofunction:: paddle.fluid.layers.temporal_shift - :noindex: - -.. _api_fluid_layers_topk: - -topk ----- - -.. autofunction:: paddle.fluid.layers.topk - :noindex: - -.. _api_fluid_layers_transpose: - -transpose ---------- - -.. autofunction:: paddle.fluid.layers.transpose - :noindex: - -.. _api_fluid_layers_tree_conv: - -tree_conv ---------- - -.. autofunction:: paddle.fluid.layers.tree_conv - :noindex: - -.. _api_fluid_layers_uniform_random_batch_size_like: - -uniform_random_batch_size_like ------------------------------- - -.. autofunction:: paddle.fluid.layers.uniform_random_batch_size_like - :noindex: - -.. _api_fluid_layers_unsqueeze: - -unsqueeze ---------- - -.. autofunction:: paddle.fluid.layers.unsqueeze - :noindex: - -.. _api_fluid_layers_unstack: - -unstack -------- - -.. autofunction:: paddle.fluid.layers.unstack - :noindex: - -.. _api_fluid_layers_warpctc: - -warpctc -------- - -.. autofunction:: paddle.fluid.layers.warpctc - :noindex: - -.. _api_fluid_layers_where: - -where ------ - -.. autofunction:: paddle.fluid.layers.where - :noindex: - diff --git a/doc/fluid/api/layers/noam_decay.rst b/doc/fluid/api/layers/noam_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..5efa11ef517c5424ed081667d3dc994540c12e4d --- /dev/null +++ b/doc/fluid/api/layers/noam_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_noam_decay: + +noam_decay +---------- + +.. autofunction:: paddle.fluid.layers.noam_decay + :noindex: + diff --git a/doc/fluid/api/layers/not_equal.rst b/doc/fluid/api/layers/not_equal.rst new file mode 100644 index 0000000000000000000000000000000000000000..a86eaa6d7690e52ed9afe2ef6065d34415a7043e --- /dev/null +++ b/doc/fluid/api/layers/not_equal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_not_equal: + +not_equal +--------- + +.. autofunction:: paddle.fluid.layers.not_equal + :noindex: + diff --git a/doc/fluid/api/layers/npair_loss.rst b/doc/fluid/api/layers/npair_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..cfbd4c7cb38fe51d4f80f41b20ecf8dc7103f3bc --- /dev/null +++ b/doc/fluid/api/layers/npair_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_npair_loss: + +npair_loss +---------- + +.. autofunction:: paddle.fluid.layers.npair_loss + :noindex: + diff --git a/doc/fluid/api/layers/one_hot.rst b/doc/fluid/api/layers/one_hot.rst new file mode 100644 index 0000000000000000000000000000000000000000..385b1601deb77a4e81155268cd08ab49accb9b06 --- /dev/null +++ b/doc/fluid/api/layers/one_hot.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_one_hot: + +one_hot +------- + +.. autofunction:: paddle.fluid.layers.one_hot + :noindex: + diff --git a/doc/fluid/api/layers/ones.rst b/doc/fluid/api/layers/ones.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ebeda0ab7486d563299bd2b1348237b15b6dcb5 --- /dev/null +++ b/doc/fluid/api/layers/ones.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_ones: + +ones +---- + +.. autofunction:: paddle.fluid.layers.ones + :noindex: + diff --git a/doc/fluid/api/layers/open_files.rst b/doc/fluid/api/layers/open_files.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc64e9eacc04fe5611daaceadd1816f32a63de14 --- /dev/null +++ b/doc/fluid/api/layers/open_files.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_open_files: + +open_files +---------- + +.. autofunction:: paddle.fluid.layers.open_files + :noindex: + diff --git a/doc/fluid/api/layers/ops.rst b/doc/fluid/api/layers/ops.rst deleted file mode 100644 index 92fc718e98bf72408e21ab1204d27580f6c4d47e..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/ops.rst +++ /dev/null @@ -1,207 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -=== -ops -=== - -.. _api_fluid_layers_abs: - -abs ---- - -.. autofunction:: paddle.fluid.layers.abs - :noindex: - -.. _api_fluid_layers_acos: - -acos ----- - -.. autofunction:: paddle.fluid.layers.acos - :noindex: - -.. _api_fluid_layers_asin: - -asin ----- - -.. autofunction:: paddle.fluid.layers.asin - :noindex: - -.. _api_fluid_layers_atan: - -atan ----- - -.. autofunction:: paddle.fluid.layers.atan - :noindex: - -.. _api_fluid_layers_ceil: - -ceil ----- - -.. autofunction:: paddle.fluid.layers.ceil - :noindex: - -.. _api_fluid_layers_cos: - -cos ---- - -.. autofunction:: paddle.fluid.layers.cos - :noindex: - -.. _api_fluid_layers_cumsum: - -cumsum ------- - -.. autofunction:: paddle.fluid.layers.cumsum - :noindex: - -.. _api_fluid_layers_exp: - -exp ---- - -.. autofunction:: paddle.fluid.layers.exp - :noindex: - -.. _api_fluid_layers_floor: - -floor ------ - -.. autofunction:: paddle.fluid.layers.floor - :noindex: - -.. _api_fluid_layers_hard_shrink: - -hard_shrink ------------ - -.. autofunction:: paddle.fluid.layers.hard_shrink - :noindex: - -.. _api_fluid_layers_logsigmoid: - -logsigmoid ----------- - -.. autofunction:: paddle.fluid.layers.logsigmoid - :noindex: - -.. _api_fluid_layers_reciprocal: - -reciprocal ----------- - -.. autofunction:: paddle.fluid.layers.reciprocal - :noindex: - -.. _api_fluid_layers_round: - -round ------ - -.. autofunction:: paddle.fluid.layers.round - :noindex: - -.. _api_fluid_layers_rsqrt: - -rsqrt ------ - -.. autofunction:: paddle.fluid.layers.rsqrt - :noindex: - -.. _api_fluid_layers_sigmoid: - -sigmoid -------- - -.. autofunction:: paddle.fluid.layers.sigmoid - :noindex: - -.. _api_fluid_layers_sin: - -sin ---- - -.. autofunction:: paddle.fluid.layers.sin - :noindex: - -.. _api_fluid_layers_softplus: - -softplus --------- - -.. autofunction:: paddle.fluid.layers.softplus - :noindex: - -.. _api_fluid_layers_softshrink: - -softshrink ----------- - -.. autofunction:: paddle.fluid.layers.softshrink - :noindex: - -.. _api_fluid_layers_softsign: - -softsign --------- - -.. autofunction:: paddle.fluid.layers.softsign - :noindex: - -.. _api_fluid_layers_sqrt: - -sqrt ----- - -.. autofunction:: paddle.fluid.layers.sqrt - :noindex: - -.. _api_fluid_layers_square: - -square ------- - -.. autofunction:: paddle.fluid.layers.square - :noindex: - -.. _api_fluid_layers_tanh: - -tanh ----- - -.. autofunction:: paddle.fluid.layers.tanh - :noindex: - -.. _api_fluid_layers_tanh_shrink: - -tanh_shrink ------------ - -.. autofunction:: paddle.fluid.layers.tanh_shrink - :noindex: - -.. _api_fluid_layers_thresholded_relu: - -thresholded_relu ----------------- - -.. autofunction:: paddle.fluid.layers.thresholded_relu - :noindex: - -.. _api_fluid_layers_uniform_random: - -uniform_random --------------- - -.. autofunction:: paddle.fluid.layers.uniform_random - :noindex: - diff --git a/doc/fluid/api/layers/pad.rst b/doc/fluid/api/layers/pad.rst new file mode 100644 index 0000000000000000000000000000000000000000..08ce9e9471cdcc483e59cb6c93d30b8902be49b4 --- /dev/null +++ b/doc/fluid/api/layers/pad.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pad: + +pad +--- + +.. autofunction:: paddle.fluid.layers.pad + :noindex: + diff --git a/doc/fluid/api/layers/pad2d.rst b/doc/fluid/api/layers/pad2d.rst new file mode 100644 index 0000000000000000000000000000000000000000..70a1c497d18d64b5436e22888ae92988a278523c --- /dev/null +++ b/doc/fluid/api/layers/pad2d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pad2d: + +pad2d +----- + +.. autofunction:: paddle.fluid.layers.pad2d + :noindex: + diff --git a/doc/fluid/api/layers/pad_constant_like.rst b/doc/fluid/api/layers/pad_constant_like.rst new file mode 100644 index 0000000000000000000000000000000000000000..3d6514af685d68787d62e121485abdf9be2edecb --- /dev/null +++ b/doc/fluid/api/layers/pad_constant_like.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pad_constant_like: + +pad_constant_like +----------------- + +.. autofunction:: paddle.fluid.layers.pad_constant_like + :noindex: + diff --git a/doc/fluid/api/layers/piecewise_decay.rst b/doc/fluid/api/layers/piecewise_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..abb497da4ed031a1da6adba0efab589704f6bf35 --- /dev/null +++ b/doc/fluid/api/layers/piecewise_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_piecewise_decay: + +piecewise_decay +--------------- + +.. autofunction:: paddle.fluid.layers.piecewise_decay + :noindex: + diff --git a/doc/fluid/api/layers/pixel_shuffle.rst b/doc/fluid/api/layers/pixel_shuffle.rst new file mode 100644 index 0000000000000000000000000000000000000000..59d3efc126cff00d4fab9da3178d4543525c992c --- /dev/null +++ b/doc/fluid/api/layers/pixel_shuffle.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pixel_shuffle: + +pixel_shuffle +------------- + +.. autofunction:: paddle.fluid.layers.pixel_shuffle + :noindex: + diff --git a/doc/fluid/api/layers/polygon_box_transform.rst b/doc/fluid/api/layers/polygon_box_transform.rst new file mode 100644 index 0000000000000000000000000000000000000000..1af9d0a571ac9338bd1539f75c879d22610c6f53 --- /dev/null +++ b/doc/fluid/api/layers/polygon_box_transform.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_polygon_box_transform: + +polygon_box_transform +--------------------- + +.. autofunction:: paddle.fluid.layers.polygon_box_transform + :noindex: + diff --git a/doc/fluid/api/layers/polynomial_decay.rst b/doc/fluid/api/layers/polynomial_decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..764be8d77cb2e5f3c077bfeeed2cf4491e0506f3 --- /dev/null +++ b/doc/fluid/api/layers/polynomial_decay.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_polynomial_decay: + +polynomial_decay +---------------- + +.. autofunction:: paddle.fluid.layers.polynomial_decay + :noindex: + diff --git a/doc/fluid/api/layers/pool2d.rst b/doc/fluid/api/layers/pool2d.rst new file mode 100644 index 0000000000000000000000000000000000000000..a7f2e779cc30d56286e1f4f730a4b7d745b8cd2b --- /dev/null +++ b/doc/fluid/api/layers/pool2d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pool2d: + +pool2d +------ + +.. autofunction:: paddle.fluid.layers.pool2d + :noindex: + diff --git a/doc/fluid/api/layers/pool3d.rst b/doc/fluid/api/layers/pool3d.rst new file mode 100644 index 0000000000000000000000000000000000000000..8cddc67f44bed96f376cfee2729fa7ac67419ed0 --- /dev/null +++ b/doc/fluid/api/layers/pool3d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pool3d: + +pool3d +------ + +.. autofunction:: paddle.fluid.layers.pool3d + :noindex: + diff --git a/doc/fluid/api/layers/pow.rst b/doc/fluid/api/layers/pow.rst new file mode 100644 index 0000000000000000000000000000000000000000..88f0c71af1457e1b7eb07d00e5d39368ff15f4ad --- /dev/null +++ b/doc/fluid/api/layers/pow.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_pow: + +pow +--- + +.. autofunction:: paddle.fluid.layers.pow + :noindex: + diff --git a/doc/fluid/api/layers/prelu.rst b/doc/fluid/api/layers/prelu.rst new file mode 100644 index 0000000000000000000000000000000000000000..fefbafed9d627967a3285598bdd12c53c0a70a0a --- /dev/null +++ b/doc/fluid/api/layers/prelu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_prelu: + +prelu +----- + +.. autofunction:: paddle.fluid.layers.prelu + :noindex: + diff --git a/doc/fluid/api/layers/prior_box.rst b/doc/fluid/api/layers/prior_box.rst new file mode 100644 index 0000000000000000000000000000000000000000..93173232932213aedc90c55de24b5a23072517b0 --- /dev/null +++ b/doc/fluid/api/layers/prior_box.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_prior_box: + +prior_box +--------- + +.. autofunction:: paddle.fluid.layers.prior_box + :noindex: + diff --git a/doc/fluid/api/layers/psroi_pool.rst b/doc/fluid/api/layers/psroi_pool.rst new file mode 100644 index 0000000000000000000000000000000000000000..a931a9289df10caaa8942d526b27e85fc67435dc --- /dev/null +++ b/doc/fluid/api/layers/psroi_pool.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_psroi_pool: + +psroi_pool +---------- + +.. autofunction:: paddle.fluid.layers.psroi_pool + :noindex: + diff --git a/doc/fluid/api/layers/py_func.rst b/doc/fluid/api/layers/py_func.rst new file mode 100644 index 0000000000000000000000000000000000000000..42d9f8f53c868927995b3399bf45469e3af19649 --- /dev/null +++ b/doc/fluid/api/layers/py_func.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_py_func: + +py_func +------- + +.. autofunction:: paddle.fluid.layers.py_func + :noindex: + diff --git a/doc/fluid/api/layers/py_reader.rst b/doc/fluid/api/layers/py_reader.rst new file mode 100644 index 0000000000000000000000000000000000000000..ecde221bcc68d48cf3aa815102336dab9b45cc71 --- /dev/null +++ b/doc/fluid/api/layers/py_reader.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_py_reader: + +py_reader +--------- + +.. autofunction:: paddle.fluid.layers.py_reader + :noindex: + diff --git a/doc/fluid/api/layers/random_crop.rst b/doc/fluid/api/layers/random_crop.rst new file mode 100644 index 0000000000000000000000000000000000000000..8754cd0dd1e67e5af2d1a036897850b99c719572 --- /dev/null +++ b/doc/fluid/api/layers/random_crop.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_random_crop: + +random_crop +----------- + +.. autofunction:: paddle.fluid.layers.random_crop + :noindex: + diff --git a/doc/fluid/api/layers/random_data_generator.rst b/doc/fluid/api/layers/random_data_generator.rst new file mode 100644 index 0000000000000000000000000000000000000000..d2ca994fda0e153b0719f2fd0283facfdabf35ce --- /dev/null +++ b/doc/fluid/api/layers/random_data_generator.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_random_data_generator: + +random_data_generator +--------------------- + +.. autofunction:: paddle.fluid.layers.random_data_generator + :noindex: + diff --git a/doc/fluid/api/layers/range.rst b/doc/fluid/api/layers/range.rst new file mode 100644 index 0000000000000000000000000000000000000000..9c1a12377f06465e323915ed6859d037804e019a --- /dev/null +++ b/doc/fluid/api/layers/range.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_range: + +range +----- + +.. autofunction:: paddle.fluid.layers.range + :noindex: + diff --git a/doc/fluid/api/layers/rank.rst b/doc/fluid/api/layers/rank.rst new file mode 100644 index 0000000000000000000000000000000000000000..28b238450d14f53eeb40c329a909bf6cabc5e8b6 --- /dev/null +++ b/doc/fluid/api/layers/rank.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_rank: + +rank +---- + +.. autofunction:: paddle.fluid.layers.rank + :noindex: + diff --git a/doc/fluid/api/layers/rank_loss.rst b/doc/fluid/api/layers/rank_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..bf2bdbf7f81edc62d6332efd1675c06d47a3bf12 --- /dev/null +++ b/doc/fluid/api/layers/rank_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_rank_loss: + +rank_loss +--------- + +.. autofunction:: paddle.fluid.layers.rank_loss + :noindex: + diff --git a/doc/fluid/api/layers/read_file.rst b/doc/fluid/api/layers/read_file.rst new file mode 100644 index 0000000000000000000000000000000000000000..1816317520d7b602ce09aea23739b5c37618af5e --- /dev/null +++ b/doc/fluid/api/layers/read_file.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_read_file: + +read_file +--------- + +.. autofunction:: paddle.fluid.layers.read_file + :noindex: + diff --git a/doc/fluid/api/layers/reciprocal.rst b/doc/fluid/api/layers/reciprocal.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f850fa76b97b364292ffc3eaceac56ffbf9415f --- /dev/null +++ b/doc/fluid/api/layers/reciprocal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reciprocal: + +reciprocal +---------- + +.. autofunction:: paddle.fluid.layers.reciprocal + :noindex: + diff --git a/doc/fluid/api/layers/reduce_all.rst b/doc/fluid/api/layers/reduce_all.rst new file mode 100644 index 0000000000000000000000000000000000000000..7e00f242561d14b9b0321e43d1c2f49dc816dbb1 --- /dev/null +++ b/doc/fluid/api/layers/reduce_all.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_all: + +reduce_all +---------- + +.. autofunction:: paddle.fluid.layers.reduce_all + :noindex: + diff --git a/doc/fluid/api/layers/reduce_any.rst b/doc/fluid/api/layers/reduce_any.rst new file mode 100644 index 0000000000000000000000000000000000000000..ea4a81a3c121711b4baa83bacbc709702dab3f20 --- /dev/null +++ b/doc/fluid/api/layers/reduce_any.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_any: + +reduce_any +---------- + +.. autofunction:: paddle.fluid.layers.reduce_any + :noindex: + diff --git a/doc/fluid/api/layers/reduce_max.rst b/doc/fluid/api/layers/reduce_max.rst new file mode 100644 index 0000000000000000000000000000000000000000..81857fecf40a54bc88a7d52e47080f24d73b0e9d --- /dev/null +++ b/doc/fluid/api/layers/reduce_max.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_max: + +reduce_max +---------- + +.. autofunction:: paddle.fluid.layers.reduce_max + :noindex: + diff --git a/doc/fluid/api/layers/reduce_mean.rst b/doc/fluid/api/layers/reduce_mean.rst new file mode 100644 index 0000000000000000000000000000000000000000..72e900e2295818ffa17cc4f0cad4d6077d407a2d --- /dev/null +++ b/doc/fluid/api/layers/reduce_mean.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_mean: + +reduce_mean +----------- + +.. autofunction:: paddle.fluid.layers.reduce_mean + :noindex: + diff --git a/doc/fluid/api/layers/reduce_min.rst b/doc/fluid/api/layers/reduce_min.rst new file mode 100644 index 0000000000000000000000000000000000000000..76d0fbfaa59d96ab7d9de3f315f8aa9017f8bc2b --- /dev/null +++ b/doc/fluid/api/layers/reduce_min.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_min: + +reduce_min +---------- + +.. autofunction:: paddle.fluid.layers.reduce_min + :noindex: + diff --git a/doc/fluid/api/layers/reduce_prod.rst b/doc/fluid/api/layers/reduce_prod.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ea02eb5e7363ee8870120f29c527e8784d3da39 --- /dev/null +++ b/doc/fluid/api/layers/reduce_prod.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_prod: + +reduce_prod +----------- + +.. autofunction:: paddle.fluid.layers.reduce_prod + :noindex: + diff --git a/doc/fluid/api/layers/reduce_sum.rst b/doc/fluid/api/layers/reduce_sum.rst new file mode 100644 index 0000000000000000000000000000000000000000..6b2bbaf91ecd9707470122723e5237b8027cad28 --- /dev/null +++ b/doc/fluid/api/layers/reduce_sum.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reduce_sum: + +reduce_sum +---------- + +.. autofunction:: paddle.fluid.layers.reduce_sum + :noindex: + diff --git a/doc/fluid/api/layers/relu.rst b/doc/fluid/api/layers/relu.rst new file mode 100644 index 0000000000000000000000000000000000000000..c29bb848463997601e39af3ab2442f9588cbb49e --- /dev/null +++ b/doc/fluid/api/layers/relu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_relu: + +relu +---- + +.. autofunction:: paddle.fluid.layers.relu + :noindex: + diff --git a/doc/fluid/api/layers/relu6.rst b/doc/fluid/api/layers/relu6.rst new file mode 100644 index 0000000000000000000000000000000000000000..aef2decef7fe32210ba8ad1940e161e051391901 --- /dev/null +++ b/doc/fluid/api/layers/relu6.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_relu6: + +relu6 +----- + +.. autofunction:: paddle.fluid.layers.relu6 + :noindex: + diff --git a/doc/fluid/api/layers/reorder_lod_tensor_by_rank.rst b/doc/fluid/api/layers/reorder_lod_tensor_by_rank.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff89101bfe7c2cd2acfb996efb40db95230fbb89 --- /dev/null +++ b/doc/fluid/api/layers/reorder_lod_tensor_by_rank.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reorder_lod_tensor_by_rank: + +reorder_lod_tensor_by_rank +-------------------------- + +.. autofunction:: paddle.fluid.layers.reorder_lod_tensor_by_rank + :noindex: + diff --git a/doc/fluid/api/layers/reshape.rst b/doc/fluid/api/layers/reshape.rst new file mode 100644 index 0000000000000000000000000000000000000000..a8ab195423ac44c16b20840509d82287088467bc --- /dev/null +++ b/doc/fluid/api/layers/reshape.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reshape: + +reshape +------- + +.. autofunction:: paddle.fluid.layers.reshape + :noindex: + diff --git a/doc/fluid/api/layers/resize_bilinear.rst b/doc/fluid/api/layers/resize_bilinear.rst new file mode 100644 index 0000000000000000000000000000000000000000..7db11130436e4a84994281ba258d909a3402f190 --- /dev/null +++ b/doc/fluid/api/layers/resize_bilinear.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_resize_bilinear: + +resize_bilinear +--------------- + +.. autofunction:: paddle.fluid.layers.resize_bilinear + :noindex: + diff --git a/doc/fluid/api/layers/resize_nearest.rst b/doc/fluid/api/layers/resize_nearest.rst new file mode 100644 index 0000000000000000000000000000000000000000..a185b2a822062223c35e92bf84d4e22b98007598 --- /dev/null +++ b/doc/fluid/api/layers/resize_nearest.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_resize_nearest: + +resize_nearest +-------------- + +.. autofunction:: paddle.fluid.layers.resize_nearest + :noindex: + diff --git a/doc/fluid/api/layers/retinanet_detection_output.rst b/doc/fluid/api/layers/retinanet_detection_output.rst new file mode 100644 index 0000000000000000000000000000000000000000..dea37d8896a7135edb0786c0a6c56b221b59efbd --- /dev/null +++ b/doc/fluid/api/layers/retinanet_detection_output.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_retinanet_detection_output: + +retinanet_detection_output +-------------------------- + +.. autofunction:: paddle.fluid.layers.retinanet_detection_output + :noindex: + diff --git a/doc/fluid/api/layers/retinanet_target_assign.rst b/doc/fluid/api/layers/retinanet_target_assign.rst new file mode 100644 index 0000000000000000000000000000000000000000..57448f8da62f5292550707536616e4b65b3c74ad --- /dev/null +++ b/doc/fluid/api/layers/retinanet_target_assign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_retinanet_target_assign: + +retinanet_target_assign +----------------------- + +.. autofunction:: paddle.fluid.layers.retinanet_target_assign + :noindex: + diff --git a/doc/fluid/api/layers/reverse.rst b/doc/fluid/api/layers/reverse.rst new file mode 100644 index 0000000000000000000000000000000000000000..95c275fe7b70424739c02ceb57324c1cd7ebe0b8 --- /dev/null +++ b/doc/fluid/api/layers/reverse.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_reverse: + +reverse +------- + +.. autofunction:: paddle.fluid.layers.reverse + :noindex: + diff --git a/doc/fluid/api/layers/roi_align.rst b/doc/fluid/api/layers/roi_align.rst new file mode 100644 index 0000000000000000000000000000000000000000..11d6a2127547d44423ec7a192f6e96f0b04e26fb --- /dev/null +++ b/doc/fluid/api/layers/roi_align.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_roi_align: + +roi_align +--------- + +.. autofunction:: paddle.fluid.layers.roi_align + :noindex: + diff --git a/doc/fluid/api/layers/roi_perspective_transform.rst b/doc/fluid/api/layers/roi_perspective_transform.rst new file mode 100644 index 0000000000000000000000000000000000000000..c8019a3711d3e0858c6fe0049d785c5969cbd300 --- /dev/null +++ b/doc/fluid/api/layers/roi_perspective_transform.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_roi_perspective_transform: + +roi_perspective_transform +------------------------- + +.. autofunction:: paddle.fluid.layers.roi_perspective_transform + :noindex: + diff --git a/doc/fluid/api/layers/roi_pool.rst b/doc/fluid/api/layers/roi_pool.rst new file mode 100644 index 0000000000000000000000000000000000000000..c95fe6f2750e6d93b106ac2e0713bdfc28b67948 --- /dev/null +++ b/doc/fluid/api/layers/roi_pool.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_roi_pool: + +roi_pool +-------- + +.. autofunction:: paddle.fluid.layers.roi_pool + :noindex: + diff --git a/doc/fluid/api/layers/round.rst b/doc/fluid/api/layers/round.rst new file mode 100644 index 0000000000000000000000000000000000000000..d36a0df6feea1094ea669f5397192bea1920d3e9 --- /dev/null +++ b/doc/fluid/api/layers/round.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_round: + +round +----- + +.. autofunction:: paddle.fluid.layers.round + :noindex: + diff --git a/doc/fluid/api/layers/row_conv.rst b/doc/fluid/api/layers/row_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..bc10fae1487f9804ca423e10ef4c0740907702b0 --- /dev/null +++ b/doc/fluid/api/layers/row_conv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_row_conv: + +row_conv +-------- + +.. autofunction:: paddle.fluid.layers.row_conv + :noindex: + diff --git a/doc/fluid/api/layers/rpn_target_assign.rst b/doc/fluid/api/layers/rpn_target_assign.rst new file mode 100644 index 0000000000000000000000000000000000000000..59e9d558ec15adc86cc666642991d263027e8a94 --- /dev/null +++ b/doc/fluid/api/layers/rpn_target_assign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_rpn_target_assign: + +rpn_target_assign +----------------- + +.. autofunction:: paddle.fluid.layers.rpn_target_assign + :noindex: + diff --git a/doc/fluid/api/layers/rsqrt.rst b/doc/fluid/api/layers/rsqrt.rst new file mode 100644 index 0000000000000000000000000000000000000000..7a42b96b30d17ad8fc644bae1e1d2a4e91488d6e --- /dev/null +++ b/doc/fluid/api/layers/rsqrt.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_rsqrt: + +rsqrt +----- + +.. autofunction:: paddle.fluid.layers.rsqrt + :noindex: + diff --git a/doc/fluid/api/layers/sampled_softmax_with_cross_entropy.rst b/doc/fluid/api/layers/sampled_softmax_with_cross_entropy.rst new file mode 100644 index 0000000000000000000000000000000000000000..c9cca56f38f05940ad12e46e98fa71e1b6570bb8 --- /dev/null +++ b/doc/fluid/api/layers/sampled_softmax_with_cross_entropy.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sampled_softmax_with_cross_entropy: + +sampled_softmax_with_cross_entropy +---------------------------------- + +.. autofunction:: paddle.fluid.layers.sampled_softmax_with_cross_entropy + :noindex: + diff --git a/doc/fluid/api/layers/sampling_id.rst b/doc/fluid/api/layers/sampling_id.rst new file mode 100644 index 0000000000000000000000000000000000000000..e18381210f898aea2f328fcea9edab10a5aa6081 --- /dev/null +++ b/doc/fluid/api/layers/sampling_id.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sampling_id: + +sampling_id +----------- + +.. autofunction:: paddle.fluid.layers.sampling_id + :noindex: + diff --git a/doc/fluid/api/layers/scale.rst b/doc/fluid/api/layers/scale.rst new file mode 100644 index 0000000000000000000000000000000000000000..954f678ba27a3b14f93770a3a1f56638fe052ac6 --- /dev/null +++ b/doc/fluid/api/layers/scale.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_scale: + +scale +----- + +.. autofunction:: paddle.fluid.layers.scale + :noindex: + diff --git a/doc/fluid/api/layers/scatter.rst b/doc/fluid/api/layers/scatter.rst new file mode 100644 index 0000000000000000000000000000000000000000..35d284f3ca67def85e770874fb9cc71399110fa2 --- /dev/null +++ b/doc/fluid/api/layers/scatter.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_scatter: + +scatter +------- + +.. autofunction:: paddle.fluid.layers.scatter + :noindex: + diff --git a/doc/fluid/api/layers/selu.rst b/doc/fluid/api/layers/selu.rst new file mode 100644 index 0000000000000000000000000000000000000000..bef1b304a2b151e7796c04bce3e1bfd6c5a33db3 --- /dev/null +++ b/doc/fluid/api/layers/selu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_selu: + +selu +---- + +.. autofunction:: paddle.fluid.layers.selu + :noindex: + diff --git a/doc/fluid/api/layers/sequence_concat.rst b/doc/fluid/api/layers/sequence_concat.rst new file mode 100644 index 0000000000000000000000000000000000000000..c8d17ec222ebc6518ae933b2025b79afcb3858d2 --- /dev/null +++ b/doc/fluid/api/layers/sequence_concat.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_concat: + +sequence_concat +--------------- + +.. autofunction:: paddle.fluid.layers.sequence_concat + :noindex: + diff --git a/doc/fluid/api/layers/sequence_conv.rst b/doc/fluid/api/layers/sequence_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..97730532fd6c8dcbf9f04af86c67d8472b1042f6 --- /dev/null +++ b/doc/fluid/api/layers/sequence_conv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_conv: + +sequence_conv +------------- + +.. autofunction:: paddle.fluid.layers.sequence_conv + :noindex: + diff --git a/doc/fluid/api/layers/sequence_enumerate.rst b/doc/fluid/api/layers/sequence_enumerate.rst new file mode 100644 index 0000000000000000000000000000000000000000..e7c82e7bb0263a6e769b0c8dc0965729643039e4 --- /dev/null +++ b/doc/fluid/api/layers/sequence_enumerate.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_enumerate: + +sequence_enumerate +------------------ + +.. autofunction:: paddle.fluid.layers.sequence_enumerate + :noindex: + diff --git a/doc/fluid/api/layers/sequence_expand.rst b/doc/fluid/api/layers/sequence_expand.rst new file mode 100644 index 0000000000000000000000000000000000000000..5fe74fdc0230582fc770387536aff27838945d9f --- /dev/null +++ b/doc/fluid/api/layers/sequence_expand.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_expand: + +sequence_expand +--------------- + +.. autofunction:: paddle.fluid.layers.sequence_expand + :noindex: + diff --git a/doc/fluid/api/layers/sequence_expand_as.rst b/doc/fluid/api/layers/sequence_expand_as.rst new file mode 100644 index 0000000000000000000000000000000000000000..597b2215b67e347fb9effa7a5cb2f657afaf521e --- /dev/null +++ b/doc/fluid/api/layers/sequence_expand_as.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_expand_as: + +sequence_expand_as +------------------ + +.. autofunction:: paddle.fluid.layers.sequence_expand_as + :noindex: + diff --git a/doc/fluid/api/layers/sequence_first_step.rst b/doc/fluid/api/layers/sequence_first_step.rst new file mode 100644 index 0000000000000000000000000000000000000000..e19026b8b9d30cfd7015798dc0296825e07c20f3 --- /dev/null +++ b/doc/fluid/api/layers/sequence_first_step.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_first_step: + +sequence_first_step +------------------- + +.. autofunction:: paddle.fluid.layers.sequence_first_step + :noindex: + diff --git a/doc/fluid/api/layers/sequence_last_step.rst b/doc/fluid/api/layers/sequence_last_step.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f10074d2c44e20bd72df556615fd19443491116 --- /dev/null +++ b/doc/fluid/api/layers/sequence_last_step.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_last_step: + +sequence_last_step +------------------ + +.. autofunction:: paddle.fluid.layers.sequence_last_step + :noindex: + diff --git a/doc/fluid/api/layers/sequence_mask.rst b/doc/fluid/api/layers/sequence_mask.rst new file mode 100644 index 0000000000000000000000000000000000000000..2ff6282a0bd5fe90f2dc725ff637556530d2a80d --- /dev/null +++ b/doc/fluid/api/layers/sequence_mask.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_mask: + +sequence_mask +------------- + +.. autofunction:: paddle.fluid.layers.sequence_mask + :noindex: + diff --git a/doc/fluid/api/layers/sequence_pad.rst b/doc/fluid/api/layers/sequence_pad.rst new file mode 100644 index 0000000000000000000000000000000000000000..36774623f1690eb36c1266769ccdda36b7afd1c9 --- /dev/null +++ b/doc/fluid/api/layers/sequence_pad.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_pad: + +sequence_pad +------------ + +.. autofunction:: paddle.fluid.layers.sequence_pad + :noindex: + diff --git a/doc/fluid/api/layers/sequence_pool.rst b/doc/fluid/api/layers/sequence_pool.rst new file mode 100644 index 0000000000000000000000000000000000000000..00576d5da08f4a7264f73c5975d78598596bc754 --- /dev/null +++ b/doc/fluid/api/layers/sequence_pool.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_pool: + +sequence_pool +------------- + +.. autofunction:: paddle.fluid.layers.sequence_pool + :noindex: + diff --git a/doc/fluid/api/layers/sequence_reshape.rst b/doc/fluid/api/layers/sequence_reshape.rst new file mode 100644 index 0000000000000000000000000000000000000000..a5ae6aaad4d4fea95f3a48c2c2ed632f213d2e7a --- /dev/null +++ b/doc/fluid/api/layers/sequence_reshape.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_reshape: + +sequence_reshape +---------------- + +.. autofunction:: paddle.fluid.layers.sequence_reshape + :noindex: + diff --git a/doc/fluid/api/layers/sequence_reverse.rst b/doc/fluid/api/layers/sequence_reverse.rst new file mode 100644 index 0000000000000000000000000000000000000000..ae65e408487983802e80ecf745720633304287f2 --- /dev/null +++ b/doc/fluid/api/layers/sequence_reverse.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_reverse: + +sequence_reverse +---------------- + +.. autofunction:: paddle.fluid.layers.sequence_reverse + :noindex: + diff --git a/doc/fluid/api/layers/sequence_scatter.rst b/doc/fluid/api/layers/sequence_scatter.rst new file mode 100644 index 0000000000000000000000000000000000000000..01c12f114be671570b7a07888249f58868895f80 --- /dev/null +++ b/doc/fluid/api/layers/sequence_scatter.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_scatter: + +sequence_scatter +---------------- + +.. autofunction:: paddle.fluid.layers.sequence_scatter + :noindex: + diff --git a/doc/fluid/api/layers/sequence_slice.rst b/doc/fluid/api/layers/sequence_slice.rst new file mode 100644 index 0000000000000000000000000000000000000000..eeb422a6ac3c807dba3fcf2c289d26da6aab012d --- /dev/null +++ b/doc/fluid/api/layers/sequence_slice.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_slice: + +sequence_slice +-------------- + +.. autofunction:: paddle.fluid.layers.sequence_slice + :noindex: + diff --git a/doc/fluid/api/layers/sequence_softmax.rst b/doc/fluid/api/layers/sequence_softmax.rst new file mode 100644 index 0000000000000000000000000000000000000000..1bf2c7efcd3e856415b5f1e131e8686eabfdbe74 --- /dev/null +++ b/doc/fluid/api/layers/sequence_softmax.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_softmax: + +sequence_softmax +---------------- + +.. autofunction:: paddle.fluid.layers.sequence_softmax + :noindex: + diff --git a/doc/fluid/api/layers/sequence_unpad.rst b/doc/fluid/api/layers/sequence_unpad.rst new file mode 100644 index 0000000000000000000000000000000000000000..6594611069aa8deaf58f01bf1adc37a7c212eaa1 --- /dev/null +++ b/doc/fluid/api/layers/sequence_unpad.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sequence_unpad: + +sequence_unpad +-------------- + +.. autofunction:: paddle.fluid.layers.sequence_unpad + :noindex: + diff --git a/doc/fluid/api/layers/shape.rst b/doc/fluid/api/layers/shape.rst new file mode 100644 index 0000000000000000000000000000000000000000..15d34141c9f8219fa33e4d60eec5a4d101912361 --- /dev/null +++ b/doc/fluid/api/layers/shape.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_shape: + +shape +----- + +.. autofunction:: paddle.fluid.layers.shape + :noindex: + diff --git a/doc/fluid/api/layers/shuffle.rst b/doc/fluid/api/layers/shuffle.rst new file mode 100644 index 0000000000000000000000000000000000000000..11bbb2d3f679bd19eaa4be103181d28e9a69de89 --- /dev/null +++ b/doc/fluid/api/layers/shuffle.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_shuffle: + +shuffle +------- + +.. autofunction:: paddle.fluid.layers.shuffle + :noindex: + diff --git a/doc/fluid/api/layers/shuffle_channel.rst b/doc/fluid/api/layers/shuffle_channel.rst new file mode 100644 index 0000000000000000000000000000000000000000..4179a37a416cfec3f496061d04e879d99d694720 --- /dev/null +++ b/doc/fluid/api/layers/shuffle_channel.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_shuffle_channel: + +shuffle_channel +--------------- + +.. autofunction:: paddle.fluid.layers.shuffle_channel + :noindex: + diff --git a/doc/fluid/api/layers/sigmoid.rst b/doc/fluid/api/layers/sigmoid.rst new file mode 100644 index 0000000000000000000000000000000000000000..ee11e5414c621a82cdb1d916c06858246f976c0e --- /dev/null +++ b/doc/fluid/api/layers/sigmoid.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sigmoid: + +sigmoid +------- + +.. autofunction:: paddle.fluid.layers.sigmoid + :noindex: + diff --git a/doc/fluid/api/layers/sigmoid_cross_entropy_with_logits.rst b/doc/fluid/api/layers/sigmoid_cross_entropy_with_logits.rst new file mode 100644 index 0000000000000000000000000000000000000000..d0a56e5102b4113f9e3dd418539b2184d450b88a --- /dev/null +++ b/doc/fluid/api/layers/sigmoid_cross_entropy_with_logits.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sigmoid_cross_entropy_with_logits: + +sigmoid_cross_entropy_with_logits +--------------------------------- + +.. autofunction:: paddle.fluid.layers.sigmoid_cross_entropy_with_logits + :noindex: + diff --git a/doc/fluid/api/layers/sigmoid_focal_loss.rst b/doc/fluid/api/layers/sigmoid_focal_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..ddb009b364c524b0b003f0ee6d94161dc3f3fd7d --- /dev/null +++ b/doc/fluid/api/layers/sigmoid_focal_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sigmoid_focal_loss: + +sigmoid_focal_loss +------------------ + +.. autofunction:: paddle.fluid.layers.sigmoid_focal_loss + :noindex: + diff --git a/doc/fluid/api/layers/sign.rst b/doc/fluid/api/layers/sign.rst new file mode 100644 index 0000000000000000000000000000000000000000..6ff0428086f0a31d7df5bd2fde6274fa8ff7fce6 --- /dev/null +++ b/doc/fluid/api/layers/sign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sign: + +sign +---- + +.. autofunction:: paddle.fluid.layers.sign + :noindex: + diff --git a/doc/fluid/api/layers/similarity_focus.rst b/doc/fluid/api/layers/similarity_focus.rst new file mode 100644 index 0000000000000000000000000000000000000000..2fe61cd6f140a327bf3a734254851fb5fc295319 --- /dev/null +++ b/doc/fluid/api/layers/similarity_focus.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_similarity_focus: + +similarity_focus +---------------- + +.. autofunction:: paddle.fluid.layers.similarity_focus + :noindex: + diff --git a/doc/fluid/api/layers/sin.rst b/doc/fluid/api/layers/sin.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff151021b7d8c716884bb821991258dc091c75bc --- /dev/null +++ b/doc/fluid/api/layers/sin.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sin: + +sin +--- + +.. autofunction:: paddle.fluid.layers.sin + :noindex: + diff --git a/doc/fluid/api/layers/slice.rst b/doc/fluid/api/layers/slice.rst new file mode 100644 index 0000000000000000000000000000000000000000..c25ab166777bb217c130be0d2faf509bc2a42016 --- /dev/null +++ b/doc/fluid/api/layers/slice.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_slice: + +slice +----- + +.. autofunction:: paddle.fluid.layers.slice + :noindex: + diff --git a/doc/fluid/api/layers/smooth_l1.rst b/doc/fluid/api/layers/smooth_l1.rst new file mode 100644 index 0000000000000000000000000000000000000000..767ce08436e6374cdba7e28c1570ac917e8454d0 --- /dev/null +++ b/doc/fluid/api/layers/smooth_l1.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_smooth_l1: + +smooth_l1 +--------- + +.. autofunction:: paddle.fluid.layers.smooth_l1 + :noindex: + diff --git a/doc/fluid/api/layers/soft_relu.rst b/doc/fluid/api/layers/soft_relu.rst new file mode 100644 index 0000000000000000000000000000000000000000..3546d62466d84959d513008786754e189584abd9 --- /dev/null +++ b/doc/fluid/api/layers/soft_relu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_soft_relu: + +soft_relu +--------- + +.. autofunction:: paddle.fluid.layers.soft_relu + :noindex: + diff --git a/doc/fluid/api/layers/softmax.rst b/doc/fluid/api/layers/softmax.rst new file mode 100644 index 0000000000000000000000000000000000000000..89a7fa66a0b4798df3efd6343df1ba7af1ab3afd --- /dev/null +++ b/doc/fluid/api/layers/softmax.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_softmax: + +softmax +------- + +.. autofunction:: paddle.fluid.layers.softmax + :noindex: + diff --git a/doc/fluid/api/layers/softmax_with_cross_entropy.rst b/doc/fluid/api/layers/softmax_with_cross_entropy.rst new file mode 100644 index 0000000000000000000000000000000000000000..07a360d36948b89380845b77be8a0e638bd27e6b --- /dev/null +++ b/doc/fluid/api/layers/softmax_with_cross_entropy.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_softmax_with_cross_entropy: + +softmax_with_cross_entropy +-------------------------- + +.. autofunction:: paddle.fluid.layers.softmax_with_cross_entropy + :noindex: + diff --git a/doc/fluid/api/layers/softplus.rst b/doc/fluid/api/layers/softplus.rst new file mode 100644 index 0000000000000000000000000000000000000000..5d3fe542836f1c898104bf510de7eec2e8a37a46 --- /dev/null +++ b/doc/fluid/api/layers/softplus.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_softplus: + +softplus +-------- + +.. autofunction:: paddle.fluid.layers.softplus + :noindex: + diff --git a/doc/fluid/api/layers/softshrink.rst b/doc/fluid/api/layers/softshrink.rst new file mode 100644 index 0000000000000000000000000000000000000000..f77128deaa49d7ffe097f45a2ddc20a081357e70 --- /dev/null +++ b/doc/fluid/api/layers/softshrink.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_softshrink: + +softshrink +---------- + +.. autofunction:: paddle.fluid.layers.softshrink + :noindex: + diff --git a/doc/fluid/api/layers/softsign.rst b/doc/fluid/api/layers/softsign.rst new file mode 100644 index 0000000000000000000000000000000000000000..092a1c0fc44a31233b1ac5deb0297603cf39ada0 --- /dev/null +++ b/doc/fluid/api/layers/softsign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_softsign: + +softsign +-------- + +.. autofunction:: paddle.fluid.layers.softsign + :noindex: + diff --git a/doc/fluid/api/layers/space_to_depth.rst b/doc/fluid/api/layers/space_to_depth.rst new file mode 100644 index 0000000000000000000000000000000000000000..f4dae3804164158dc2d6731878c7d0b9f629787e --- /dev/null +++ b/doc/fluid/api/layers/space_to_depth.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_space_to_depth: + +space_to_depth +-------------- + +.. autofunction:: paddle.fluid.layers.space_to_depth + :noindex: + diff --git a/doc/fluid/api/layers/spectral_norm.rst b/doc/fluid/api/layers/spectral_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..e70c5086631c76a4e16e6e0dc887a725c118035d --- /dev/null +++ b/doc/fluid/api/layers/spectral_norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_spectral_norm: + +spectral_norm +------------- + +.. autofunction:: paddle.fluid.layers.spectral_norm + :noindex: + diff --git a/doc/fluid/api/layers/split.rst b/doc/fluid/api/layers/split.rst new file mode 100644 index 0000000000000000000000000000000000000000..9e5fe2820f0fac61099790f01913e54d642a8400 --- /dev/null +++ b/doc/fluid/api/layers/split.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_split: + +split +----- + +.. autofunction:: paddle.fluid.layers.split + :noindex: + diff --git a/doc/fluid/api/layers/sqrt.rst b/doc/fluid/api/layers/sqrt.rst new file mode 100644 index 0000000000000000000000000000000000000000..bb14971810f0b1b63844e566b6ed21e36ccd5cf4 --- /dev/null +++ b/doc/fluid/api/layers/sqrt.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sqrt: + +sqrt +---- + +.. autofunction:: paddle.fluid.layers.sqrt + :noindex: + diff --git a/doc/fluid/api/layers/square.rst b/doc/fluid/api/layers/square.rst new file mode 100644 index 0000000000000000000000000000000000000000..644deac25f2e04d06a9873af835d551f8f9c9c7f --- /dev/null +++ b/doc/fluid/api/layers/square.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_square: + +square +------ + +.. autofunction:: paddle.fluid.layers.square + :noindex: + diff --git a/doc/fluid/api/layers/square_error_cost.rst b/doc/fluid/api/layers/square_error_cost.rst new file mode 100644 index 0000000000000000000000000000000000000000..8448bf2ceaed266de6359a9c7fed55b8411d2ae8 --- /dev/null +++ b/doc/fluid/api/layers/square_error_cost.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_square_error_cost: + +square_error_cost +----------------- + +.. autofunction:: paddle.fluid.layers.square_error_cost + :noindex: + diff --git a/doc/fluid/api/layers/squeeze.rst b/doc/fluid/api/layers/squeeze.rst new file mode 100644 index 0000000000000000000000000000000000000000..2c68b48f3572402585b87f2d4941622fef4052d4 --- /dev/null +++ b/doc/fluid/api/layers/squeeze.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_squeeze: + +squeeze +------- + +.. autofunction:: paddle.fluid.layers.squeeze + :noindex: + diff --git a/doc/fluid/api/layers/ssd_loss.rst b/doc/fluid/api/layers/ssd_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ac9d678aeb2339b7aee395d53cfe7e026121c46 --- /dev/null +++ b/doc/fluid/api/layers/ssd_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_ssd_loss: + +ssd_loss +-------- + +.. autofunction:: paddle.fluid.layers.ssd_loss + :noindex: + diff --git a/doc/fluid/api/layers/stack.rst b/doc/fluid/api/layers/stack.rst new file mode 100644 index 0000000000000000000000000000000000000000..e34cbba4e0485b5d34bebe6b7b75d12b5be17e0a --- /dev/null +++ b/doc/fluid/api/layers/stack.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_stack: + +stack +----- + +.. autofunction:: paddle.fluid.layers.stack + :noindex: + diff --git a/doc/fluid/api/layers/stanh.rst b/doc/fluid/api/layers/stanh.rst new file mode 100644 index 0000000000000000000000000000000000000000..23037f8ec4eb62df61f311fe4a8cd1c309e2e7f3 --- /dev/null +++ b/doc/fluid/api/layers/stanh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_stanh: + +stanh +----- + +.. autofunction:: paddle.fluid.layers.stanh + :noindex: + diff --git a/doc/fluid/api/layers/sum.rst b/doc/fluid/api/layers/sum.rst new file mode 100644 index 0000000000000000000000000000000000000000..7bf925d588b5ce713ed4b4130f2a3b7031eb09c6 --- /dev/null +++ b/doc/fluid/api/layers/sum.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sum: + +sum +--- + +.. autofunction:: paddle.fluid.layers.sum + :noindex: + diff --git a/doc/fluid/api/layers/sums.rst b/doc/fluid/api/layers/sums.rst new file mode 100644 index 0000000000000000000000000000000000000000..d7cb58d2d01da70ff9722221d828847ddf15b6f5 --- /dev/null +++ b/doc/fluid/api/layers/sums.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sums: + +sums +---- + +.. autofunction:: paddle.fluid.layers.sums + :noindex: + diff --git a/doc/fluid/api/layers/swish.rst b/doc/fluid/api/layers/swish.rst new file mode 100644 index 0000000000000000000000000000000000000000..462d5ac0df70da47a492fdcfef857de887f723da --- /dev/null +++ b/doc/fluid/api/layers/swish.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_swish: + +swish +----- + +.. autofunction:: paddle.fluid.layers.swish + :noindex: + diff --git a/doc/fluid/api/layers/tanh.rst b/doc/fluid/api/layers/tanh.rst new file mode 100644 index 0000000000000000000000000000000000000000..dbddefa5ae7303b0b7110f7533a271382d2b7dab --- /dev/null +++ b/doc/fluid/api/layers/tanh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_tanh: + +tanh +---- + +.. autofunction:: paddle.fluid.layers.tanh + :noindex: + diff --git a/doc/fluid/api/layers/tanh_shrink.rst b/doc/fluid/api/layers/tanh_shrink.rst new file mode 100644 index 0000000000000000000000000000000000000000..3e1f57c0c11a93ad9839b0719e73d0bf1bda0252 --- /dev/null +++ b/doc/fluid/api/layers/tanh_shrink.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_tanh_shrink: + +tanh_shrink +----------- + +.. autofunction:: paddle.fluid.layers.tanh_shrink + :noindex: + diff --git a/doc/fluid/api/layers/target_assign.rst b/doc/fluid/api/layers/target_assign.rst new file mode 100644 index 0000000000000000000000000000000000000000..301aed090bdd1e49910ebfcc5ebb9e19caf0101c --- /dev/null +++ b/doc/fluid/api/layers/target_assign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_target_assign: + +target_assign +------------- + +.. autofunction:: paddle.fluid.layers.target_assign + :noindex: + diff --git a/doc/fluid/api/layers/teacher_student_sigmoid_loss.rst b/doc/fluid/api/layers/teacher_student_sigmoid_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..25acd2b58f2a8de11ad9cb1abfc77ef2cfd48d0a --- /dev/null +++ b/doc/fluid/api/layers/teacher_student_sigmoid_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_teacher_student_sigmoid_loss: + +teacher_student_sigmoid_loss +---------------------------- + +.. autofunction:: paddle.fluid.layers.teacher_student_sigmoid_loss + :noindex: + diff --git a/doc/fluid/api/layers/temporal_shift.rst b/doc/fluid/api/layers/temporal_shift.rst new file mode 100644 index 0000000000000000000000000000000000000000..e5275a50c09cce459bdaef610dbfa49433b74698 --- /dev/null +++ b/doc/fluid/api/layers/temporal_shift.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_temporal_shift: + +temporal_shift +-------------- + +.. autofunction:: paddle.fluid.layers.temporal_shift + :noindex: + diff --git a/doc/fluid/api/layers/tensor.rst b/doc/fluid/api/layers/tensor.rst deleted file mode 100644 index 0b6eaeec699117fe37acc591060ccfdc402acd93..0000000000000000000000000000000000000000 --- a/doc/fluid/api/layers/tensor.rst +++ /dev/null @@ -1,191 +0,0 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - -====== -tensor -====== - -.. _api_fluid_layers_argmax: - -argmax ------- - -.. autofunction:: paddle.fluid.layers.argmax - :noindex: - -.. _api_fluid_layers_argmin: - -argmin ------- - -.. autofunction:: paddle.fluid.layers.argmin - :noindex: - -.. _api_fluid_layers_argsort: - -argsort -------- - -.. autofunction:: paddle.fluid.layers.argsort - :noindex: - -.. _api_fluid_layers_assign: - -assign ------- - -.. autofunction:: paddle.fluid.layers.assign - :noindex: - -.. _api_fluid_layers_cast: - -cast ----- - -.. autofunction:: paddle.fluid.layers.cast - :noindex: - -.. _api_fluid_layers_concat: - -concat ------- - -.. autofunction:: paddle.fluid.layers.concat - :noindex: - -.. _api_fluid_layers_create_global_var: - -create_global_var ------------------ - -.. autofunction:: paddle.fluid.layers.create_global_var - :noindex: - -.. _api_fluid_layers_create_parameter: - -create_parameter ----------------- - -.. autofunction:: paddle.fluid.layers.create_parameter - :noindex: - -.. _api_fluid_layers_create_tensor: - -create_tensor -------------- - -.. autofunction:: paddle.fluid.layers.create_tensor - :noindex: - -.. _api_fluid_layers_diag: - -diag ----- - -.. autofunction:: paddle.fluid.layers.diag - :noindex: - -.. _api_fluid_layers_fill_constant: - -fill_constant -------------- - -.. autofunction:: paddle.fluid.layers.fill_constant - :noindex: - -.. _api_fluid_layers_fill_constant_batch_size_like: - -fill_constant_batch_size_like ------------------------------ - -.. autofunction:: paddle.fluid.layers.fill_constant_batch_size_like - :noindex: - -.. _api_fluid_layers_has_inf: - -has_inf -------- - -.. autofunction:: paddle.fluid.layers.has_inf - :noindex: - -.. _api_fluid_layers_has_nan: - -has_nan -------- - -.. autofunction:: paddle.fluid.layers.has_nan - :noindex: - -.. _api_fluid_layers_isfinite: - -isfinite --------- - -.. autofunction:: paddle.fluid.layers.isfinite - :noindex: - -.. _api_fluid_layers_linspace: - -linspace --------- - -.. autofunction:: paddle.fluid.layers.linspace - :noindex: - -.. _api_fluid_layers_ones: - -ones ----- - -.. autofunction:: paddle.fluid.layers.ones - :noindex: - -.. _api_fluid_layers_range: - -range ------ - -.. autofunction:: paddle.fluid.layers.range - :noindex: - -.. _api_fluid_layers_reverse: - -reverse -------- - -.. autofunction:: paddle.fluid.layers.reverse - :noindex: - -.. _api_fluid_layers_sums: - -sums ----- - -.. autofunction:: paddle.fluid.layers.sums - :noindex: - -.. _api_fluid_layers_tensor_array_to_tensor: - -tensor_array_to_tensor ----------------------- - -.. autofunction:: paddle.fluid.layers.tensor_array_to_tensor - :noindex: - -.. _api_fluid_layers_zeros: - -zeros ------ - -.. autofunction:: paddle.fluid.layers.zeros - :noindex: - -.. _api_fluid_layers_zeros_like: - -zeros_like ----------- - -.. autofunction:: paddle.fluid.layers.zeros_like - :noindex: - diff --git a/doc/fluid/api/layers/tensor_array_to_tensor.rst b/doc/fluid/api/layers/tensor_array_to_tensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..f85dc6ad1c7d07f48cabc6e78f567bd22fe8e2dc --- /dev/null +++ b/doc/fluid/api/layers/tensor_array_to_tensor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_tensor_array_to_tensor: + +tensor_array_to_tensor +---------------------- + +.. autofunction:: paddle.fluid.layers.tensor_array_to_tensor + :noindex: + diff --git a/doc/fluid/api/layers/thresholded_relu.rst b/doc/fluid/api/layers/thresholded_relu.rst new file mode 100644 index 0000000000000000000000000000000000000000..d133e6a5ebcd7d820e522c7128cf728a12ea2e99 --- /dev/null +++ b/doc/fluid/api/layers/thresholded_relu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_thresholded_relu: + +thresholded_relu +---------------- + +.. autofunction:: paddle.fluid.layers.thresholded_relu + :noindex: + diff --git a/doc/fluid/api/layers/topk.rst b/doc/fluid/api/layers/topk.rst new file mode 100644 index 0000000000000000000000000000000000000000..800de48846695f37064eca2a920cc86f73aed98f --- /dev/null +++ b/doc/fluid/api/layers/topk.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_topk: + +topk +---- + +.. autofunction:: paddle.fluid.layers.topk + :noindex: + diff --git a/doc/fluid/api/layers/transpose.rst b/doc/fluid/api/layers/transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..eb9a38eef55c090cd16500017c2e346997215b68 --- /dev/null +++ b/doc/fluid/api/layers/transpose.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_transpose: + +transpose +--------- + +.. autofunction:: paddle.fluid.layers.transpose + :noindex: + diff --git a/doc/fluid/api/layers/tree_conv.rst b/doc/fluid/api/layers/tree_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..b085631b08a8d19abb275aba3f8ef2c493ea1b4c --- /dev/null +++ b/doc/fluid/api/layers/tree_conv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_tree_conv: + +tree_conv +--------- + +.. autofunction:: paddle.fluid.layers.tree_conv + :noindex: + diff --git a/doc/fluid/api/layers/uniform_random.rst b/doc/fluid/api/layers/uniform_random.rst new file mode 100644 index 0000000000000000000000000000000000000000..3c49edda57d2c5d396fc4aef70f55c0768eb4976 --- /dev/null +++ b/doc/fluid/api/layers/uniform_random.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_uniform_random: + +uniform_random +-------------- + +.. autofunction:: paddle.fluid.layers.uniform_random + :noindex: + diff --git a/doc/fluid/api/layers/uniform_random_batch_size_like.rst b/doc/fluid/api/layers/uniform_random_batch_size_like.rst new file mode 100644 index 0000000000000000000000000000000000000000..8d2ea2d33afb508decec030d1edfd0556d01ad56 --- /dev/null +++ b/doc/fluid/api/layers/uniform_random_batch_size_like.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_uniform_random_batch_size_like: + +uniform_random_batch_size_like +------------------------------ + +.. autofunction:: paddle.fluid.layers.uniform_random_batch_size_like + :noindex: + diff --git a/doc/fluid/api/layers/unsqueeze.rst b/doc/fluid/api/layers/unsqueeze.rst new file mode 100644 index 0000000000000000000000000000000000000000..8f1495174e0a3cf0c3fcbbf8478aeed58c363b09 --- /dev/null +++ b/doc/fluid/api/layers/unsqueeze.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_unsqueeze: + +unsqueeze +--------- + +.. autofunction:: paddle.fluid.layers.unsqueeze + :noindex: + diff --git a/doc/fluid/api/layers/unstack.rst b/doc/fluid/api/layers/unstack.rst new file mode 100644 index 0000000000000000000000000000000000000000..b2c117f7dc0a31193cd83b23212581362a887338 --- /dev/null +++ b/doc/fluid/api/layers/unstack.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_unstack: + +unstack +------- + +.. autofunction:: paddle.fluid.layers.unstack + :noindex: + diff --git a/doc/fluid/api/layers/warpctc.rst b/doc/fluid/api/layers/warpctc.rst new file mode 100644 index 0000000000000000000000000000000000000000..15cbe22389b0c997449bb818ee6052752948ef39 --- /dev/null +++ b/doc/fluid/api/layers/warpctc.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_warpctc: + +warpctc +------- + +.. autofunction:: paddle.fluid.layers.warpctc + :noindex: + diff --git a/doc/fluid/api/layers/where.rst b/doc/fluid/api/layers/where.rst new file mode 100644 index 0000000000000000000000000000000000000000..1c5f021eb8c8af035ea2f8b4f23a5aa7cfeb67a4 --- /dev/null +++ b/doc/fluid/api/layers/where.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_where: + +where +----- + +.. autofunction:: paddle.fluid.layers.where + :noindex: + diff --git a/doc/fluid/api/layers/yolo_box.rst b/doc/fluid/api/layers/yolo_box.rst new file mode 100644 index 0000000000000000000000000000000000000000..a07710a048ec790673b0c1764ab188946cc7251f --- /dev/null +++ b/doc/fluid/api/layers/yolo_box.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_yolo_box: + +yolo_box +-------- + +.. autofunction:: paddle.fluid.layers.yolo_box + :noindex: + diff --git a/doc/fluid/api/layers/yolov3_loss.rst b/doc/fluid/api/layers/yolov3_loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..03677461d8f8298df0623eeac281bdc64bf1e0b9 --- /dev/null +++ b/doc/fluid/api/layers/yolov3_loss.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_yolov3_loss: + +yolov3_loss +----------- + +.. autofunction:: paddle.fluid.layers.yolov3_loss + :noindex: + diff --git a/doc/fluid/api/layers/zeros.rst b/doc/fluid/api/layers/zeros.rst new file mode 100644 index 0000000000000000000000000000000000000000..234432d5cbc9b2510d641827443a342dfca8493c --- /dev/null +++ b/doc/fluid/api/layers/zeros.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_zeros: + +zeros +----- + +.. autofunction:: paddle.fluid.layers.zeros + :noindex: + diff --git a/doc/fluid/api/layers/zeros_like.rst b/doc/fluid/api/layers/zeros_like.rst new file mode 100644 index 0000000000000000000000000000000000000000..8b7075b4d9313a9c3dfd0bd570fd064ae1ae76c5 --- /dev/null +++ b/doc/fluid/api/layers/zeros_like.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_zeros_like: + +zeros_like +---------- + +.. autofunction:: paddle.fluid.layers.zeros_like + :noindex: + diff --git a/doc/fluid/api/metrics.rst b/doc/fluid/api/metrics.rst index 4536359eb8a658db0d20e12bd0716ed8fdc9b893..6a2b6ce1b6c2caaf936610385910850b1e4f5bf0 100644 --- a/doc/fluid/api/metrics.rst +++ b/doc/fluid/api/metrics.rst @@ -1,97 +1,16 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============= fluid.metrics ============= -.. _api_fluid_metrics_Accuracy: - -Accuracy --------- - -.. autoclass:: paddle.fluid.metrics.Accuracy - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_Auc: - -Auc ---- - -.. autoclass:: paddle.fluid.metrics.Auc - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_ChunkEvaluator: - -ChunkEvaluator --------------- - -.. autoclass:: paddle.fluid.metrics.ChunkEvaluator - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_CompositeMetric: - -CompositeMetric ---------------- - -.. autoclass:: paddle.fluid.metrics.CompositeMetric - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_DetectionMAP: - -DetectionMAP ------------- - -.. autoclass:: paddle.fluid.metrics.DetectionMAP - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_EditDistance: - -EditDistance ------------- - -.. autoclass:: paddle.fluid.metrics.EditDistance - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_MetricBase: - -MetricBase ----------- - -.. autoclass:: paddle.fluid.metrics.MetricBase - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_Precision: - -Precision ---------- - -.. autoclass:: paddle.fluid.metrics.Precision - :members: - :inherited-members: - :noindex: - -.. _api_fluid_metrics_Recall: - -Recall ------- - -.. autoclass:: paddle.fluid.metrics.Recall - :members: - :inherited-members: - :noindex: - +.. toctree:: + :maxdepth: 1 + + metrics/Accuracy.rst + metrics/Auc.rst + metrics/ChunkEvaluator.rst + metrics/CompositeMetric.rst + metrics/DetectionMAP.rst + metrics/EditDistance.rst + metrics/MetricBase.rst + metrics/Precision.rst + metrics/Recall.rst diff --git a/doc/fluid/api/metrics/Accuracy.rst b/doc/fluid/api/metrics/Accuracy.rst new file mode 100644 index 0000000000000000000000000000000000000000..325f0a1a9c30eaf2d5cf11a14bd1f94d661af941 --- /dev/null +++ b/doc/fluid/api/metrics/Accuracy.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_Accuracy: + +Accuracy +-------- + +.. autoclass:: paddle.fluid.metrics.Accuracy + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/Auc.rst b/doc/fluid/api/metrics/Auc.rst new file mode 100644 index 0000000000000000000000000000000000000000..97d0d9e87894ece7559ecdae39705888505b33ce --- /dev/null +++ b/doc/fluid/api/metrics/Auc.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_Auc: + +Auc +--- + +.. autoclass:: paddle.fluid.metrics.Auc + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/ChunkEvaluator.rst b/doc/fluid/api/metrics/ChunkEvaluator.rst new file mode 100644 index 0000000000000000000000000000000000000000..cfb182913432409bf4076cb31a93aba81db57e6c --- /dev/null +++ b/doc/fluid/api/metrics/ChunkEvaluator.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_ChunkEvaluator: + +ChunkEvaluator +-------------- + +.. autoclass:: paddle.fluid.metrics.ChunkEvaluator + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/CompositeMetric.rst b/doc/fluid/api/metrics/CompositeMetric.rst new file mode 100644 index 0000000000000000000000000000000000000000..82d821803ebfffa2f453a900bb8757839e869e1a --- /dev/null +++ b/doc/fluid/api/metrics/CompositeMetric.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_CompositeMetric: + +CompositeMetric +--------------- + +.. autoclass:: paddle.fluid.metrics.CompositeMetric + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/DetectionMAP.rst b/doc/fluid/api/metrics/DetectionMAP.rst new file mode 100644 index 0000000000000000000000000000000000000000..18f6fea5c37ac1ccbbe9a8779fbd68c87d5a4734 --- /dev/null +++ b/doc/fluid/api/metrics/DetectionMAP.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_DetectionMAP: + +DetectionMAP +------------ + +.. autoclass:: paddle.fluid.metrics.DetectionMAP + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/EditDistance.rst b/doc/fluid/api/metrics/EditDistance.rst new file mode 100644 index 0000000000000000000000000000000000000000..ae7e3987431cdbca839d3ebed8164d66669165e9 --- /dev/null +++ b/doc/fluid/api/metrics/EditDistance.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_EditDistance: + +EditDistance +------------ + +.. autoclass:: paddle.fluid.metrics.EditDistance + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/MetricBase.rst b/doc/fluid/api/metrics/MetricBase.rst new file mode 100644 index 0000000000000000000000000000000000000000..c14a596c88cc1c58650c25e27bf5030a7d467a4f --- /dev/null +++ b/doc/fluid/api/metrics/MetricBase.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_MetricBase: + +MetricBase +---------- + +.. autoclass:: paddle.fluid.metrics.MetricBase + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/Precision.rst b/doc/fluid/api/metrics/Precision.rst new file mode 100644 index 0000000000000000000000000000000000000000..80f6e81b210e80e78188d51dff801e577b17ab9e --- /dev/null +++ b/doc/fluid/api/metrics/Precision.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_Precision: + +Precision +--------- + +.. autoclass:: paddle.fluid.metrics.Precision + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/metrics/Recall.rst b/doc/fluid/api/metrics/Recall.rst new file mode 100644 index 0000000000000000000000000000000000000000..a2457d16aae3f09b3829bf30891b4b23215a0926 --- /dev/null +++ b/doc/fluid/api/metrics/Recall.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_metrics_Recall: + +Recall +------ + +.. autoclass:: paddle.fluid.metrics.Recall + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nets.rst b/doc/fluid/api/nets.rst index f3792e62946968e5438f928e3fe50e5b188fc274..7af0cff611026fb06fcd69d9102c316b45c0466a 100644 --- a/doc/fluid/api/nets.rst +++ b/doc/fluid/api/nets.rst @@ -1,47 +1,12 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ========== fluid.nets ========== -.. _api_fluid_nets_glu: - -glu ---- - -.. autofunction:: paddle.fluid.nets.glu - :noindex: - -.. _api_fluid_nets_img_conv_group: - -img_conv_group --------------- - -.. autofunction:: paddle.fluid.nets.img_conv_group - :noindex: - -.. _api_fluid_nets_scaled_dot_product_attention: - -scaled_dot_product_attention ----------------------------- - -.. autofunction:: paddle.fluid.nets.scaled_dot_product_attention - :noindex: - -.. _api_fluid_nets_sequence_conv_pool: - -sequence_conv_pool ------------------- - -.. autofunction:: paddle.fluid.nets.sequence_conv_pool - :noindex: - -.. _api_fluid_nets_simple_img_conv_pool: - -simple_img_conv_pool --------------------- - -.. autofunction:: paddle.fluid.nets.simple_img_conv_pool - :noindex: +.. toctree:: + :maxdepth: 1 + nets/glu.rst + nets/img_conv_group.rst + nets/scaled_dot_product_attention.rst + nets/sequence_conv_pool.rst + nets/simple_img_conv_pool.rst diff --git a/doc/fluid/api/nets/glu.rst b/doc/fluid/api/nets/glu.rst new file mode 100644 index 0000000000000000000000000000000000000000..59eb6680254b2dfe0e65730c1c3c0fbc79dcc4bb --- /dev/null +++ b/doc/fluid/api/nets/glu.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_nets_glu: + +glu +--- + +.. autofunction:: paddle.fluid.nets.glu + :noindex: + diff --git a/doc/fluid/api/nets/img_conv_group.rst b/doc/fluid/api/nets/img_conv_group.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ce60f6776c718d5d7fb9b3781e6c57c1e392118 --- /dev/null +++ b/doc/fluid/api/nets/img_conv_group.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_nets_img_conv_group: + +img_conv_group +-------------- + +.. autofunction:: paddle.fluid.nets.img_conv_group + :noindex: + diff --git a/doc/fluid/api/nets/scaled_dot_product_attention.rst b/doc/fluid/api/nets/scaled_dot_product_attention.rst new file mode 100644 index 0000000000000000000000000000000000000000..f6283a2c51c283e75f3d9ec0a4de1684c449989c --- /dev/null +++ b/doc/fluid/api/nets/scaled_dot_product_attention.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_nets_scaled_dot_product_attention: + +scaled_dot_product_attention +---------------------------- + +.. autofunction:: paddle.fluid.nets.scaled_dot_product_attention + :noindex: + diff --git a/doc/fluid/api/nets/sequence_conv_pool.rst b/doc/fluid/api/nets/sequence_conv_pool.rst new file mode 100644 index 0000000000000000000000000000000000000000..9d150436efb9148d5fe9d80f304b58ed857b4fb2 --- /dev/null +++ b/doc/fluid/api/nets/sequence_conv_pool.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_nets_sequence_conv_pool: + +sequence_conv_pool +------------------ + +.. autofunction:: paddle.fluid.nets.sequence_conv_pool + :noindex: + diff --git a/doc/fluid/api/nets/simple_img_conv_pool.rst b/doc/fluid/api/nets/simple_img_conv_pool.rst new file mode 100644 index 0000000000000000000000000000000000000000..6a5bacb3c99bdad8b7cd34acb5b26e7c2ef528c7 --- /dev/null +++ b/doc/fluid/api/nets/simple_img_conv_pool.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_nets_simple_img_conv_pool: + +simple_img_conv_pool +-------------------- + +.. autofunction:: paddle.fluid.nets.simple_img_conv_pool + :noindex: + diff --git a/doc/fluid/api/optimizer.rst b/doc/fluid/api/optimizer.rst index 60bf906632c651a53aecba366dfc81365de6cbdd..eba53a2bea2271f85b7650e5782cb01dafd54a63 100644 --- a/doc/fluid/api/optimizer.rst +++ b/doc/fluid/api/optimizer.rst @@ -1,237 +1,30 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - =============== fluid.optimizer =============== -.. _api_fluid_optimizer_Adadelta: - -Adadelta --------- - -.. autoclass:: paddle.fluid.optimizer.Adadelta - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_Adagrad: - -Adagrad -------- - -.. autoclass:: paddle.fluid.optimizer.Adagrad - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_AdagradOptimizer: - -AdagradOptimizer ----------------- - -.. autoclass:: paddle.fluid.optimizer.AdagradOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_Adam: - -Adam ----- - -.. autoclass:: paddle.fluid.optimizer.Adam - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_Adamax: - -Adamax ------- - -.. autoclass:: paddle.fluid.optimizer.Adamax - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_AdamaxOptimizer: - -AdamaxOptimizer ---------------- - -.. autoclass:: paddle.fluid.optimizer.AdamaxOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_AdamOptimizer: - -AdamOptimizer -------------- - -.. autoclass:: paddle.fluid.optimizer.AdamOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_DecayedAdagrad: - -DecayedAdagrad --------------- - -.. autoclass:: paddle.fluid.optimizer.DecayedAdagrad - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_DecayedAdagradOptimizer: - -DecayedAdagradOptimizer ------------------------ - -.. autoclass:: paddle.fluid.optimizer.DecayedAdagradOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_DGCMomentumOptimizer: - -DGCMomentumOptimizer --------------------- - -.. autoclass:: paddle.fluid.optimizer.DGCMomentumOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_ExponentialMovingAverage: - -ExponentialMovingAverage ------------------------- - -.. autoclass:: paddle.fluid.optimizer.ExponentialMovingAverage - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_Ftrl: - -Ftrl ----- - -.. autoclass:: paddle.fluid.optimizer.Ftrl - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_FtrlOptimizer: - -FtrlOptimizer -------------- - -.. autoclass:: paddle.fluid.optimizer.FtrlOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_LambOptimizer: - -LambOptimizer -------------- - -.. autoclass:: paddle.fluid.optimizer.LambOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_LarsMomentum: - -LarsMomentum ------------- - -.. autoclass:: paddle.fluid.optimizer.LarsMomentum - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_LarsMomentumOptimizer: - -LarsMomentumOptimizer ---------------------- - -.. autoclass:: paddle.fluid.optimizer.LarsMomentumOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_ModelAverage: - -ModelAverage ------------- - -.. autoclass:: paddle.fluid.optimizer.ModelAverage - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_Momentum: - -Momentum --------- - -.. autoclass:: paddle.fluid.optimizer.Momentum - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_MomentumOptimizer: - -MomentumOptimizer ------------------ - -.. autoclass:: paddle.fluid.optimizer.MomentumOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_PipelineOptimizer: - -PipelineOptimizer ------------------ - -.. autoclass:: paddle.fluid.optimizer.PipelineOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_RMSPropOptimizer: - -RMSPropOptimizer ----------------- - -.. autoclass:: paddle.fluid.optimizer.RMSPropOptimizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_SGD: - -SGD ---- - -.. autoclass:: paddle.fluid.optimizer.SGD - :members: - :inherited-members: - :noindex: - -.. _api_fluid_optimizer_SGDOptimizer: - -SGDOptimizer ------------- - -.. autoclass:: paddle.fluid.optimizer.SGDOptimizer - :members: - :inherited-members: - :noindex: - +.. toctree:: + :maxdepth: 1 + + optimizer/Adadelta.rst + optimizer/Adagrad.rst + optimizer/AdagradOptimizer.rst + optimizer/Adam.rst + optimizer/Adamax.rst + optimizer/AdamaxOptimizer.rst + optimizer/AdamOptimizer.rst + optimizer/DecayedAdagrad.rst + optimizer/DecayedAdagradOptimizer.rst + optimizer/DGCMomentumOptimizer.rst + optimizer/ExponentialMovingAverage.rst + optimizer/Ftrl.rst + optimizer/FtrlOptimizer.rst + optimizer/LambOptimizer.rst + optimizer/LarsMomentum.rst + optimizer/LarsMomentumOptimizer.rst + optimizer/ModelAverage.rst + optimizer/Momentum.rst + optimizer/MomentumOptimizer.rst + optimizer/PipelineOptimizer.rst + optimizer/RMSPropOptimizer.rst + optimizer/SGD.rst + optimizer/SGDOptimizer.rst diff --git a/doc/fluid/api/optimizer/Adadelta.rst b/doc/fluid/api/optimizer/Adadelta.rst new file mode 100644 index 0000000000000000000000000000000000000000..d27f29ac9258c909fb1a6f8e373d82ef0f9890e4 --- /dev/null +++ b/doc/fluid/api/optimizer/Adadelta.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Adadelta: + +Adadelta +-------- + +.. autoclass:: paddle.fluid.optimizer.Adadelta + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/Adagrad.rst b/doc/fluid/api/optimizer/Adagrad.rst new file mode 100644 index 0000000000000000000000000000000000000000..3b37a502ac3ccddfddbba12c111208c4cd0d81f3 --- /dev/null +++ b/doc/fluid/api/optimizer/Adagrad.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Adagrad: + +Adagrad +------- + +.. autoclass:: paddle.fluid.optimizer.Adagrad + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/AdagradOptimizer.rst b/doc/fluid/api/optimizer/AdagradOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..16cb1ca17f7bc11e5014a37274e842d313393ab7 --- /dev/null +++ b/doc/fluid/api/optimizer/AdagradOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_AdagradOptimizer: + +AdagradOptimizer +---------------- + +.. autoclass:: paddle.fluid.optimizer.AdagradOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/Adam.rst b/doc/fluid/api/optimizer/Adam.rst new file mode 100644 index 0000000000000000000000000000000000000000..388d8bdb2b506ef622e9819ac5cc41a6f02547a7 --- /dev/null +++ b/doc/fluid/api/optimizer/Adam.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Adam: + +Adam +---- + +.. autoclass:: paddle.fluid.optimizer.Adam + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/AdamOptimizer.rst b/doc/fluid/api/optimizer/AdamOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..4cf6d3383a3ebd15db481a196f803dd8ac9a2c1c --- /dev/null +++ b/doc/fluid/api/optimizer/AdamOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_AdamOptimizer: + +AdamOptimizer +------------- + +.. autoclass:: paddle.fluid.optimizer.AdamOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/Adamax.rst b/doc/fluid/api/optimizer/Adamax.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc581983b9336d15bb8b8b0af2cf04698d5c2e9e --- /dev/null +++ b/doc/fluid/api/optimizer/Adamax.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Adamax: + +Adamax +------ + +.. autoclass:: paddle.fluid.optimizer.Adamax + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/AdamaxOptimizer.rst b/doc/fluid/api/optimizer/AdamaxOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..2a55ce94b47ee5d459d4988a3b2b04c60ad6acac --- /dev/null +++ b/doc/fluid/api/optimizer/AdamaxOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_AdamaxOptimizer: + +AdamaxOptimizer +--------------- + +.. autoclass:: paddle.fluid.optimizer.AdamaxOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/DGCMomentumOptimizer.rst b/doc/fluid/api/optimizer/DGCMomentumOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..5df1b57a60ed1c808d46b8b650d846f47a20926d --- /dev/null +++ b/doc/fluid/api/optimizer/DGCMomentumOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_DGCMomentumOptimizer: + +DGCMomentumOptimizer +-------------------- + +.. autoclass:: paddle.fluid.optimizer.DGCMomentumOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/DecayedAdagrad.rst b/doc/fluid/api/optimizer/DecayedAdagrad.rst new file mode 100644 index 0000000000000000000000000000000000000000..8be2c4b2967459f6573529fb5c9335998fa9012d --- /dev/null +++ b/doc/fluid/api/optimizer/DecayedAdagrad.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_DecayedAdagrad: + +DecayedAdagrad +-------------- + +.. autoclass:: paddle.fluid.optimizer.DecayedAdagrad + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/DecayedAdagradOptimizer.rst b/doc/fluid/api/optimizer/DecayedAdagradOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..a40df74fd7fedff39b1d415a4c8b9c7f69de4756 --- /dev/null +++ b/doc/fluid/api/optimizer/DecayedAdagradOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_DecayedAdagradOptimizer: + +DecayedAdagradOptimizer +----------------------- + +.. autoclass:: paddle.fluid.optimizer.DecayedAdagradOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/ExponentialMovingAverage.rst b/doc/fluid/api/optimizer/ExponentialMovingAverage.rst new file mode 100644 index 0000000000000000000000000000000000000000..d7d41486b709d63c04917fda49fd442f6b41b8dc --- /dev/null +++ b/doc/fluid/api/optimizer/ExponentialMovingAverage.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_ExponentialMovingAverage: + +ExponentialMovingAverage +------------------------ + +.. autoclass:: paddle.fluid.optimizer.ExponentialMovingAverage + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/Ftrl.rst b/doc/fluid/api/optimizer/Ftrl.rst new file mode 100644 index 0000000000000000000000000000000000000000..556a6231cd6d4972ef9f5c300804d5c96966c61f --- /dev/null +++ b/doc/fluid/api/optimizer/Ftrl.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Ftrl: + +Ftrl +---- + +.. autoclass:: paddle.fluid.optimizer.Ftrl + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/FtrlOptimizer.rst b/doc/fluid/api/optimizer/FtrlOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..e2c2d6329d8c7c3b5d67afdc2918eab1eb72a2cf --- /dev/null +++ b/doc/fluid/api/optimizer/FtrlOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_FtrlOptimizer: + +FtrlOptimizer +------------- + +.. autoclass:: paddle.fluid.optimizer.FtrlOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/LambOptimizer.rst b/doc/fluid/api/optimizer/LambOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..db480a95e8d9ce7595fa378dcbb0f83d1bfaf9fd --- /dev/null +++ b/doc/fluid/api/optimizer/LambOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_LambOptimizer: + +LambOptimizer +------------- + +.. autoclass:: paddle.fluid.optimizer.LambOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/LarsMomentum.rst b/doc/fluid/api/optimizer/LarsMomentum.rst new file mode 100644 index 0000000000000000000000000000000000000000..b9b8a1dbffcfb3c43a9d6d30361082c8270b8f18 --- /dev/null +++ b/doc/fluid/api/optimizer/LarsMomentum.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_LarsMomentum: + +LarsMomentum +------------ + +.. autoclass:: paddle.fluid.optimizer.LarsMomentum + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/LarsMomentumOptimizer.rst b/doc/fluid/api/optimizer/LarsMomentumOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..bd198ffb7142a82a9a2de180b1c6250535ef770d --- /dev/null +++ b/doc/fluid/api/optimizer/LarsMomentumOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_LarsMomentumOptimizer: + +LarsMomentumOptimizer +--------------------- + +.. autoclass:: paddle.fluid.optimizer.LarsMomentumOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/ModelAverage.rst b/doc/fluid/api/optimizer/ModelAverage.rst new file mode 100644 index 0000000000000000000000000000000000000000..4608f391ce0df9e38783bf3cbd0bb1b250b27887 --- /dev/null +++ b/doc/fluid/api/optimizer/ModelAverage.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_ModelAverage: + +ModelAverage +------------ + +.. autoclass:: paddle.fluid.optimizer.ModelAverage + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/Momentum.rst b/doc/fluid/api/optimizer/Momentum.rst new file mode 100644 index 0000000000000000000000000000000000000000..010fc25a9776801f9ee7df1b0e74e678ce6f7518 --- /dev/null +++ b/doc/fluid/api/optimizer/Momentum.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_Momentum: + +Momentum +-------- + +.. autoclass:: paddle.fluid.optimizer.Momentum + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/MomentumOptimizer.rst b/doc/fluid/api/optimizer/MomentumOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..d5ce332405a8050bb6cf15516e669c41711a6a46 --- /dev/null +++ b/doc/fluid/api/optimizer/MomentumOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_MomentumOptimizer: + +MomentumOptimizer +----------------- + +.. autoclass:: paddle.fluid.optimizer.MomentumOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/PipelineOptimizer.rst b/doc/fluid/api/optimizer/PipelineOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..dccd040abe8212dbe45175c8319bed16b7e17b31 --- /dev/null +++ b/doc/fluid/api/optimizer/PipelineOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_PipelineOptimizer: + +PipelineOptimizer +----------------- + +.. autoclass:: paddle.fluid.optimizer.PipelineOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/RMSPropOptimizer.rst b/doc/fluid/api/optimizer/RMSPropOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..9bf9e71f2ffb0cee8a2dc75b018974cd4287a88c --- /dev/null +++ b/doc/fluid/api/optimizer/RMSPropOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_RMSPropOptimizer: + +RMSPropOptimizer +---------------- + +.. autoclass:: paddle.fluid.optimizer.RMSPropOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/SGD.rst b/doc/fluid/api/optimizer/SGD.rst new file mode 100644 index 0000000000000000000000000000000000000000..46dddab13e6fb6b9a1c5707f0c59cffbbb9af58a --- /dev/null +++ b/doc/fluid/api/optimizer/SGD.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_SGD: + +SGD +--- + +.. autoclass:: paddle.fluid.optimizer.SGD + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/optimizer/SGDOptimizer.rst b/doc/fluid/api/optimizer/SGDOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..e1626d6e68f2c9efc0d8d767f218352b97b0f6a4 --- /dev/null +++ b/doc/fluid/api/optimizer/SGDOptimizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_SGDOptimizer: + +SGDOptimizer +------------ + +.. autoclass:: paddle.fluid.optimizer.SGDOptimizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/profiler.rst b/doc/fluid/api/profiler.rst index cff8e8c2428f8a75b0f145605c8eec536fefc58e..0637e0533c506807ecd21f8428a5fdf84093f59b 100644 --- a/doc/fluid/api/profiler.rst +++ b/doc/fluid/api/profiler.rst @@ -1,47 +1,12 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ============== fluid.profiler ============== -.. _api_fluid_profiler_cuda_profiler: - -cuda_profiler -------------- - -.. autofunction:: paddle.fluid.profiler.cuda_profiler - :noindex: - -.. _api_fluid_profiler_profiler: - -profiler --------- - -.. autofunction:: paddle.fluid.profiler.profiler - :noindex: - -.. _api_fluid_profiler_reset_profiler: - -reset_profiler --------------- - -.. autofunction:: paddle.fluid.profiler.reset_profiler - :noindex: - -.. _api_fluid_profiler_start_profiler: - -start_profiler --------------- - -.. autofunction:: paddle.fluid.profiler.start_profiler - :noindex: - -.. _api_fluid_profiler_stop_profiler: - -stop_profiler -------------- - -.. autofunction:: paddle.fluid.profiler.stop_profiler - :noindex: +.. toctree:: + :maxdepth: 1 + profiler/cuda_profiler.rst + profiler/profiler.rst + profiler/reset_profiler.rst + profiler/start_profiler.rst + profiler/stop_profiler.rst diff --git a/doc/fluid/api/profiler/cuda_profiler.rst b/doc/fluid/api/profiler/cuda_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..4d2a57e1a5e984b1a8a0366175bd3e60d1c907c7 --- /dev/null +++ b/doc/fluid/api/profiler/cuda_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_profiler_cuda_profiler: + +cuda_profiler +------------- + +.. autofunction:: paddle.fluid.profiler.cuda_profiler + :noindex: + diff --git a/doc/fluid/api/profiler/profiler.rst b/doc/fluid/api/profiler/profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..aefef7a9eb97ff885bd87a3151b841af2baa6715 --- /dev/null +++ b/doc/fluid/api/profiler/profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_profiler_profiler: + +profiler +-------- + +.. autofunction:: paddle.fluid.profiler.profiler + :noindex: + diff --git a/doc/fluid/api/profiler/reset_profiler.rst b/doc/fluid/api/profiler/reset_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..4fd6d1d9eec2df025c201497aa40ef9466396bf6 --- /dev/null +++ b/doc/fluid/api/profiler/reset_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_profiler_reset_profiler: + +reset_profiler +-------------- + +.. autofunction:: paddle.fluid.profiler.reset_profiler + :noindex: + diff --git a/doc/fluid/api/profiler/start_profiler.rst b/doc/fluid/api/profiler/start_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..d2cffdaef65d5dbedd020a9c3d9e8fd2cadf67da --- /dev/null +++ b/doc/fluid/api/profiler/start_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_profiler_start_profiler: + +start_profiler +-------------- + +.. autofunction:: paddle.fluid.profiler.start_profiler + :noindex: + diff --git a/doc/fluid/api/profiler/stop_profiler.rst b/doc/fluid/api/profiler/stop_profiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..9758da8e1d58a0ce59e0c4ae4b07878debc102d2 --- /dev/null +++ b/doc/fluid/api/profiler/stop_profiler.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_profiler_stop_profiler: + +stop_profiler +------------- + +.. autofunction:: paddle.fluid.profiler.stop_profiler + :noindex: + diff --git a/doc/fluid/api/recordio_writer.rst b/doc/fluid/api/recordio_writer.rst index f0c12fd115478a29fbd178b533b7490b2f663717..1bfd82364e5f9a09662acbbe6e597a5826aec964 100644 --- a/doc/fluid/api/recordio_writer.rst +++ b/doc/fluid/api/recordio_writer.rst @@ -1,23 +1,9 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ===================== fluid.recordio_writer ===================== -.. _api_fluid_recordio_writer_convert_reader_to_recordio_file: - -convert_reader_to_recordio_file -------------------------------- - -.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_file - :noindex: - -.. _api_fluid_recordio_writer_convert_reader_to_recordio_files: - -convert_reader_to_recordio_files --------------------------------- - -.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_files - :noindex: +.. toctree:: + :maxdepth: 1 + recordio_writer/convert_reader_to_recordio_file.rst + recordio_writer/convert_reader_to_recordio_files.rst diff --git a/doc/fluid/api/recordio_writer/convert_reader_to_recordio_file.rst b/doc/fluid/api/recordio_writer/convert_reader_to_recordio_file.rst new file mode 100644 index 0000000000000000000000000000000000000000..af467c260db3ef0942076b9e001e806d9adc9cbb --- /dev/null +++ b/doc/fluid/api/recordio_writer/convert_reader_to_recordio_file.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_recordio_writer_convert_reader_to_recordio_file: + +convert_reader_to_recordio_file +------------------------------- + +.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_file + :noindex: + diff --git a/doc/fluid/api/recordio_writer/convert_reader_to_recordio_files.rst b/doc/fluid/api/recordio_writer/convert_reader_to_recordio_files.rst new file mode 100644 index 0000000000000000000000000000000000000000..a3a58d24fa7e329fa69581a979701f836ada65eb --- /dev/null +++ b/doc/fluid/api/recordio_writer/convert_reader_to_recordio_files.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_recordio_writer_convert_reader_to_recordio_files: + +convert_reader_to_recordio_files +-------------------------------- + +.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_files + :noindex: + diff --git a/doc/fluid/api/regularizer.rst b/doc/fluid/api/regularizer.rst index 4366f5da2a92c29ac9ef20397de5aac5064d77cc..d2f0d69b3ad78c129ca07098ce8fdcdfd1136d0b 100644 --- a/doc/fluid/api/regularizer.rst +++ b/doc/fluid/api/regularizer.rst @@ -1,47 +1,11 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ================= fluid.regularizer ================= -.. _api_fluid_regularizer_L1Decay: - -L1Decay -------- - -.. autoclass:: paddle.fluid.regularizer.L1Decay - :members: - :inherited-members: - :noindex: - -.. _api_fluid_regularizer_L1DecayRegularizer: - -L1DecayRegularizer ------------------- - -.. autoclass:: paddle.fluid.regularizer.L1DecayRegularizer - :members: - :inherited-members: - :noindex: - -.. _api_fluid_regularizer_L2Decay: - -L2Decay -------- - -.. autoclass:: paddle.fluid.regularizer.L2Decay - :members: - :inherited-members: - :noindex: - -.. _api_fluid_regularizer_L2DecayRegularizer: - -L2DecayRegularizer ------------------- - -.. autoclass:: paddle.fluid.regularizer.L2DecayRegularizer - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + regularizer/L1Decay.rst + regularizer/L1DecayRegularizer.rst + regularizer/L2Decay.rst + regularizer/L2DecayRegularizer.rst diff --git a/doc/fluid/api/regularizer/L1Decay.rst b/doc/fluid/api/regularizer/L1Decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..cbb20506618e149990e1f686f4129fadb8e0ec3b --- /dev/null +++ b/doc/fluid/api/regularizer/L1Decay.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_regularizer_L1Decay: + +L1Decay +------- + +.. autoclass:: paddle.fluid.regularizer.L1Decay + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/regularizer/L1DecayRegularizer.rst b/doc/fluid/api/regularizer/L1DecayRegularizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..618383afced8e137dc3dd30f6364f3cb97c9e033 --- /dev/null +++ b/doc/fluid/api/regularizer/L1DecayRegularizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_regularizer_L1DecayRegularizer: + +L1DecayRegularizer +------------------ + +.. autoclass:: paddle.fluid.regularizer.L1DecayRegularizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/regularizer/L2Decay.rst b/doc/fluid/api/regularizer/L2Decay.rst new file mode 100644 index 0000000000000000000000000000000000000000..93a8174a158758f550ebf6001834fce904642b0f --- /dev/null +++ b/doc/fluid/api/regularizer/L2Decay.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_regularizer_L2Decay: + +L2Decay +------- + +.. autoclass:: paddle.fluid.regularizer.L2Decay + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/regularizer/L2DecayRegularizer.rst b/doc/fluid/api/regularizer/L2DecayRegularizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..6152a05b104d1612fbd4f20adaa6a0a112347da3 --- /dev/null +++ b/doc/fluid/api/regularizer/L2DecayRegularizer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_regularizer_L2DecayRegularizer: + +L2DecayRegularizer +------------------ + +.. autoclass:: paddle.fluid.regularizer.L2DecayRegularizer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/transpiler.rst b/doc/fluid/api/transpiler.rst index 3295cdc35451d06a92dadcb0e37b30793aa45980..2492b98136f85ccb49922c08b096be4f7eb96d7d 100644 --- a/doc/fluid/api/transpiler.rst +++ b/doc/fluid/api/transpiler.rst @@ -1,63 +1,13 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ================ fluid.transpiler ================ -.. _api_fluid_transpiler_DistributeTranspiler: - -DistributeTranspiler --------------------- - -.. autoclass:: paddle.fluid.transpiler.DistributeTranspiler - :members: - :inherited-members: - :noindex: - -.. _api_fluid_transpiler_DistributeTranspilerConfig: - -DistributeTranspilerConfig --------------------------- - -.. autoclass:: paddle.fluid.transpiler.DistributeTranspilerConfig - :members: - :inherited-members: - :noindex: - -.. _api_fluid_transpiler_HashName: - -HashName --------- - -.. autoclass:: paddle.fluid.transpiler.HashName - :members: - :inherited-members: - :noindex: - -.. _api_fluid_transpiler_memory_optimize: - -memory_optimize ---------------- - -.. autofunction:: paddle.fluid.transpiler.memory_optimize - :noindex: - -.. _api_fluid_transpiler_release_memory: - -release_memory --------------- - -.. autofunction:: paddle.fluid.transpiler.release_memory - :noindex: - -.. _api_fluid_transpiler_RoundRobin: - -RoundRobin ----------- - -.. autoclass:: paddle.fluid.transpiler.RoundRobin - :members: - :inherited-members: - :noindex: +.. toctree:: + :maxdepth: 1 + transpiler/DistributeTranspiler.rst + transpiler/DistributeTranspilerConfig.rst + transpiler/HashName.rst + transpiler/memory_optimize.rst + transpiler/release_memory.rst + transpiler/RoundRobin.rst diff --git a/doc/fluid/api/transpiler/DistributeTranspiler.rst b/doc/fluid/api/transpiler/DistributeTranspiler.rst new file mode 100644 index 0000000000000000000000000000000000000000..e5f5eec41f542f5b735f05a7829464dc8099c585 --- /dev/null +++ b/doc/fluid/api/transpiler/DistributeTranspiler.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_DistributeTranspiler: + +DistributeTranspiler +-------------------- + +.. autoclass:: paddle.fluid.transpiler.DistributeTranspiler + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/transpiler/DistributeTranspilerConfig.rst b/doc/fluid/api/transpiler/DistributeTranspilerConfig.rst new file mode 100644 index 0000000000000000000000000000000000000000..807ae6760fe7571b3bda2ec057650387c2d69600 --- /dev/null +++ b/doc/fluid/api/transpiler/DistributeTranspilerConfig.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_DistributeTranspilerConfig: + +DistributeTranspilerConfig +-------------------------- + +.. autoclass:: paddle.fluid.transpiler.DistributeTranspilerConfig + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/transpiler/HashName.rst b/doc/fluid/api/transpiler/HashName.rst new file mode 100644 index 0000000000000000000000000000000000000000..2fd7a0a3bb7ac14d975439c721ccfb85405444fe --- /dev/null +++ b/doc/fluid/api/transpiler/HashName.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_HashName: + +HashName +-------- + +.. autoclass:: paddle.fluid.transpiler.HashName + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/transpiler/RoundRobin.rst b/doc/fluid/api/transpiler/RoundRobin.rst new file mode 100644 index 0000000000000000000000000000000000000000..547757d20e8388b3ea51b52a0b4c9e23116f0645 --- /dev/null +++ b/doc/fluid/api/transpiler/RoundRobin.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_RoundRobin: + +RoundRobin +---------- + +.. autoclass:: paddle.fluid.transpiler.RoundRobin + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/transpiler/memory_optimize.rst b/doc/fluid/api/transpiler/memory_optimize.rst new file mode 100644 index 0000000000000000000000000000000000000000..78c79d95fc62fd116b33b45c462d33fe5f81695b --- /dev/null +++ b/doc/fluid/api/transpiler/memory_optimize.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_memory_optimize: + +memory_optimize +--------------- + +.. autofunction:: paddle.fluid.transpiler.memory_optimize + :noindex: + diff --git a/doc/fluid/api/transpiler/release_memory.rst b/doc/fluid/api/transpiler/release_memory.rst new file mode 100644 index 0000000000000000000000000000000000000000..86f9a592ac3a4ba23d0cfaca8f51c191855df200 --- /dev/null +++ b/doc/fluid/api/transpiler/release_memory.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_release_memory: + +release_memory +-------------- + +.. autofunction:: paddle.fluid.transpiler.release_memory + :noindex: + diff --git a/doc/fluid/api/unique_name.rst b/doc/fluid/api/unique_name.rst index 79c5ebe09556cafdb78e5c6eaa21b9f06c6097f9..560e5493bab68a70964e47ea2261f8bfdb50793c 100644 --- a/doc/fluid/api/unique_name.rst +++ b/doc/fluid/api/unique_name.rst @@ -1,31 +1,10 @@ -.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` - !DO NOT EDIT THIS FILE MANUALLY! - ================= fluid.unique_name ================= -.. _api_fluid_unique_name_generate: - -generate --------- - -.. autofunction:: paddle.fluid.unique_name.generate - :noindex: - -.. _api_fluid_unique_name_guard: - -guard ------ - -.. autofunction:: paddle.fluid.unique_name.guard - :noindex: - -.. _api_fluid_unique_name_switch: - -switch ------- - -.. autofunction:: paddle.fluid.unique_name.switch - :noindex: +.. toctree:: + :maxdepth: 1 + unique_name/generate.rst + unique_name/guard.rst + unique_name/switch.rst diff --git a/doc/fluid/api/unique_name/generate.rst b/doc/fluid/api/unique_name/generate.rst new file mode 100644 index 0000000000000000000000000000000000000000..1450f6957c804b9f67b2f7947af2e5fb488f85ba --- /dev/null +++ b/doc/fluid/api/unique_name/generate.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_unique_name_generate: + +generate +-------- + +.. autofunction:: paddle.fluid.unique_name.generate + :noindex: + diff --git a/doc/fluid/api/unique_name/guard.rst b/doc/fluid/api/unique_name/guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..d9fa14a33d38a112f356085b6d2f555204898d0f --- /dev/null +++ b/doc/fluid/api/unique_name/guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_unique_name_guard: + +guard +----- + +.. autofunction:: paddle.fluid.unique_name.guard + :noindex: + diff --git a/doc/fluid/api/unique_name/switch.rst b/doc/fluid/api/unique_name/switch.rst new file mode 100644 index 0000000000000000000000000000000000000000..39cf9c0c631a8cfc09bae25e2c12d00d5a796424 --- /dev/null +++ b/doc/fluid/api/unique_name/switch.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_unique_name_switch: + +switch +------ + +.. autofunction:: paddle.fluid.unique_name.switch + :noindex: +