From 380e16285e9c7303d726b12a6f911b4c1e3af54e Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 5 Mar 2018 14:38:27 +0000 Subject: [PATCH] Deploy to GitHub Pages: 19de16083f757fd99e56c0ea30b4391c9b20979e --- develop/api_doc/.buildinfo | 2 +- develop/api_doc/_static/css/override.css | 509 ------------------ develop/api_doc/_static/images/PP_w.png | Bin 3183 -> 0 bytes develop/api_doc/_static/js/paddle_doc_init.js | 31 -- develop/api_doc/fluid/data_feeder.html | 158 +++--- develop/api_doc/fluid/evaluator.html | 159 +++--- develop/api_doc/fluid/executor.html | 161 +++--- develop/api_doc/fluid/index.html | 151 +++--- develop/api_doc/fluid/initializer.html | 161 +++--- develop/api_doc/fluid/io.html | 166 +++--- develop/api_doc/fluid/layers.html | 299 +++++++--- develop/api_doc/fluid/nets.html | 161 +++--- develop/api_doc/fluid/optimizer.html | 163 +++--- develop/api_doc/fluid/param_attr.html | 159 +++--- develop/api_doc/fluid/profiler.html | 160 +++--- develop/api_doc/fluid/regularizer.html | 160 +++--- develop/api_doc/genindex.html | 162 +++--- develop/api_doc/index_en.html | 166 +++--- develop/api_doc/overview.html | 166 +++--- develop/api_doc/py-modindex.html | 162 +++--- develop/api_doc/search.html | 162 +++--- develop/api_doc/v2/config/activation.html | 176 +++--- develop/api_doc/v2/config/attr.html | 157 +++--- develop/api_doc/v2/config/evaluators.html | 191 +++---- develop/api_doc/v2/config/layer.html | 302 +++++++---- develop/api_doc/v2/config/networks.html | 177 +++--- develop/api_doc/v2/config/optimizer.html | 168 +++--- develop/api_doc/v2/config/pooling.html | 168 +++--- develop/api_doc/v2/data.html | 159 +++--- develop/api_doc/v2/data/data_reader.html | 170 +++--- develop/api_doc/v2/data/dataset.html | 173 +++--- develop/api_doc/v2/data/image.html | 161 +++--- develop/api_doc/v2/model_configs.html | 155 +++--- develop/api_doc/v2/run_logic.html | 170 +++--- develop/doc/.buildinfo | 2 +- develop/doc/_static/css/override.css | 509 ------------------ develop/doc/_static/images/PP_w.png | Bin 3183 -> 0 bytes develop/doc/_static/js/paddle_doc_init.js | 31 -- .../build_from_source_en.html | 191 +++---- .../build_and_install/docker_install_en.html | 194 +++---- develop/doc/build_and_install/index_en.html | 189 +++---- .../doc/build_and_install/pip_install_en.html | 193 +++---- develop/doc/design/api.html | 191 +++---- develop/doc/design/auto_gradient_check.html | 191 +++---- develop/doc/design/backward.html | 191 +++---- develop/doc/design/block.html | 191 +++---- develop/doc/design/build_system/README.html | 191 +++---- develop/doc/design/cluster_train/README.html | 191 +++---- .../design/cluster_train/checkpointing.html | 191 +++---- .../design/cluster_train/data_dispatch.html | 191 +++---- .../cluster_train/large_model_dist_train.html | 191 +++---- .../design/cluster_train/master_server.html | 191 +++---- .../design/cluster_train/pserver_client.html | 191 +++---- .../remote_parameter_updater.html | 191 +++---- .../doc/design/cluster_train/save_model.html | 191 +++---- .../doc/design/cluster_train/submit-job.html | 191 +++---- .../doc/design/concurrent_programming.html | 191 +++---- develop/doc/design/cpp_data_feeding.html | 191 +++---- develop/doc/design/csp.html | 191 +++---- .../distributed_architecture.html | 191 +++---- .../doc/design/dist_refactor/multi_cpu.html | 191 +++---- .../dist_refactor/parameter_server.html | 191 +++---- develop/doc/design/error_clip.html | 191 +++---- develop/doc/design/evaluator.html | 191 +++---- develop/doc/design/executor.html | 191 +++---- develop/doc/design/file_manager/README.html | 191 +++---- .../design/file_manager/pfs/pfsclient.html | 191 +++---- develop/doc/design/float16.html | 191 +++---- develop/doc/design/fluid.html | 191 +++---- develop/doc/design/fluid_compiler.html | 191 +++---- .../design/functions_operators_layers.html | 191 +++---- develop/doc/design/gan_api.html | 191 +++---- develop/doc/design/graph.html | 191 +++---- develop/doc/design/graph_survey.html | 191 +++---- develop/doc/design/if_else_op.html | 191 +++---- develop/doc/design/infer_var_type.html | 191 +++---- develop/doc/design/kernel_hint_design.html | 191 +++---- develop/doc/design/kernel_selection.html | 191 +++---- develop/doc/design/memory_optimization.html | 191 +++---- develop/doc/design/mkl/mkl_packed.html | 191 +++---- develop/doc/design/mkl/mkldnn.html | 191 +++---- develop/doc/design/mkl/mkldnn_fluid.html | 191 +++---- develop/doc/design/model_format.html | 191 +++---- .../00.why_plain_c.html | 191 +++---- .../01.inference_implementation.html | 191 +++---- develop/doc/design/operator_kernel_type.html | 191 +++---- develop/doc/design/ops/rnn.html | 191 +++---- develop/doc/design/ops/sequence_decoder.html | 191 +++---- develop/doc/design/optimizer.html | 191 +++---- develop/doc/design/paddle_nccl.html | 191 +++---- develop/doc/design/parallel_do.html | 191 +++---- develop/doc/design/parameter_average.html | 191 +++---- develop/doc/design/parameters_in_cpp.html | 191 +++---- develop/doc/design/profiler.html | 191 +++---- develop/doc/design/program.html | 191 +++---- develop/doc/design/prune.html | 191 +++---- develop/doc/design/python_api.html | 191 +++---- develop/doc/design/reader/README.html | 191 +++---- develop/doc/design/refactorization.html | 191 +++---- develop/doc/design/register_grad_op.html | 191 +++---- develop/doc/design/regularization.html | 191 +++---- develop/doc/design/releasing_process.html | 191 +++---- develop/doc/design/scope.html | 191 +++---- develop/doc/design/selected_rows.html | 191 +++---- develop/doc/design/simple_op_design.html | 191 +++---- develop/doc/design/speech/deep_speech_2.html | 191 +++---- develop/doc/design/support_new_device.html | 191 +++---- develop/doc/design/switch.html | 191 +++---- develop/doc/design/tensor_array.html | 191 +++---- develop/doc/design/var_desc.html | 191 +++---- develop/doc/dev/contribute_to_paddle_en.html | 191 +++---- develop/doc/dev/index_en.html | 185 +++---- develop/doc/dev/new_layer_en.html | 191 +++---- develop/doc/dev/new_op_en.html | 191 +++---- develop/doc/dev/new_op_kernel_en.html | 191 +++---- develop/doc/dev/use_eigen_en.html | 191 +++---- develop/doc/dev/write_docs_en.html | 193 +++---- .../doc/faq/build_and_install/index_en.html | 184 +++---- develop/doc/faq/cluster/index_en.html | 184 +++---- develop/doc/faq/index_en.html | 182 +++---- develop/doc/faq/local/index_en.html | 184 +++---- develop/doc/faq/model/index_en.html | 184 +++---- develop/doc/faq/parameter/index_en.html | 184 +++---- develop/doc/genindex.html | 187 +++---- .../getstarted/concepts/use_concepts_en.html | 187 +++---- develop/doc/getstarted/index_en.html | 185 +++---- develop/doc/getstarted/quickstart_en.html | 191 +++---- .../doc/howto/capi/compile_paddle_lib_en.html | 191 +++---- develop/doc/howto/capi/index_en.html | 191 +++---- .../capi/organization_of_the_inputs_en.html | 191 +++---- .../doc/howto/capi/workflow_of_capi_en.html | 191 +++---- .../doc/howto/cluster/cmd_argument_en.html | 193 +++---- .../howto/cluster/fluid_cluster_train_en.html | 191 +++---- develop/doc/howto/cluster/index_en.html | 186 +++---- .../cluster/multi_cluster/fabric_en.html | 182 +++---- .../howto/cluster/multi_cluster/index_en.html | 180 +++---- .../cluster/multi_cluster/k8s_aws_en.html | 182 +++---- .../multi_cluster/k8s_distributed_en.html | 191 +++---- .../howto/cluster/multi_cluster/k8s_en.html | 182 +++---- .../cluster/multi_cluster/openmpi_en.html | 182 +++---- .../multi_cluster/src/k8s_data/README.html | 191 +++---- .../multi_cluster/src/k8s_train/README.html | 191 +++---- .../doc/howto/cluster/preparations_en.html | 188 +++---- .../doc/howto/cmd_parameter/arguments_en.html | 186 +++---- .../cmd_parameter/detail_introduction_en.html | 197 +++---- develop/doc/howto/cmd_parameter/index_en.html | 184 +++---- .../doc/howto/cmd_parameter/use_case_en.html | 194 +++---- develop/doc/howto/index_en.html | 189 +++---- .../howto/optimization/cpu_profiling_en.html | 191 +++---- .../howto/optimization/gpu_profiling_en.html | 199 +++---- develop/doc/howto/read_source.html | 191 +++---- .../doc/howto/rnn/hierarchical_layer_en.html | 185 +++---- .../howto/rnn/hrnn_rnn_api_compare_en.html | 185 +++---- develop/doc/howto/rnn/index_en.html | 183 +++---- develop/doc/howto/rnn/recurrent_group_en.html | 185 +++---- develop/doc/howto/rnn/rnn_config_en.html | 189 +++---- develop/doc/index_en.html | 191 +++---- .../cross_compiling_for_android_en.html | 191 +++---- .../mobile/cross_compiling_for_ios_en.html | 191 +++---- .../cross_compiling_for_raspberry_en.html | 191 +++---- develop/doc/search.html | 187 +++---- .../survey/cluster_bootstrapping_tools.html | 191 +++---- develop/doc_cn/.buildinfo | 2 +- develop/doc_cn/_static/css/override.css | 509 ------------------ develop/doc_cn/_static/images/PP_w.png | Bin 3183 -> 0 bytes develop/doc_cn/_static/js/paddle_doc_init.js | 31 -- .../build_from_source_cn.html | 203 +++---- .../build_and_install/docker_install_cn.html | 201 +++---- .../doc_cn/build_and_install/index_cn.html | 196 +++---- .../build_and_install/pip_install_cn.html | 199 +++---- develop/doc_cn/design/api.html | 198 +++---- .../doc_cn/design/auto_gradient_check.html | 198 +++---- develop/doc_cn/design/backward.html | 198 +++---- develop/doc_cn/design/block.html | 198 +++---- .../doc_cn/design/build_system/README.html | 198 +++---- .../doc_cn/design/cluster_train/README.html | 198 +++---- .../design/cluster_train/checkpointing.html | 198 +++---- .../design/cluster_train/data_dispatch.html | 198 +++---- .../cluster_train/large_model_dist_train.html | 198 +++---- .../design/cluster_train/master_server.html | 198 +++---- .../design/cluster_train/pserver_client.html | 198 +++---- .../remote_parameter_updater.html | 198 +++---- .../design/cluster_train/save_model.html | 198 +++---- .../design/cluster_train/submit-job.html | 198 +++---- .../doc_cn/design/concurrent_programming.html | 198 +++---- develop/doc_cn/design/cpp_data_feeding.html | 198 +++---- develop/doc_cn/design/csp.html | 198 +++---- .../distributed_architecture.html | 198 +++---- .../design/dist_refactor/multi_cpu.html | 198 +++---- .../dist_refactor/parameter_server.html | 198 +++---- develop/doc_cn/design/error_clip.html | 198 +++---- develop/doc_cn/design/evaluator.html | 198 +++---- develop/doc_cn/design/executor.html | 198 +++---- .../doc_cn/design/file_manager/README.html | 198 +++---- .../design/file_manager/pfs/pfsclient.html | 198 +++---- develop/doc_cn/design/float16.html | 198 +++---- develop/doc_cn/design/fluid.html | 198 +++---- develop/doc_cn/design/fluid_compiler.html | 198 +++---- .../design/functions_operators_layers.html | 198 +++---- develop/doc_cn/design/gan_api.html | 198 +++---- develop/doc_cn/design/graph.html | 198 +++---- develop/doc_cn/design/graph_survey.html | 198 +++---- develop/doc_cn/design/if_else_op.html | 198 +++---- develop/doc_cn/design/infer_var_type.html | 198 +++---- develop/doc_cn/design/kernel_hint_design.html | 198 +++---- develop/doc_cn/design/kernel_selection.html | 198 +++---- .../doc_cn/design/memory_optimization.html | 198 +++---- develop/doc_cn/design/mkl/mkl_packed.html | 198 +++---- develop/doc_cn/design/mkl/mkldnn.html | 198 +++---- develop/doc_cn/design/mkl/mkldnn_fluid.html | 198 +++---- develop/doc_cn/design/model_format.html | 198 +++---- .../00.why_plain_c.html | 198 +++---- .../01.inference_implementation.html | 198 +++---- .../doc_cn/design/operator_kernel_type.html | 198 +++---- develop/doc_cn/design/ops/rnn.html | 198 +++---- .../doc_cn/design/ops/sequence_decoder.html | 198 +++---- develop/doc_cn/design/optimizer.html | 198 +++---- develop/doc_cn/design/paddle_nccl.html | 198 +++---- develop/doc_cn/design/parallel_do.html | 198 +++---- develop/doc_cn/design/parameter_average.html | 198 +++---- develop/doc_cn/design/parameters_in_cpp.html | 198 +++---- develop/doc_cn/design/profiler.html | 198 +++---- develop/doc_cn/design/program.html | 198 +++---- develop/doc_cn/design/prune.html | 198 +++---- develop/doc_cn/design/python_api.html | 198 +++---- develop/doc_cn/design/reader/README.html | 198 +++---- develop/doc_cn/design/refactorization.html | 198 +++---- develop/doc_cn/design/register_grad_op.html | 198 +++---- develop/doc_cn/design/regularization.html | 198 +++---- develop/doc_cn/design/releasing_process.html | 198 +++---- develop/doc_cn/design/scope.html | 198 +++---- develop/doc_cn/design/selected_rows.html | 198 +++---- develop/doc_cn/design/simple_op_design.html | 198 +++---- .../doc_cn/design/speech/deep_speech_2.html | 198 +++---- develop/doc_cn/design/support_new_device.html | 198 +++---- develop/doc_cn/design/switch.html | 198 +++---- develop/doc_cn/design/tensor_array.html | 198 +++---- develop/doc_cn/design/var_desc.html | 198 +++---- .../doc_cn/dev/contribute_to_paddle_cn.html | 210 +++----- develop/doc_cn/dev/index_cn.html | 192 +++---- develop/doc_cn/dev/new_layer_cn.html | 198 +++---- develop/doc_cn/dev/new_op_cn.html | 198 +++---- develop/doc_cn/dev/use_eigen_cn.html | 198 +++---- develop/doc_cn/dev/write_docs_cn.html | 202 +++---- .../faq/build_and_install/index_cn.html | 201 +++---- develop/doc_cn/faq/cluster/index_cn.html | 196 +++---- develop/doc_cn/faq/index_cn.html | 189 +++---- develop/doc_cn/faq/local/index_cn.html | 208 +++---- develop/doc_cn/faq/model/index_cn.html | 201 +++---- develop/doc_cn/faq/parameter/index_cn.html | 202 +++---- develop/doc_cn/genindex.html | 194 +++---- .../getstarted/concepts/use_concepts_cn.html | 197 +++---- develop/doc_cn/getstarted/index_cn.html | 192 +++---- develop/doc_cn/getstarted/quickstart_cn.html | 198 +++---- .../howto/capi/compile_paddle_lib_cn.html | 198 +++---- develop/doc_cn/howto/capi/index_cn.html | 192 +++---- .../capi/organization_of_the_inputs_cn.html | 203 +++---- .../howto/capi/workflow_of_capi_cn.html | 197 +++---- .../doc_cn/howto/cluster/cmd_argument_cn.html | 201 +++---- develop/doc_cn/howto/cluster/index_cn.html | 194 +++---- .../cluster/multi_cluster/fabric_cn.html | 189 +++---- .../howto/cluster/multi_cluster/index_cn.html | 187 +++---- .../cluster/multi_cluster/k8s_aws_cn.html | 189 +++---- .../howto/cluster/multi_cluster/k8s_cn.html | 189 +++---- .../multi_cluster/k8s_distributed_cn.html | 189 +++---- .../cluster/multi_cluster/openmpi_cn.html | 189 +++---- .../multi_cluster/src/k8s_data/README.html | 198 +++---- .../multi_cluster/src/k8s_train/README.html | 198 +++---- .../doc_cn/howto/cluster/preparations_cn.html | 196 +++---- .../howto/cmd_parameter/arguments_cn.html | 194 +++---- .../cmd_parameter/detail_introduction_cn.html | 205 +++---- .../doc_cn/howto/cmd_parameter/index_cn.html | 192 +++---- .../howto/cmd_parameter/use_case_cn.html | 202 +++---- develop/doc_cn/howto/index_cn.html | 197 +++---- .../howto/optimization/cpu_profiling_cn.html | 198 +++---- .../howto/optimization/gpu_profiling_cn.html | 207 +++---- develop/doc_cn/howto/read_source.html | 198 +++---- .../howto/rnn/hierarchical_layer_cn.html | 201 +++---- .../howto/rnn/hrnn_rnn_api_compare_cn.html | 200 +++---- develop/doc_cn/howto/rnn/index_cn.html | 191 +++---- .../doc_cn/howto/rnn/recurrent_group_cn.html | 201 +++---- develop/doc_cn/howto/rnn/rnn_config_cn.html | 197 +++---- develop/doc_cn/index_cn.html | 198 +++---- .../cross_compiling_for_android_cn.html | 198 +++---- .../mobile/cross_compiling_for_ios_cn.html | 198 +++---- .../cross_compiling_for_raspberry_cn.html | 198 +++---- develop/doc_cn/search.html | 194 +++---- .../survey/cluster_bootstrapping_tools.html | 198 +++---- 288 files changed, 19318 insertions(+), 35169 deletions(-) delete mode 100644 develop/api_doc/_static/css/override.css delete mode 100644 develop/api_doc/_static/images/PP_w.png delete mode 100644 develop/api_doc/_static/js/paddle_doc_init.js delete mode 100644 develop/doc/_static/css/override.css delete mode 100644 develop/doc/_static/images/PP_w.png delete mode 100644 develop/doc/_static/js/paddle_doc_init.js delete mode 100644 develop/doc_cn/_static/css/override.css delete mode 100644 develop/doc_cn/_static/images/PP_w.png delete mode 100644 develop/doc_cn/_static/js/paddle_doc_init.js diff --git a/develop/api_doc/.buildinfo b/develop/api_doc/.buildinfo index fde5b8bfbc..8e971368c2 100644 --- a/develop/api_doc/.buildinfo +++ b/develop/api_doc/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4d7a146cda87e1e0222ce8a24b0ea6b4 +config: 7ac86ebaf158a88452a10ab91cbfa0ab tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/develop/api_doc/_static/css/override.css b/develop/api_doc/_static/css/override.css deleted file mode 100644 index 09ecff688b..0000000000 --- a/develop/api_doc/_static/css/override.css +++ /dev/null @@ -1,509 +0,0 @@ -* { - font-family:"Roboto","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; -} -body { - padding-top: 80px; - background-image: none !important; - font-family: Roboto; -} -a, a:focus, a:hover, a:visited { - color: #597cf1; -} -.site-header { - position: fixed; - top: 0; - width: 100%; - left: 0; - z-index: 99; - background: #333; - height: 80px; - display: -webkit-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - flex-flow: row nowrap; - justify-content: space-between; - box-shadow: #ccc 0 3px 3px; -} -.site-header > div { - height: 80px; - display: inline-block; - background-color: #2f323a; - padding: 0 30px; -} -.site-header .site-logo { - line-height: 80px; - width: 290px; - flex: 0 1 290px; -} -.site-header .site-logo > a { - display: inline-block; - width: 230px; -} -.site-header .site-nav-links { - flex: 0 1 100%; -} -.site-header .site-nav-links .site-menu { - height: 30px; - line-height: 30px; - font-size: 12px; - background: -webkit-linear-gradient(#282b33, #2f323a); - background: -o-linear-gradient(#282b33, #2f323a); - background: -moz-linear-gradient(#282b33, #2f323a); - background: linear-gradient(to left, #282b33, #2f323a); - margin-right: -30px; - padding-right: 30px; -} -.site-header .site-nav-links .site-menu .site-page-links { - display: inline-block; - float: right; - margin-right: 20px; -} -.site-header .site-nav-links .site-menu .site-page-links> li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .site-menu .site-page-links > li > a { - color: #a7adbd; - display: inline-block; - height: 30px; - padding: 0 20px; - font-size: 12px; -} -.site-header .site-nav-links .site-menu .site-page-links > li:hover > a, -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - background-color: #2f323a; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - font-weight: bold; -} -.site-header .site-nav-links .site-menu .fork-on-github { - color: #597cf1; - line-height: 30px; - display: inline-block; - padding: 0 0 0 20px; - float: right; - position: relative; -} -.site-header .site-nav-links .site-menu .fork-on-github .fa { - margin-right: 5px; - font-size: 16px; - vertical-align: middle; -} -.site-header .site-nav-links .site-menu .language-switcher { - height: 30px; - display: inline-block; - float: right; - line-height: 30px; - padding: 0 20px; - position: relative; -} -.site-header .site-nav-links .site-menu .language-switcher > a { - color: #a7adbd; -} -.site-header .site-nav-links .site-menu .language-switcher.open > a { - background-color: #24272f; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .language-switcher .fa { - margin-left: 5px; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-down { - display: inline; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-down { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-up { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-up { - display: inline; -} -.site-header .site-nav-links .site-menu .fork-on-github:before, -.site-header .site-nav-links .site-menu .language-switcher:before { - width: 1px; - height: 12px; - top: 9px; - background-color: #3a3d47; - left: 0; - display: inline-block; - position: absolute; - content: ""; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu { - display: none; - position: absolute; - box-shadow: #ccc 0 0 5px; - background-color: #fff; - width: 100%; - left: 0; - top: 30px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li { - line-height: 30px; - padding: 0 20px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li:hover { - background-color: #f7f8fe; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li + li { - border-top: 1px solid #dedfe5; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li > a { - color: #2f323a; -} -.site-header .site-nav-links .site-menu .language-switcher.open .dropdown-menu { - display: inline-block; -} -.site-header .site-nav-links .doc-module { - display: block; - height: 50px; - line-height: 50px; -} -.site-header .site-nav-links .doc-module > ul > li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .doc-module > ul > li > a { - color: #c9cbd0; - font-size: 14px; - display: inline-block; - height: 50px; - line-height: 50px; - border-bottom: 2px solid transparent; - padding: 0 20px; -} -.site-header .site-nav-links .doc-module > ul > li:hover > a { - color: #fff; -} -.site-header .site-nav-links .doc-module > ul > li.current > a { - border-bottom-color: #fff; - color: #fff; -} -.site-header .site-nav-links .doc-module [role="search"]{ - float: right; -} -.site-header .site-nav-links .doc-module [role="search"] input { - background-color: #3a3d47; - border-radius: 15px; - color: #a7adbd; - border: 1px solid transparent; - padding: 6px 15px; - width: 180px; - box-shadow: none; - transition: all .2s; - -webkit-transition: all .2s; - -moz-transition: all .2s; - -o-transition: all .2s; - background-repeat: no-repeat; - background-position: 145px center; - background-image: url("data:image/png;base64,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"); -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - width: 300px; -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - background-position: 265px center; -} -.site-header .site-nav-links .doc-module [role="search"] input:hover, -.site-header .site-nav-links .doc-module [role="search"] input:focus { - color: #fff; - border-color: #597cf1; - background-image: url("data:image/png;base64,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"); -} -.doc-menu-vertical { - display: inline-block; - float: left; - width: 240px; - height: 100%; - background-color: #ecedee; - position: absolute; - left: 0; - top: 0; - overflow: hidden; - padding: 0; - border-right: 1px solid #dddfe3; -} -.doc-menu-vertical > ul { - display: none; -} -.doc-menu-vertical > ul.current{ - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1 { - display: none; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current { - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current > a { - display: none; -} -.doc-menu-vertical .toctree-l2 a { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - padding-right: 30px; -} -.doc-menu-vertical .toctree-l2 > a { - font-size: 14px; - color: #2f323a; - padding-left: 30px; - line-height: 50px; - display: block; - font-weight: bold; - border-bottom: 1px solid #dddfe3; -} -.doc-menu-vertical .toctree-l2.has-child > a:after { - font-family: "FontAwesome"; - display: inline-block; - font-style: normal; - font-weight: normal; - text-decoration: inherit; - content: ""; - float: right; - line-height: 50px; - color: #a7adbd; - position: absolute; - right: 15px; -} -.doc-menu-vertical .toctree-l2.has-child.current > a:after { - content: ""; -} -.doc-menu-vertical .toctree-l2 > a + ul{ - background-color: #e4e6e9; - height: 0; - overflow: hidden; -} -.doc-menu-vertical .toctree-l2.current > a + ul { - border-bottom: 1px solid #dddfe3; - height: auto; -} -.doc-menu-vertical .toctree-l2 li.active > a { - background-color: #597cf1; - color: #fff; -} -.doc-menu-vertical .toctree-l3 > a { - font-size: 12px; - color: #2f323a; - padding-left: 30px; - line-height: 40px; - display: block; -} -.doc-menu-vertical .toctree-l4 > a { - font-size: 12px; - color: #64697b; - padding-left: 50px; - line-height: 30px; - display: block; -} -.doc-menu-vertical .toctree-l5 > a { - font-size: 14px; - color: #ccc; - padding-left: 40px; - display: block; -} -.local-toc { - position: absolute; - height: 100%; - background-color: #f6f7f8; - top: 0; - left: 240px; - padding: 0; - z-index: 9; -} -.local-toc:after { - content: ""; - position: absolute; - height: 100%; - width: 1px; - display: inline-block; - right: 0; - background-color: #dddfe3; - top: 0; - z-index: -1; -} -.local-toc:hover a { - width: auto; -} -.local-toc > ul > li a { - position: relative; - font-size: 12px; - overflow: hidden; - display: none; -} -.local-toc > ul > li > ul > li a { - display: block; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - padding-right: 20px; - width: 50px; -} -.local-toc > ul > li > ul > li > ul > li > ul a { - display: none; -} -.local-toc > ul > li > ul li > a:after { - content: ""; - display: inline-block; - width: 1px; - height: 100%; - background-color: transparent; - position: absolute; - right: 0; - top: 0; -} -.local-toc > ul > li > ul li a:hover{ - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li a:hover:after { - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li.active > a { - color: #ff9711; - background-color: #fff; - border-top: 1px solid #dddfe3; - border-bottom: 1px solid #dddfe3; -} -.local-toc > ul > li > ul li.active > a:before { - background-color: #ff9711; - width: 10px; - height: 10px; - margin: 15px 20px; - border-radius: 5px; -} -.local-toc > ul > li > ul li.active > a:after { - background-color: #fff; -} -.local-toc > ul > li > ul > li { - position: relative; - line-height: 40px; - white-space: nowrap; -} -.local-toc > ul > li > ul > li > a { - color: #64697b; -} -.local-toc > ul > li > ul > li > a + ul { - display: none; -} -.local-toc > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.local-toc > ul > li > ul > li > ul > li > a { - color: #a7adbd; -} -.local-toc > ul > li > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.main-content-wrap { - position: absolute; - width: 100%; - top: 80px; - bottom: 0; - overflow: auto; - background-color: #f6f7f8; -} -.doc-content-wrap { - margin-left: 290px; - height: 100%; - position: relative; - padding-top: 60px; - background-color: #fff; -} -.doc-content-wrap > div[role='navigation'] { - position: absolute; - top: 0; - width: 100%; - left: 0; - padding: 0 30px; - height: 60px; -} -.wy-breadcrumbs { - line-height: 50px; - height: 60px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjhmMGQ3ZC0wODU3LTQ0ZTctOGRhZi00NGU3OTc1ZmM2MzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRBN0NEODRBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRBN0NEODNBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNWQwMzI1ZC01ZDAyLTQ1YTYtODUxOS1lNWUzNjU5NGFhMzAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZGVmZmY0OS1mNjA4LTExNzktYTRlZC1kZjJiNGY3N2YwNzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FGmP1AAAAKUlEQVR42mK4/+DpfwY9Q0tBJgYGhv8g4h8uFoKLEGOAc9FYSARAgAEAUgMQYBNmQ7sAAAAASUVORK5CYII="); - background-repeat: repeat no-repeat; - background-position: center 50px; -} -.wy-breadcrumbs > li { - color: #ccc; -} -.wy-breadcrumbs > li a { - color: #ff9711; - padding: 0; -} -.wy-breadcrumbs > li:first-child a { - color: #597cf1; -} -.wy-nav-content{ - max-width: none; - overflow: auto; - position: relative; - padding: 30px; - background-color: #fff; -} -.wy-nav-content h1 { - font-size: 24px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h2 { - font-size: 20px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h3 { - font-size: 18px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h4 { - font-size: 16px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content p + h1, -.wy-nav-content p + h2, -.wy-nav-content p + h3, -.wy-nav-content p + h4 { - margin-top: 20px; -} -.wy-nav-content p{ - color: #2f323a; - margin-bottom: 20px; - font-size: 14px; -} -#search-results h2 { - font-size: 24px; - margin: 20px 0 10px 0; -} -#search-results p { - color: #a7adbd; -} -#search-results ul.search > li { - border-bottom: none; -} -#search-results ul.search > li > a { - color: #597cf1; -} -.rst-content .highlighted{ - background-color: transparent; - color: #ff9711; - padding: 0; -} diff --git a/develop/api_doc/_static/images/PP_w.png b/develop/api_doc/_static/images/PP_w.png deleted file mode 100644 index bc58b0b458135773fcde5ee941ea095e3d4d07a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3183 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 ul').addClass('nav nav-stacked'); - $('#doc-content').scrollspy({ - target: '.local-toc' - }); - $('.local-toc').perfectScrollbar(); - } else { - $('.doc-content-wrap').css('margin-left', '-=50px'); - $('.local-toc').remove(); - } - - if (!$('.doc-menu-vertical > ul > li.current > ul').length) { - $('.doc-content-wrap').css('margin-left', '-=240px'); - $('.doc-menu-vertical').remove(); - $('.local-toc').css('left', '0'); - } - - $('.doc-menu-vertical .toctree-l2').each(function (i, e){ - $(e).toggleClass('has-child', !!$(e).find('ul').length); - }); - - $('.doc-menu-vertical').find('li.current').last().addClass('active'); - - $('.doc-menu-vertical').perfectScrollbar(); -}); diff --git a/develop/api_doc/fluid/data_feeder.html b/develop/api_doc/fluid/data_feeder.html index a7d99b8f65..c80656f3b9 100644 --- a/develop/api_doc/fluid/data_feeder.html +++ b/develop/api_doc/fluid/data_feeder.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,79 +45,53 @@ - - - -
+
- - - -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +205,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/evaluator.html b/develop/api_doc/fluid/evaluator.html index 0b443ce0ff..ea1db7f5a8 100644 --- a/develop/api_doc/fluid/evaluator.html +++ b/develop/api_doc/fluid/evaluator.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,82 +45,57 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -241,25 +218,29 @@ numbers.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/executor.html b/develop/api_doc/fluid/executor.html index 5fff5589c3..a0ce2245ed 100644 --- a/develop/api_doc/fluid/executor.html +++ b/develop/api_doc/fluid/executor.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,80 +45,57 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -253,25 +232,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/index.html b/develop/api_doc/fluid/index.html index 965c0f1ada..427d0b05eb 100644 --- a/develop/api_doc/fluid/index.html +++ b/develop/api_doc/fluid/index.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,75 +44,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -233,25 +206,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/initializer.html b/develop/api_doc/fluid/initializer.html index ca46459c41..bd87cac472 100644 --- a/develop/api_doc/fluid/initializer.html +++ b/develop/api_doc/fluid/initializer.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,81 +45,58 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -257,25 +236,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/io.html b/develop/api_doc/fluid/io.html index 0247a25eb3..48b2ad199a 100644 --- a/develop/api_doc/fluid/io.html +++ b/develop/api_doc/fluid/io.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,75 +44,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -404,25 +388,29 @@ fetch_targets: Variables from which we can get inference results.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/layers.html b/develop/api_doc/fluid/layers.html index b46eafa527..a438d2887f 100644 --- a/develop/api_doc/fluid/layers.html +++ b/develop/api_doc/fluid/layers.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,78 +45,197 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -4883,25 +5004,29 @@ initializes it with a constant specifed by value.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/api_doc/fluid/nets.html b/develop/api_doc/fluid/nets.html index 4af78432d4..53b6f9088a 100644 --- a/develop/api_doc/fluid/nets.html +++ b/develop/api_doc/fluid/nets.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,75 +45,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -341,25 +320,29 @@ parameters.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/optimizer.html b/develop/api_doc/fluid/optimizer.html index 4197799c12..8cce22c424 100644 --- a/develop/api_doc/fluid/optimizer.html +++ b/develop/api_doc/fluid/optimizer.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,75 +45,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -275,25 +256,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/param_attr.html b/develop/api_doc/fluid/param_attr.html index 57ed725fbc..b2f3d84a90 100644 --- a/develop/api_doc/fluid/param_attr.html +++ b/develop/api_doc/fluid/param_attr.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,75 +45,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -240,25 +217,29 @@ which to normalize.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/profiler.html b/develop/api_doc/fluid/profiler.html index ae954dcaa1..c034d8da9b 100644 --- a/develop/api_doc/fluid/profiler.html +++ b/develop/api_doc/fluid/profiler.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,75 +45,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -302,25 +280,29 @@ proto output file. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/fluid/regularizer.html b/develop/api_doc/fluid/regularizer.html index 307734b875..5be2424d78 100644 --- a/develop/api_doc/fluid/regularizer.html +++ b/develop/api_doc/fluid/regularizer.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,75 +45,46 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -272,25 +250,29 @@ set. It will be applied with regularizer. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/genindex.html b/develop/api_doc/genindex.html index 47fbf4f975..8f3be53352 100644 --- a/develop/api_doc/genindex.html +++ b/develop/api_doc/genindex.html @@ -29,26 +29,13 @@ + - - - - - - @@ -56,102 +43,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -159,13 +113,17 @@
    +
  • Docs »
  • Index
  • +
  • + + + +
+
- -
-
@@ -286,25 +244,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/index_en.html b/develop/api_doc/index_en.html index 53978cdcbf..d2e749e18b 100644 --- a/develop/api_doc/index_en.html +++ b/develop/api_doc/index_en.html @@ -28,6 +28,7 @@ + @@ -35,20 +36,6 @@ - - - - - - @@ -56,116 +43,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -224,25 +184,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/overview.html b/develop/api_doc/overview.html index a91993058b..dde15c041b 100644 --- a/develop/api_doc/overview.html +++ b/develop/api_doc/overview.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,116 +44,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -224,25 +184,29 @@ it has several easy to use methods to better expose the internal running details VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/py-modindex.html b/develop/api_doc/py-modindex.html index 3ff6fea239..2230ca8251 100644 --- a/develop/api_doc/py-modindex.html +++ b/develop/api_doc/py-modindex.html @@ -28,6 +28,7 @@ + @@ -35,20 +36,6 @@ - - - - - - @@ -58,102 +45,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -161,13 +115,17 @@
    +
  • Docs »
  • Python Module Index
  • +
  • + + + +
+
- -
-
@@ -230,25 +188,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/search.html b/develop/api_doc/search.html index 54b8c499ea..4c8195a6a3 100644 --- a/develop/api_doc/search.html +++ b/develop/api_doc/search.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,102 +42,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -158,13 +112,15 @@
    +
  • Docs »
  • Search
  • +
  • + +
+
- -
-
@@ -216,8 +172,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -225,21 +180,24 @@ - + + + + + - - - diff --git a/develop/api_doc/v2/config/activation.html b/develop/api_doc/v2/config/activation.html index 9b37b2daa0..26e410b029 100644 --- a/develop/api_doc/v2/config/activation.html +++ b/develop/api_doc/v2/config/activation.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,61 +45,63 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -395,25 +381,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/attr.html b/develop/api_doc/v2/config/attr.html index e627bfdb36..2c316527f2 100644 --- a/develop/api_doc/v2/config/attr.html +++ b/develop/api_doc/v2/config/attr.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,58 +45,43 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -339,25 +308,29 @@ The details allocation in parallel_nn please refer to - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/evaluators.html b/develop/api_doc/v2/config/evaluators.html index c9ceca9041..2ee8f77e24 100644 --- a/develop/api_doc/v2/config/evaluators.html +++ b/develop/api_doc/v2/config/evaluators.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,118 +45,132 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -782,25 +783,29 @@ mAP.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/layer.html b/develop/api_doc/v2/config/layer.html index 6f54e7a9be..b206031cde 100644 --- a/develop/api_doc/v2/config/layer.html +++ b/develop/api_doc/v2/config/layer.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,62 +45,190 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -4567,25 +4679,29 @@ details. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/networks.html b/develop/api_doc/v2/config/networks.html index b5e54d86d4..51399293dd 100644 --- a/develop/api_doc/v2/config/networks.html +++ b/develop/api_doc/v2/config/networks.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,58 +45,43 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -1054,25 +1045,29 @@ inside. Then users can use either the original or transformed one. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/optimizer.html b/develop/api_doc/v2/config/optimizer.html index 4d9c24e87d..bb88acfe85 100644 --- a/develop/api_doc/v2/config/optimizer.html +++ b/develop/api_doc/v2/config/optimizer.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,118 +45,109 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -405,25 +383,29 @@ w & = w - \frac{\eta} {\sqrt{v(w,t) + \epsilon}} \nabla Q_{i}(w)\end{split}\ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/config/pooling.html b/develop/api_doc/v2/config/pooling.html index f3fe56c9b6..f06ac0ac65 100644 --- a/develop/api_doc/v2/config/pooling.html +++ b/develop/api_doc/v2/config/pooling.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,118 +45,109 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -317,25 +295,29 @@ pooling window.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/data.html b/develop/api_doc/v2/data.html index 1fa4f2979c..06830834f5 100644 --- a/develop/api_doc/v2/data.html +++ b/develop/api_doc/v2/data.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,69 +44,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -225,25 +190,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/data/data_reader.html b/develop/api_doc/v2/data/data_reader.html index 410b08623b..00498dc5f5 100644 --- a/develop/api_doc/v2/data/data_reader.html +++ b/develop/api_doc/v2/data/data_reader.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,118 +45,105 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -878,25 +852,29 @@ Trailing new line (‘\n’) of each line will be removed.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/data/dataset.html b/develop/api_doc/v2/data/dataset.html index 5220e09b97..1c6776504f 100644 --- a/develop/api_doc/v2/data/dataset.html +++ b/develop/api_doc/v2/data/dataset.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,118 +45,108 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -918,25 +895,29 @@ dictionary will use index as key and word as value. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/data/image.html b/develop/api_doc/v2/data/image.html index 8e704ae5cb..17292232bc 100644 --- a/develop/api_doc/v2/data/image.html +++ b/develop/api_doc/v2/data/image.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,69 +45,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -490,25 +455,29 @@ mean values per channel. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/model_configs.html b/develop/api_doc/v2/model_configs.html index 80f1022a95..fa40290d94 100644 --- a/develop/api_doc/v2/model_configs.html +++ b/develop/api_doc/v2/model_configs.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,58 +44,43 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +198,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/api_doc/v2/run_logic.html b/develop/api_doc/v2/run_logic.html index 9d66f0494e..bf88fe8c57 100644 --- a/develop/api_doc/v2/run_logic.html +++ b/develop/api_doc/v2/run_logic.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,116 +44,95 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -703,25 +669,29 @@ outout_layer1.field2, outout_layer2.field2 ...

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/.buildinfo b/develop/doc/.buildinfo index fde5b8bfbc..8e971368c2 100644 --- a/develop/doc/.buildinfo +++ b/develop/doc/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4d7a146cda87e1e0222ce8a24b0ea6b4 +config: 7ac86ebaf158a88452a10ab91cbfa0ab tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/develop/doc/_static/css/override.css b/develop/doc/_static/css/override.css deleted file mode 100644 index 09ecff688b..0000000000 --- a/develop/doc/_static/css/override.css +++ /dev/null @@ -1,509 +0,0 @@ -* { - font-family:"Roboto","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; -} -body { - padding-top: 80px; - background-image: none !important; - font-family: Roboto; -} -a, a:focus, a:hover, a:visited { - color: #597cf1; -} -.site-header { - position: fixed; - top: 0; - width: 100%; - left: 0; - z-index: 99; - background: #333; - height: 80px; - display: -webkit-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - flex-flow: row nowrap; - justify-content: space-between; - box-shadow: #ccc 0 3px 3px; -} -.site-header > div { - height: 80px; - display: inline-block; - background-color: #2f323a; - padding: 0 30px; -} -.site-header .site-logo { - line-height: 80px; - width: 290px; - flex: 0 1 290px; -} -.site-header .site-logo > a { - display: inline-block; - width: 230px; -} -.site-header .site-nav-links { - flex: 0 1 100%; -} -.site-header .site-nav-links .site-menu { - height: 30px; - line-height: 30px; - font-size: 12px; - background: -webkit-linear-gradient(#282b33, #2f323a); - background: -o-linear-gradient(#282b33, #2f323a); - background: -moz-linear-gradient(#282b33, #2f323a); - background: linear-gradient(to left, #282b33, #2f323a); - margin-right: -30px; - padding-right: 30px; -} -.site-header .site-nav-links .site-menu .site-page-links { - display: inline-block; - float: right; - margin-right: 20px; -} -.site-header .site-nav-links .site-menu .site-page-links> li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .site-menu .site-page-links > li > a { - color: #a7adbd; - display: inline-block; - height: 30px; - padding: 0 20px; - font-size: 12px; -} -.site-header .site-nav-links .site-menu .site-page-links > li:hover > a, -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - background-color: #2f323a; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - font-weight: bold; -} -.site-header .site-nav-links .site-menu .fork-on-github { - color: #597cf1; - line-height: 30px; - display: inline-block; - padding: 0 0 0 20px; - float: right; - position: relative; -} -.site-header .site-nav-links .site-menu .fork-on-github .fa { - margin-right: 5px; - font-size: 16px; - vertical-align: middle; -} -.site-header .site-nav-links .site-menu .language-switcher { - height: 30px; - display: inline-block; - float: right; - line-height: 30px; - padding: 0 20px; - position: relative; -} -.site-header .site-nav-links .site-menu .language-switcher > a { - color: #a7adbd; -} -.site-header .site-nav-links .site-menu .language-switcher.open > a { - background-color: #24272f; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .language-switcher .fa { - margin-left: 5px; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-down { - display: inline; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-down { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-up { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-up { - display: inline; -} -.site-header .site-nav-links .site-menu .fork-on-github:before, -.site-header .site-nav-links .site-menu .language-switcher:before { - width: 1px; - height: 12px; - top: 9px; - background-color: #3a3d47; - left: 0; - display: inline-block; - position: absolute; - content: ""; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu { - display: none; - position: absolute; - box-shadow: #ccc 0 0 5px; - background-color: #fff; - width: 100%; - left: 0; - top: 30px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li { - line-height: 30px; - padding: 0 20px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li:hover { - background-color: #f7f8fe; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li + li { - border-top: 1px solid #dedfe5; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li > a { - color: #2f323a; -} -.site-header .site-nav-links .site-menu .language-switcher.open .dropdown-menu { - display: inline-block; -} -.site-header .site-nav-links .doc-module { - display: block; - height: 50px; - line-height: 50px; -} -.site-header .site-nav-links .doc-module > ul > li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .doc-module > ul > li > a { - color: #c9cbd0; - font-size: 14px; - display: inline-block; - height: 50px; - line-height: 50px; - border-bottom: 2px solid transparent; - padding: 0 20px; -} -.site-header .site-nav-links .doc-module > ul > li:hover > a { - color: #fff; -} -.site-header .site-nav-links .doc-module > ul > li.current > a { - border-bottom-color: #fff; - color: #fff; -} -.site-header .site-nav-links .doc-module [role="search"]{ - float: right; -} -.site-header .site-nav-links .doc-module [role="search"] input { - background-color: #3a3d47; - border-radius: 15px; - color: #a7adbd; - border: 1px solid transparent; - padding: 6px 15px; - width: 180px; - box-shadow: none; - transition: all .2s; - -webkit-transition: all .2s; - -moz-transition: all .2s; - -o-transition: all .2s; - background-repeat: no-repeat; - background-position: 145px center; - background-image: url("data:image/png;base64,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"); -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - width: 300px; -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - background-position: 265px center; -} -.site-header .site-nav-links .doc-module [role="search"] input:hover, -.site-header .site-nav-links .doc-module [role="search"] input:focus { - color: #fff; - border-color: #597cf1; - background-image: url("data:image/png;base64,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"); -} -.doc-menu-vertical { - display: inline-block; - float: left; - width: 240px; - height: 100%; - background-color: #ecedee; - position: absolute; - left: 0; - top: 0; - overflow: hidden; - padding: 0; - border-right: 1px solid #dddfe3; -} -.doc-menu-vertical > ul { - display: none; -} -.doc-menu-vertical > ul.current{ - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1 { - display: none; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current { - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current > a { - display: none; -} -.doc-menu-vertical .toctree-l2 a { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - padding-right: 30px; -} -.doc-menu-vertical .toctree-l2 > a { - font-size: 14px; - color: #2f323a; - padding-left: 30px; - line-height: 50px; - display: block; - font-weight: bold; - border-bottom: 1px solid #dddfe3; -} -.doc-menu-vertical .toctree-l2.has-child > a:after { - font-family: "FontAwesome"; - display: inline-block; - font-style: normal; - font-weight: normal; - text-decoration: inherit; - content: ""; - float: right; - line-height: 50px; - color: #a7adbd; - position: absolute; - right: 15px; -} -.doc-menu-vertical .toctree-l2.has-child.current > a:after { - content: ""; -} -.doc-menu-vertical .toctree-l2 > a + ul{ - background-color: #e4e6e9; - height: 0; - overflow: hidden; -} -.doc-menu-vertical .toctree-l2.current > a + ul { - border-bottom: 1px solid #dddfe3; - height: auto; -} -.doc-menu-vertical .toctree-l2 li.active > a { - background-color: #597cf1; - color: #fff; -} -.doc-menu-vertical .toctree-l3 > a { - font-size: 12px; - color: #2f323a; - padding-left: 30px; - line-height: 40px; - display: block; -} -.doc-menu-vertical .toctree-l4 > a { - font-size: 12px; - color: #64697b; - padding-left: 50px; - line-height: 30px; - display: block; -} -.doc-menu-vertical .toctree-l5 > a { - font-size: 14px; - color: #ccc; - padding-left: 40px; - display: block; -} -.local-toc { - position: absolute; - height: 100%; - background-color: #f6f7f8; - top: 0; - left: 240px; - padding: 0; - z-index: 9; -} -.local-toc:after { - content: ""; - position: absolute; - height: 100%; - width: 1px; - display: inline-block; - right: 0; - background-color: #dddfe3; - top: 0; - z-index: -1; -} -.local-toc:hover a { - width: auto; -} -.local-toc > ul > li a { - position: relative; - font-size: 12px; - overflow: hidden; - display: none; -} -.local-toc > ul > li > ul > li a { - display: block; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - padding-right: 20px; - width: 50px; -} -.local-toc > ul > li > ul > li > ul > li > ul a { - display: none; -} -.local-toc > ul > li > ul li > a:after { - content: ""; - display: inline-block; - width: 1px; - height: 100%; - background-color: transparent; - position: absolute; - right: 0; - top: 0; -} -.local-toc > ul > li > ul li a:hover{ - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li a:hover:after { - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li.active > a { - color: #ff9711; - background-color: #fff; - border-top: 1px solid #dddfe3; - border-bottom: 1px solid #dddfe3; -} -.local-toc > ul > li > ul li.active > a:before { - background-color: #ff9711; - width: 10px; - height: 10px; - margin: 15px 20px; - border-radius: 5px; -} -.local-toc > ul > li > ul li.active > a:after { - background-color: #fff; -} -.local-toc > ul > li > ul > li { - position: relative; - line-height: 40px; - white-space: nowrap; -} -.local-toc > ul > li > ul > li > a { - color: #64697b; -} -.local-toc > ul > li > ul > li > a + ul { - display: none; -} -.local-toc > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.local-toc > ul > li > ul > li > ul > li > a { - color: #a7adbd; -} -.local-toc > ul > li > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.main-content-wrap { - position: absolute; - width: 100%; - top: 80px; - bottom: 0; - overflow: auto; - background-color: #f6f7f8; -} -.doc-content-wrap { - margin-left: 290px; - height: 100%; - position: relative; - padding-top: 60px; - background-color: #fff; -} -.doc-content-wrap > div[role='navigation'] { - position: absolute; - top: 0; - width: 100%; - left: 0; - padding: 0 30px; - height: 60px; -} -.wy-breadcrumbs { - line-height: 50px; - height: 60px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjhmMGQ3ZC0wODU3LTQ0ZTctOGRhZi00NGU3OTc1ZmM2MzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRBN0NEODRBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRBN0NEODNBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNWQwMzI1ZC01ZDAyLTQ1YTYtODUxOS1lNWUzNjU5NGFhMzAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZGVmZmY0OS1mNjA4LTExNzktYTRlZC1kZjJiNGY3N2YwNzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FGmP1AAAAKUlEQVR42mK4/+DpfwY9Q0tBJgYGhv8g4h8uFoKLEGOAc9FYSARAgAEAUgMQYBNmQ7sAAAAASUVORK5CYII="); - background-repeat: repeat no-repeat; - background-position: center 50px; -} -.wy-breadcrumbs > li { - color: #ccc; -} -.wy-breadcrumbs > li a { - color: #ff9711; - padding: 0; -} -.wy-breadcrumbs > li:first-child a { - color: #597cf1; -} -.wy-nav-content{ - max-width: none; - overflow: auto; - position: relative; - padding: 30px; - background-color: #fff; -} -.wy-nav-content h1 { - font-size: 24px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h2 { - font-size: 20px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h3 { - font-size: 18px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h4 { - font-size: 16px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content p + h1, -.wy-nav-content p + h2, -.wy-nav-content p + h3, -.wy-nav-content p + h4 { - margin-top: 20px; -} -.wy-nav-content p{ - color: #2f323a; - margin-bottom: 20px; - font-size: 14px; -} -#search-results h2 { - font-size: 24px; - margin: 20px 0 10px 0; -} -#search-results p { - color: #a7adbd; -} -#search-results ul.search > li { - border-bottom: none; -} -#search-results ul.search > li > a { - color: #597cf1; -} -.rst-content .highlighted{ - background-color: transparent; - color: #ff9711; - padding: 0; -} diff --git a/develop/doc/_static/images/PP_w.png b/develop/doc/_static/images/PP_w.png deleted file mode 100644 index bc58b0b458135773fcde5ee941ea095e3d4d07a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3183 zcmV-#43P7QP)cD;W6Zok*>brWT#zpAeL`rgy0@4fHz zx#ym9y6eo03@{wn19$|OlLf;N8i5mm&wxJwA7{)z#|DnNltR2UumIR9RQCcB=(TAW zJ6r)=4%E5x7T^cKlni+1Xd_4~#4iJ1^VH7-4oSlpH~^UCsW*4e*HZG&(MC|8;@Zve z3oyX`DfkAsET+B=xFiGqIob%)2=SI>+8R>u4bZJjTh9#m=V&8HBgC%&>tfngrr;Z3 zZke`+GvJ@2jUbH>16&(Ze{M>?0OtW8dFtN=CT74tM;k#}A-)(m2WSR91>OLT1b&~A zFUY0V7kCW#1PS#0#M|LH+9}d{Cw%BgHtx0mH}4!9DAHw%JY zz6YERGyxmc$p7jZuglQ}QDSD4uoZcLqP;92Qd zVrHun(vEh0ni#5^>gtBnc>n31F~4VK|1z`F%&fzD7_+%?C!syr(O==|^X}E$w}JSL zR4ecta5Hcd{yd4%p1LbTzsn`@tOOoJ_U#Lv_5(b9dzo}e@e7bS(iM46_6EL*T!jat zC}CT}Jm4MV&+mma;J(1O(f`--#dR$k)FXfF=k7chP%GMaH35_G3vd@o)&5E(C;?_u z{H901XD)J+9gkmtas7(omKfTkxE}p+LxBN6e_#o)4>FJ1A|{|Q9|U|IJ-Ew&!+}%2 zzFv=a>(LUhLGWYBboQ9%~hP*?* zM5l5%3(395@xGyq4T=xq<=?)@ilFA!^IJmqYY*=1~zXFWF84hd|Sy-l`ltC{T+ zL(|X0`>7PRT3{2O>}eb5+Fo+!PkZhiAZ)*3W?jtefim<_n|QFv7LP+En|L!b`-iLl z+|2&#N;A#R<{{d^z8r0(V;<$&X1ViKG5uL*W@97Qb~DLE9HKVyNHhDm41Fb=cv~}@ z@9Ni>*;}SPnwi%%sQx0(adIBdQGxG+D;{~@OxtNKxccbI? zBhP(yKx5k&t-QS*?;$83rV<)}>By`-7is-%9gq9a>UVZI?X{N`H0IDq+XiROg ze8=PNx<#J0cOtykR>?c5Cf?D^mb$i+D)1QZ=uUCx+nBWAduG03~ zqjGO~RDcC@x6}r5xps15l=tL)%fG`S1VQZ@tl6aHmsLgYL!XP&R} zo%sM*n#&nCQgKp*Fgsf1weCr~;cVMGH~hlhR} z+MG_LIB0YcQdnKx`8qV_Xj(uuV`xB%Vj1vW0(u|%y0YA+v1o_bh-}o2QKV@y`eP44 z8gqN3btY4IG6U2aMSBMLA@Vv*Lt5tO2+gMy?59R#{~d)U_+^T1)JnJjMFU%qjT`kj ze+T)*SE1<947Bt99NA>Q3eg60;7ddGArOdq3J***2p*!Vfv3vQMfWAAqyKdsS}|5f z+Q*`Yq8W|xQO9E)`tHY1LbSmcl8m`y0-8z)?sq2gb$byO;wcnzbZ-QHiH!G)(9*gP z30S`f4?~)(R$PykjbTXJN0W|bxqIH^`VroYM*C6;%h9S4hZ9_R29-Bk!OF9B!h5ek zTCykbR>Et-c-xiB&}JtomXU1CWAK0HBaFaoN;2lvNC9n0?Qi4+V_rax(x-el@>LF@G}-8lxPjG(?ymIZK}Vy9 zfi@iGp>3d46P2S+l72eFm8W}n2iPu)!QYE)gH7>U3(c9!Q3$VtOpPAVl_xs!s{h=oJUlh-q zlA5Byj@x6#HqVunf*n0W{V>Nr96Wh9L|ZP{5k7V^x#j`{TVV`g7h4B2 zo9Ur#F(qG_RStIaH@WlzEVJU^$y}dzVjXg(Ux)0OaTIHno)p|YAE1p=Idnox%?Amd zJW!lJ(1MR3*U<{}{Z!A8D@@ z$Q^krva6#@?1|`wfg_OjV-a$7EeDQ^@Scve(2`JHGs^QAjZD4mkw$+LExq@IXzy_2 zeX+urpFyk1#Ynp^cm22-eI8**gvXt(A7>$N#XHDFIStL*st|1p(xT&#_U?>UyBm>- zIhtZSJm_eXtW#Li*X@c?YcRg?yg&lN`93`k#h}R<5TY&z^4bt6DUNx?u;LfS1 zuvF#9QG&Ez0BWZA1KTT6XfsI|wi3or8mSpiF3dS1NGrrgqbOb&@1pp97N47XgVMzN z^GN2N$#tf@pn?c8V;%#WoTNRv1kvOq>=EBPV|t zb;ymCG~An`jUx*oegS{N`dIuao7G|jrAaHDP=qKek4TOU7+HSW^;uw-NL?#R ul').addClass('nav nav-stacked'); - $('#doc-content').scrollspy({ - target: '.local-toc' - }); - $('.local-toc').perfectScrollbar(); - } else { - $('.doc-content-wrap').css('margin-left', '-=50px'); - $('.local-toc').remove(); - } - - if (!$('.doc-menu-vertical > ul > li.current > ul').length) { - $('.doc-content-wrap').css('margin-left', '-=240px'); - $('.doc-menu-vertical').remove(); - $('.local-toc').css('left', '0'); - } - - $('.doc-menu-vertical .toctree-l2').each(function (i, e){ - $(e).toggleClass('has-child', !!$(e).find('ul').length); - }); - - $('.doc-menu-vertical').find('li.current').last().addClass('active'); - - $('.doc-menu-vertical').perfectScrollbar(); -}); diff --git a/develop/doc/build_and_install/build_from_source_en.html b/develop/doc/build_and_install/build_from_source_en.html index dfd0e24173..77bf741afd 100644 --- a/develop/doc/build_and_install/build_from_source_en.html +++ b/develop/doc/build_and_install/build_from_source_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,103 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -503,25 +454,29 @@ passed to cmake, i.e.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/build_and_install/docker_install_en.html b/develop/doc/build_and_install/docker_install_en.html index eb95be0529..c37edd5cea 100644 --- a/develop/doc/build_and_install/docker_install_en.html +++ b/develop/doc/build_and_install/docker_install_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,106 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -367,25 +321,29 @@ computer doesn’t support AVX, you’ll probably need to VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/build_and_install/index_en.html b/develop/doc/build_and_install/index_en.html index 588ade61e9..4b5c201ec7 100644 --- a/develop/doc/build_and_install/index_en.html +++ b/develop/doc/build_and_install/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,137 +44,101 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -265,25 +216,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/build_and_install/pip_install_en.html b/develop/doc/build_and_install/pip_install_en.html index 77ea51304b..01febe0c83 100644 --- a/develop/doc/build_and_install/pip_install_en.html +++ b/develop/doc/build_and_install/pip_install_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,105 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -393,25 +346,29 @@ file to manylinux1_x86_64 suffix and then install.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/api.html b/develop/doc/design/api.html index 4220470c02..9f98d4450f 100644 --- a/develop/doc/design/api.html +++ b/develop/doc/design/api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -460,25 +399,29 @@ parameter server.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/auto_gradient_check.html b/develop/doc/design/auto_gradient_check.html index 9c80a73a39..f6753833ca 100644 --- a/develop/doc/design/auto_gradient_check.html +++ b/develop/doc/design/auto_gradient_check.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -396,25 +335,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/backward.html b/develop/doc/design/backward.html index aa2133d6e9..9b77fa2790 100644 --- a/develop/doc/design/backward.html +++ b/develop/doc/design/backward.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -367,25 +306,29 @@ for op in reversed(block.ops): VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/block.html b/develop/doc/design/block.html index 42a6d8fe9b..34aa78ad82 100644 --- a/develop/doc/design/block.html +++ b/develop/doc/design/block.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -532,25 +471,29 @@ Block’s Run method will run its operators sequentially.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/build_system/README.html b/develop/doc/design/build_system/README.html index 44518234a5..ae4baa2fbb 100644 --- a/develop/doc/design/build_system/README.html +++ b/develop/doc/design/build_system/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -374,25 +313,29 @@ if commit id matches, there will be no download at all. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/README.html b/develop/doc/design/cluster_train/README.html index 690a23e95c..c5629a6a2d 100644 --- a/develop/doc/design/cluster_train/README.html +++ b/develop/doc/design/cluster_train/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -403,25 +342,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/checkpointing.html b/develop/doc/design/cluster_train/checkpointing.html index e095206fb7..a57abc9cdd 100644 --- a/develop/doc/design/cluster_train/checkpointing.html +++ b/develop/doc/design/cluster_train/checkpointing.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -278,25 +217,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/data_dispatch.html b/develop/doc/design/cluster_train/data_dispatch.html index 7ecace9ef8..8fdb6e4d22 100644 --- a/develop/doc/design/cluster_train/data_dispatch.html +++ b/develop/doc/design/cluster_train/data_dispatch.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -379,25 +318,29 @@ random_images-00099-of-00099 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/large_model_dist_train.html b/develop/doc/design/cluster_train/large_model_dist_train.html index 502d846f91..b1a2448077 100644 --- a/develop/doc/design/cluster_train/large_model_dist_train.html +++ b/develop/doc/design/cluster_train/large_model_dist_train.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -316,25 +255,29 @@ then getParameterSparse< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/master_server.html b/develop/doc/design/cluster_train/master_server.html index d1d3bab24f..c8ba855e49 100644 --- a/develop/doc/design/cluster_train/master_server.html +++ b/develop/doc/design/cluster_train/master_server.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -314,25 +253,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/pserver_client.html b/develop/doc/design/cluster_train/pserver_client.html index 518a7ce4a8..eda3732a00 100644 --- a/develop/doc/design/cluster_train/pserver_client.html +++ b/develop/doc/design/cluster_train/pserver_client.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -391,25 +330,29 @@ name:sparse-n-1 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/remote_parameter_updater.html b/develop/doc/design/cluster_train/remote_parameter_updater.html index 15c8dfc692..8b5ac15583 100644 --- a/develop/doc/design/cluster_train/remote_parameter_updater.html +++ b/develop/doc/design/cluster_train/remote_parameter_updater.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -246,25 +185,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/save_model.html b/develop/doc/design/cluster_train/save_model.html index e6a95f912a..5e23376782 100644 --- a/develop/doc/design/cluster_train/save_model.html +++ b/develop/doc/design/cluster_train/save_model.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -333,25 +272,29 @@ during saving model to the future.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cluster_train/submit-job.html b/develop/doc/design/cluster_train/submit-job.html index 79af6617ee..f79c67daa7 100644 --- a/develop/doc/design/cluster_train/submit-job.html +++ b/develop/doc/design/cluster_train/submit-job.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -362,25 +301,29 @@ PaddlePaddle job related informations.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/concurrent_programming.html b/develop/doc/design/concurrent_programming.html index 2637c10d71..6370e706be 100644 --- a/develop/doc/design/concurrent_programming.html +++ b/develop/doc/design/concurrent_programming.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -386,25 +325,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/cpp_data_feeding.html b/develop/doc/design/cpp_data_feeding.html index f1de176a05..d8d27112d6 100644 --- a/develop/doc/design/cpp_data_feeding.html +++ b/develop/doc/design/cpp_data_feeding.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -295,25 +234,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/csp.html b/develop/doc/design/csp.html index 83fe86f351..879949be1b 100644 --- a/develop/doc/design/csp.html +++ b/develop/doc/design/csp.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -424,25 +363,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/dist_refactor/distributed_architecture.html b/develop/doc/design/dist_refactor/distributed_architecture.html index 1bf67cd9bc..d660546ab9 100644 --- a/develop/doc/design/dist_refactor/distributed_architecture.html +++ b/develop/doc/design/dist_refactor/distributed_architecture.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -397,25 +336,29 @@ the read data OPs.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/dist_refactor/multi_cpu.html b/develop/doc/design/dist_refactor/multi_cpu.html index eb0a401387..1d1d3364e2 100644 --- a/develop/doc/design/dist_refactor/multi_cpu.html +++ b/develop/doc/design/dist_refactor/multi_cpu.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -279,25 +218,29 @@ optimizer with multi-threads. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/dist_refactor/parameter_server.html b/develop/doc/design/dist_refactor/parameter_server.html index 9cf4e0027b..95ba0c19c7 100644 --- a/develop/doc/design/dist_refactor/parameter_server.html +++ b/develop/doc/design/dist_refactor/parameter_server.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -327,25 +266,29 @@ question for the Add OP) VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/error_clip.html b/develop/doc/design/error_clip.html index 41e33ce43c..529b537ee0 100644 --- a/develop/doc/design/error_clip.html +++ b/develop/doc/design/error_clip.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -305,25 +244,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/evaluator.html b/develop/doc/design/evaluator.html index f1c409283a..6c8d853e46 100644 --- a/develop/doc/design/evaluator.html +++ b/develop/doc/design/evaluator.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -285,25 +224,29 @@ Each metric operator needs to caculate the metric statistic and return the batch VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/executor.html b/develop/doc/design/executor.html index c36c07b819..339c2bcd54 100644 --- a/develop/doc/design/executor.html +++ b/develop/doc/design/executor.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -257,25 +196,29 @@ It is very similar to how a push stack frame works when entering a block, follow VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/file_manager/README.html b/develop/doc/design/file_manager/README.html index 2e41bf2595..978456562b 100644 --- a/develop/doc/design/file_manager/README.html +++ b/develop/doc/design/file_manager/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -338,25 +277,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/file_manager/pfs/pfsclient.html b/develop/doc/design/file_manager/pfs/pfsclient.html index 55a1ed9fff..5c63831abb 100644 --- a/develop/doc/design/file_manager/pfs/pfsclient.html +++ b/develop/doc/design/file_manager/pfs/pfsclient.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -364,25 +303,29 @@ Examples: VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/float16.html b/develop/doc/design/float16.html index c78a9bcc13..7dd63c1f16 100644 --- a/develop/doc/design/float16.html +++ b/develop/doc/design/float16.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -343,25 +282,29 @@ CUDA 7.5 and 8.0 define __half< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/fluid.html b/develop/doc/design/fluid.html index 5b67825173..ae37287463 100644 --- a/develop/doc/design/fluid.html +++ b/develop/doc/design/fluid.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -323,25 +262,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/fluid_compiler.html b/develop/doc/design/fluid_compiler.html index 5f442a39af..7587354221 100644 --- a/develop/doc/design/fluid_compiler.html +++ b/develop/doc/design/fluid_compiler.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -325,25 +264,29 @@ execute them, we need to trace < VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/functions_operators_layers.html b/develop/doc/design/functions_operators_layers.html index 0e1dced6ed..5acb8ddcac 100644 --- a/develop/doc/design/functions_operators_layers.html +++ b/develop/doc/design/functions_operators_layers.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -304,25 +243,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/gan_api.html b/develop/doc/design/gan_api.html index b954cebb2d..782c699ab5 100644 --- a/develop/doc/design/gan_api.html +++ b/develop/doc/design/gan_api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -491,25 +430,29 @@ If we have execution dependency engine to back-trace all tensors, the module bui VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/graph.html b/develop/doc/design/graph.html index 7ab415cf10..ce4dcee2cc 100644 --- a/develop/doc/design/graph.html +++ b/develop/doc/design/graph.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -285,25 +224,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/graph_survey.html b/develop/doc/design/graph_survey.html index 931cb5eb0c..97d77de2d0 100644 --- a/develop/doc/design/graph_survey.html +++ b/develop/doc/design/graph_survey.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -418,25 +357,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/if_else_op.html b/develop/doc/design/if_else_op.html index 0cbf989dd8..8a032e6ff4 100644 --- a/develop/doc/design/if_else_op.html +++ b/develop/doc/design/if_else_op.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -274,25 +213,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/infer_var_type.html b/develop/doc/design/infer_var_type.html index 8fc3f4341e..c68c1dd351 100644 --- a/develop/doc/design/infer_var_type.html +++ b/develop/doc/design/infer_var_type.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -291,25 +230,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/kernel_hint_design.html b/develop/doc/design/kernel_hint_design.html index 4b36ff65e8..1e9fd258ba 100644 --- a/develop/doc/design/kernel_hint_design.html +++ b/develop/doc/design/kernel_hint_design.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -279,25 +218,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/kernel_selection.html b/develop/doc/design/kernel_selection.html index e58910a4bd..bdab46646c 100644 --- a/develop/doc/design/kernel_selection.html +++ b/develop/doc/design/kernel_selection.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -310,25 +249,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/memory_optimization.html b/develop/doc/design/memory_optimization.html index ba8ccbe61e..5db9d6ab1d 100644 --- a/develop/doc/design/memory_optimization.html +++ b/develop/doc/design/memory_optimization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -419,25 +358,29 @@ In former control flow graph, the out-edges of node 5 are 5 –> 6 and 5 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/mkl/mkl_packed.html b/develop/doc/design/mkl/mkl_packed.html index 34ac23d99b..6dcf9923e4 100644 --- a/develop/doc/design/mkl/mkl_packed.html +++ b/develop/doc/design/mkl/mkl_packed.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -353,25 +292,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/mkl/mkldnn.html b/develop/doc/design/mkl/mkldnn.html index edbe6a51fa..f6535b9e28 100644 --- a/develop/doc/design/mkl/mkldnn.html +++ b/develop/doc/design/mkl/mkldnn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -434,25 +373,29 @@ Figure 5. Merge Gradients VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/mkl/mkldnn_fluid.html b/develop/doc/design/mkl/mkldnn_fluid.html index 388c2f13f9..4880eadd9d 100644 --- a/develop/doc/design/mkl/mkldnn_fluid.html +++ b/develop/doc/design/mkl/mkldnn_fluid.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -378,25 +317,29 @@ TBD

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/model_format.html b/develop/doc/design/model_format.html index 999ecec8ed..b90ddeeb10 100644 --- a/develop/doc/design/model_format.html +++ b/develop/doc/design/model_format.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -258,25 +197,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/multi_language_interface/00.why_plain_c.html b/develop/doc/design/multi_language_interface/00.why_plain_c.html index fee4f56ed9..ee66868f9c 100644 --- a/develop/doc/design/multi_language_interface/00.why_plain_c.html +++ b/develop/doc/design/multi_language_interface/00.why_plain_c.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -364,25 +303,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/multi_language_interface/01.inference_implementation.html b/develop/doc/design/multi_language_interface/01.inference_implementation.html index ab55531ee5..b46da7af1c 100644 --- a/develop/doc/design/multi_language_interface/01.inference_implementation.html +++ b/develop/doc/design/multi_language_interface/01.inference_implementation.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -363,25 +302,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/operator_kernel_type.html b/develop/doc/design/operator_kernel_type.html index f91fa5f32e..274d69b7d9 100644 --- a/develop/doc/design/operator_kernel_type.html +++ b/develop/doc/design/operator_kernel_type.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -300,25 +239,29 @@ A library usually has a corresponding - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/ops/rnn.html b/develop/doc/design/ops/rnn.html index 11314dcc3d..afd16d0173 100644 --- a/develop/doc/design/ops/rnn.html +++ b/develop/doc/design/ops/rnn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -359,25 +298,29 @@ If the output_all_steps< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/ops/sequence_decoder.html b/develop/doc/design/ops/sequence_decoder.html index 8a21120d02..51b58c671b 100644 --- a/develop/doc/design/ops/sequence_decoder.html +++ b/develop/doc/design/ops/sequence_decoder.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -434,25 +373,29 @@ It needs some extensions to support the packing or unpacking an array of - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/optimizer.html b/develop/doc/design/optimizer.html index b4169cfc88..898294c4a0 100644 --- a/develop/doc/design/optimizer.html +++ b/develop/doc/design/optimizer.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -314,25 +253,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/paddle_nccl.html b/develop/doc/design/paddle_nccl.html index 5be2fc74fb..b6cc17ff7e 100644 --- a/develop/doc/design/paddle_nccl.html +++ b/develop/doc/design/paddle_nccl.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,25 +231,29 @@ Need to note that our AllReduce operator is a ring-base AllReduce implementation VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/parallel_do.html b/develop/doc/design/parallel_do.html index 619d5bc649..df7f5c0668 100644 --- a/develop/doc/design/parallel_do.html +++ b/develop/doc/design/parallel_do.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -383,25 +322,29 @@ And the ProgramDesc looks like the following

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/parameter_average.html b/develop/doc/design/parameter_average.html index 28d6effe39..9d3ca898e4 100644 --- a/develop/doc/design/parameter_average.html +++ b/develop/doc/design/parameter_average.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -304,25 +243,29 @@ We will have a wrapper written in Python that will support the functionality and VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/parameters_in_cpp.html b/develop/doc/design/parameters_in_cpp.html index 58aecf16b1..ee7798a72b 100644 --- a/develop/doc/design/parameters_in_cpp.html +++ b/develop/doc/design/parameters_in_cpp.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -263,25 +202,29 @@ Because we need share Parameter VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/profiler.html b/develop/doc/design/profiler.html index 940dcdf828..acbc5d1a1b 100644 --- a/develop/doc/design/profiler.html +++ b/develop/doc/design/profiler.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -316,25 +255,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/program.html b/develop/doc/design/program.html index de2cdad4b1..d5107567c6 100644 --- a/develop/doc/design/program.html +++ b/develop/doc/design/program.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -351,25 +290,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/prune.html b/develop/doc/design/prune.html index 7236b3c29d..4cb56e5758 100644 --- a/develop/doc/design/prune.html +++ b/develop/doc/design/prune.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -285,25 +224,29 @@ For each variable in the target VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/python_api.html b/develop/doc/design/python_api.html index ec77b3b4da..cb097ea092 100644 --- a/develop/doc/design/python_api.html +++ b/develop/doc/design/python_api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -499,25 +438,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/reader/README.html b/develop/doc/design/reader/README.html index 4abd53e68d..455113d088 100644 --- a/develop/doc/design/reader/README.html +++ b/develop/doc/design/reader/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -411,25 +350,29 @@ The batch reader, a mapping from item(s) to data layer, the batch size and the n VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/refactorization.html b/develop/doc/design/refactorization.html index f102029972..c70eaff205 100644 --- a/develop/doc/design/refactorization.html +++ b/develop/doc/design/refactorization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -556,25 +495,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/register_grad_op.html b/develop/doc/design/register_grad_op.html index 6dbd465ecf..d9c332af73 100644 --- a/develop/doc/design/register_grad_op.html +++ b/develop/doc/design/register_grad_op.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -301,25 +240,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/regularization.html b/develop/doc/design/regularization.html index b077d6f37c..08cb604ae3 100644 --- a/develop/doc/design/regularization.html +++ b/develop/doc/design/regularization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -293,25 +232,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/releasing_process.html b/develop/doc/design/releasing_process.html index 6535a0471b..aa693997b5 100644 --- a/develop/doc/design/releasing_process.html +++ b/develop/doc/design/releasing_process.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -336,25 +275,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/scope.html b/develop/doc/design/scope.html index e8e22b22bf..a3a0198c89 100644 --- a/develop/doc/design/scope.html +++ b/develop/doc/design/scope.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -346,25 +285,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/selected_rows.html b/develop/doc/design/selected_rows.html index 7ca2b04535..d398b10087 100644 --- a/develop/doc/design/selected_rows.html +++ b/develop/doc/design/selected_rows.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,25 +231,29 @@ So we use TensorDesc - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/simple_op_design.html b/develop/doc/design/simple_op_design.html index 5a1c2a1a6d..620cf11d04 100644 --- a/develop/doc/design/simple_op_design.html +++ b/develop/doc/design/simple_op_design.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -414,25 +353,29 @@ create_python_ops_creatation_functions() VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/speech/deep_speech_2.html b/develop/doc/design/speech/deep_speech_2.html index 0df1178ded..19fcdca3bb 100644 --- a/develop/doc/design/speech/deep_speech_2.html +++ b/develop/doc/design/speech/deep_speech_2.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -433,25 +372,29 @@ Figure 2. Algorithm for CTC Beam Search Decoder. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/design/support_new_device.html b/develop/doc/design/support_new_device.html index 4c2733144b..8dafb68b94 100644 --- a/develop/doc/design/support_new_device.html +++ b/develop/doc/design/support_new_device.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -426,25 +365,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/switch.html b/develop/doc/design/switch.html index 88656a407d..282e2b8408 100644 --- a/develop/doc/design/switch.html +++ b/develop/doc/design/switch.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -256,25 +195,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/tensor_array.html b/develop/doc/design/tensor_array.html index ced87e6a48..95821be9e8 100644 --- a/develop/doc/design/tensor_array.html +++ b/develop/doc/design/tensor_array.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -476,25 +415,29 @@ the implementation of a RNN that supports varient-length sentences is far more c VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/design/var_desc.html b/develop/doc/design/var_desc.html index 844ea7c8b3..e5ce0070c6 100644 --- a/develop/doc/design/var_desc.html +++ b/develop/doc/design/var_desc.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -300,25 +239,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/dev/contribute_to_paddle_en.html b/develop/doc/dev/contribute_to_paddle_en.html index b8dcfa7158..7d990f9a25 100644 --- a/develop/doc/dev/contribute_to_paddle_en.html +++ b/develop/doc/dev/contribute_to_paddle_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,107 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -371,25 +326,29 @@ python \ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/dev/index_en.html b/develop/doc/dev/index_en.html index daf05df50a..128446b251 100644 --- a/develop/doc/dev/index_en.html +++ b/develop/doc/dev/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,137 +44,93 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +188,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/dev/new_layer_en.html b/develop/doc/dev/new_layer_en.html index 7d45c9f13b..e6c0952cb0 100644 --- a/develop/doc/dev/new_layer_en.html +++ b/develop/doc/dev/new_layer_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -597,25 +536,29 @@ add_test(NAME test_FCGrad VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/dev/new_op_en.html b/develop/doc/dev/new_op_en.html index f9b4d550bd..b431ca9bce 100644 --- a/develop/doc/dev/new_op_en.html +++ b/develop/doc/dev/new_op_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -534,25 +473,29 @@ Registering the Op | Ops are registered in - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/dev/new_op_kernel_en.html b/develop/doc/dev/new_op_kernel_en.html index 1b20d410e9..bf0bf40a7f 100644 --- a/develop/doc/dev/new_op_kernel_en.html +++ b/develop/doc/dev/new_op_kernel_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -339,25 +278,29 @@ REGISTER_OP_KERNEL(conv2d, CUDNN, ::paddle::platform::CUDAPlace, VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/dev/use_eigen_en.html b/develop/doc/dev/use_eigen_en.html index 315378e67e..b9f90b0a30 100644 --- a/develop/doc/dev/use_eigen_en.html +++ b/develop/doc/dev/use_eigen_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -353,25 +292,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/dev/write_docs_en.html b/develop/doc/dev/write_docs_en.html index 6aa23433ac..5768bc5a38 100644 --- a/develop/doc/dev/write_docs_en.html +++ b/develop/doc/dev/write_docs_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,103 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -302,25 +253,29 @@ PaddlePaddle develop branch will update the documentation once the PR is merged. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/build_and_install/index_en.html b/develop/doc/faq/build_and_install/index_en.html index 13ad4c81d5..3532755009 100644 --- a/develop/doc/faq/build_and_install/index_en.html +++ b/develop/doc/faq/build_and_install/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,103 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -243,25 +189,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/cluster/index_en.html b/develop/doc/faq/cluster/index_en.html index 25acb3254c..648331764e 100644 --- a/develop/doc/faq/cluster/index_en.html +++ b/develop/doc/faq/cluster/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,103 +44,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -240,25 +186,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/index_en.html b/develop/doc/faq/index_en.html index f05fa66a7e..f24830aea3 100644 --- a/develop/doc/faq/index_en.html +++ b/develop/doc/faq/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,103 +44,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -248,25 +194,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/local/index_en.html b/develop/doc/faq/local/index_en.html index 882b9dab8c..ff3ad8c80d 100644 --- a/develop/doc/faq/local/index_en.html +++ b/develop/doc/faq/local/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,103 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -243,25 +189,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/model/index_en.html b/develop/doc/faq/model/index_en.html index ac6fa48ec0..c5e56478e8 100644 --- a/develop/doc/faq/model/index_en.html +++ b/develop/doc/faq/model/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,103 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -243,25 +189,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/faq/parameter/index_en.html b/develop/doc/faq/parameter/index_en.html index 35c4a84d86..cdbc3884dd 100644 --- a/develop/doc/faq/parameter/index_en.html +++ b/develop/doc/faq/parameter/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,103 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -243,25 +189,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/genindex.html b/develop/doc/genindex.html index e431ae298b..6a42f0a83e 100644 --- a/develop/doc/genindex.html +++ b/develop/doc/genindex.html @@ -29,26 +29,13 @@ + - - - - - - @@ -56,123 +43,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -180,13 +113,17 @@
    +
  • Docs »
  • Index
  • +
  • + + + +
+
- -
-
@@ -232,25 +169,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/getstarted/concepts/use_concepts_en.html b/develop/doc/getstarted/concepts/use_concepts_en.html index 042d7f5f4f..9d55e27f58 100644 --- a/develop/doc/getstarted/concepts/use_concepts_en.html +++ b/develop/doc/getstarted/concepts/use_concepts_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,95 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -243,25 +186,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/getstarted/index_en.html b/develop/doc/getstarted/index_en.html index 0518748f5f..4133943c64 100644 --- a/develop/doc/getstarted/index_en.html +++ b/develop/doc/getstarted/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,137 +44,93 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +188,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/getstarted/quickstart_en.html b/develop/doc/getstarted/quickstart_en.html index 0936b223f3..6afcb05069 100644 --- a/develop/doc/getstarted/quickstart_en.html +++ b/develop/doc/getstarted/quickstart_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,99 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -288,25 +235,29 @@ for the test housing data.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/capi/compile_paddle_lib_en.html b/develop/doc/howto/capi/compile_paddle_lib_en.html index aa70e31766..723a16784c 100644 --- a/develop/doc/howto/capi/compile_paddle_lib_en.html +++ b/develop/doc/howto/capi/compile_paddle_lib_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +168,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/capi/index_en.html b/develop/doc/howto/capi/index_en.html index de611980c7..f6d12a0d96 100644 --- a/develop/doc/howto/capi/index_en.html +++ b/develop/doc/howto/capi/index_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -235,25 +174,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/capi/organization_of_the_inputs_en.html b/develop/doc/howto/capi/organization_of_the_inputs_en.html index 9c24a3b723..2b7561a44e 100644 --- a/develop/doc/howto/capi/organization_of_the_inputs_en.html +++ b/develop/doc/howto/capi/organization_of_the_inputs_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +168,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/capi/workflow_of_capi_en.html b/develop/doc/howto/capi/workflow_of_capi_en.html index 891d867867..584327d80c 100644 --- a/develop/doc/howto/capi/workflow_of_capi_en.html +++ b/develop/doc/howto/capi/workflow_of_capi_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +168,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/cmd_argument_en.html b/develop/doc/howto/cluster/cmd_argument_en.html index 6931666a10..0b3d936c74 100644 --- a/develop/doc/howto/cluster/cmd_argument_en.html +++ b/develop/doc/howto/cluster/cmd_argument_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,141 +45,111 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -390,25 +347,29 @@ current async gradient will be discard silently. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/fluid_cluster_train_en.html b/develop/doc/howto/cluster/fluid_cluster_train_en.html index 173d0622b2..f4ba4e9ee4 100644 --- a/develop/doc/howto/cluster/fluid_cluster_train_en.html +++ b/develop/doc/howto/cluster/fluid_cluster_train_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -359,25 +298,29 @@ First cd into the VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/index_en.html b/develop/doc/howto/cluster/index_en.html index f87a2b1ca8..ed94f34e51 100644 --- a/develop/doc/howto/cluster/index_en.html +++ b/develop/doc/howto/cluster/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,102 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -258,25 +208,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/fabric_en.html b/develop/doc/howto/cluster/multi_cluster/fabric_en.html index 8653f1cc6b..675f4f0272 100644 --- a/develop/doc/howto/cluster/multi_cluster/fabric_en.html +++ b/develop/doc/howto/cluster/multi_cluster/fabric_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -286,25 +242,29 @@ It provides stderr and stdout of trainer process. Check error log if training cr VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/index_en.html b/develop/doc/howto/cluster/multi_cluster/index_en.html index 15cd43c251..4e01acce96 100644 --- a/develop/doc/howto/cluster/multi_cluster/index_en.html +++ b/develop/doc/howto/cluster/multi_cluster/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -258,25 +214,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/k8s_aws_en.html b/develop/doc/howto/cluster/multi_cluster/k8s_aws_en.html index 527b4402f1..e0e7bf6121 100644 --- a/develop/doc/howto/cluster/multi_cluster/k8s_aws_en.html +++ b/develop/doc/howto/cluster/multi_cluster/k8s_aws_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -860,25 +816,29 @@ paddle-cluster-job-jx4xr 1/1 Running 0 9m VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/k8s_distributed_en.html b/develop/doc/howto/cluster/multi_cluster/k8s_distributed_en.html index 3910d8bfbe..a85cbab4e3 100644 --- a/develop/doc/howto/cluster/multi_cluster/k8s_distributed_en.html +++ b/develop/doc/howto/cluster/multi_cluster/k8s_distributed_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +168,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/k8s_en.html b/develop/doc/howto/cluster/multi_cluster/k8s_en.html index b5cd88bbad..382519c0c6 100644 --- a/develop/doc/howto/cluster/multi_cluster/k8s_en.html +++ b/develop/doc/howto/cluster/multi_cluster/k8s_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -444,25 +400,29 @@ Volumes: VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/openmpi_en.html b/develop/doc/howto/cluster/multi_cluster/openmpi_en.html index bba8abed8b..4a892613f4 100644 --- a/develop/doc/howto/cluster/multi_cluster/openmpi_en.html +++ b/develop/doc/howto/cluster/multi_cluster/openmpi_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -283,25 +239,29 @@ mpirun -hostfile machines -n 3 /home/tutorial/start_mpi_ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/src/k8s_data/README.html b/develop/doc/howto/cluster/multi_cluster/src/k8s_data/README.html index ee786c0aee..493383e9c3 100644 --- a/develop/doc/howto/cluster/multi_cluster/src/k8s_data/README.html +++ b/develop/doc/howto/cluster/multi_cluster/src/k8s_data/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -230,25 +169,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/multi_cluster/src/k8s_train/README.html b/develop/doc/howto/cluster/multi_cluster/src/k8s_train/README.html index a4cb364406..7e1b77f178 100644 --- a/develop/doc/howto/cluster/multi_cluster/src/k8s_train/README.html +++ b/develop/doc/howto/cluster/multi_cluster/src/k8s_train/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -229,25 +168,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/cluster/preparations_en.html b/develop/doc/howto/cluster/preparations_en.html index 1f228bcf51..429b9a9cd7 100644 --- a/develop/doc/howto/cluster/preparations_en.html +++ b/develop/doc/howto/cluster/preparations_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,141 +45,104 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -259,25 +209,29 @@ PaddlePaddle 0.10.0rc, compiled with VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cmd_parameter/arguments_en.html b/develop/doc/howto/cmd_parameter/arguments_en.html index 8503f38d94..85797253e7 100644 --- a/develop/doc/howto/cmd_parameter/arguments_en.html +++ b/develop/doc/howto/cmd_parameter/arguments_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,69 +45,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -482,25 +432,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cmd_parameter/detail_introduction_en.html b/develop/doc/howto/cmd_parameter/detail_introduction_en.html index 3e74daf2b8..c7f0d7c6c5 100644 --- a/develop/doc/howto/cmd_parameter/detail_introduction_en.html +++ b/develop/doc/howto/cmd_parameter/detail_introduction_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,141 +45,117 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -679,25 +642,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cmd_parameter/index_en.html b/develop/doc/howto/cmd_parameter/index_en.html index 53bf36269b..1e366d8650 100644 --- a/develop/doc/howto/cmd_parameter/index_en.html +++ b/develop/doc/howto/cmd_parameter/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,69 +45,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -249,25 +199,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/cmd_parameter/use_case_en.html b/develop/doc/howto/cmd_parameter/use_case_en.html index 48c92d62ab..7d7cee22c3 100644 --- a/develop/doc/howto/cmd_parameter/use_case_en.html +++ b/develop/doc/howto/cmd_parameter/use_case_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,141 +45,110 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -421,25 +377,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/index_en.html b/develop/doc/howto/index_en.html index 57abd5c961..2b4c6dee7f 100644 --- a/develop/doc/howto/index_en.html +++ b/develop/doc/howto/index_en.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,137 +44,95 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -247,25 +192,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/optimization/cpu_profiling_en.html b/develop/doc/howto/optimization/cpu_profiling_en.html index 9fee27e02a..4eec9d559c 100644 --- a/develop/doc/howto/optimization/cpu_profiling_en.html +++ b/develop/doc/howto/optimization/cpu_profiling_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -393,25 +332,29 @@ red. It’s a good idea to follow the hints.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/howto/optimization/gpu_profiling_en.html b/develop/doc/howto/optimization/gpu_profiling_en.html index 8a7a364b68..a7efbba6da 100644 --- a/develop/doc/howto/optimization/gpu_profiling_en.html +++ b/develop/doc/howto/optimization/gpu_profiling_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,139 +45,111 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -562,25 +521,29 @@ Your mileage may vary!

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/read_source.html b/develop/doc/howto/read_source.html index 8fd18226d6..e6d864d91f 100644 --- a/develop/doc/howto/read_source.html +++ b/develop/doc/howto/read_source.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -307,25 +246,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/rnn/hierarchical_layer_en.html b/develop/doc/howto/rnn/hierarchical_layer_en.html index 4286b3ea18..05af4239fd 100644 --- a/develop/doc/howto/rnn/hierarchical_layer_en.html +++ b/develop/doc/howto/rnn/hierarchical_layer_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,88 +45,48 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +196,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/rnn/hrnn_rnn_api_compare_en.html b/develop/doc/howto/rnn/hrnn_rnn_api_compare_en.html index 1aa5072705..7ee29199bc 100644 --- a/develop/doc/howto/rnn/hrnn_rnn_api_compare_en.html +++ b/develop/doc/howto/rnn/hrnn_rnn_api_compare_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,88 +45,48 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +196,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/rnn/index_en.html b/develop/doc/howto/rnn/index_en.html index 3328207168..7171d193ce 100644 --- a/develop/doc/howto/rnn/index_en.html +++ b/develop/doc/howto/rnn/index_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,88 +45,48 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -250,25 +201,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/rnn/recurrent_group_en.html b/develop/doc/howto/rnn/recurrent_group_en.html index e138aa35ec..c8f31ef439 100644 --- a/develop/doc/howto/rnn/recurrent_group_en.html +++ b/develop/doc/howto/rnn/recurrent_group_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,88 +45,48 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +196,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/howto/rnn/rnn_config_en.html b/develop/doc/howto/rnn/rnn_config_en.html index 66ed6a70de..f62536fba9 100644 --- a/develop/doc/howto/rnn/rnn_config_en.html +++ b/develop/doc/howto/rnn/rnn_config_en.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,90 +45,54 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -438,25 +393,29 @@ Its output function simply takes \(x_t\) - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/index_en.html b/develop/doc/index_en.html index f07365075a..eb55330f1b 100644 --- a/develop/doc/index_en.html +++ b/develop/doc/index_en.html @@ -28,6 +28,7 @@ + @@ -35,20 +36,6 @@ - - - - - - @@ -56,137 +43,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -245,25 +184,29 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/mobile/cross_compiling_for_android_en.html b/develop/doc/mobile/cross_compiling_for_android_en.html index 9618397cdd..61a0b12407 100644 --- a/develop/doc/mobile/cross_compiling_for_android_en.html +++ b/develop/doc/mobile/cross_compiling_for_android_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -400,25 +339,29 @@ unzip -q android-ndk-r14b-linux-x86_64.zip VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/mobile/cross_compiling_for_ios_en.html b/develop/doc/mobile/cross_compiling_for_ios_en.html index fa6d801391..e532c7e3e1 100644 --- a/develop/doc/mobile/cross_compiling_for_ios_en.html +++ b/develop/doc/mobile/cross_compiling_for_ios_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -342,25 +281,29 @@ $ make install VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + - - - + + + \ No newline at end of file diff --git a/develop/doc/mobile/cross_compiling_for_raspberry_en.html b/develop/doc/mobile/cross_compiling_for_raspberry_en.html index 7037ed1b5c..e68f6e2a99 100644 --- a/develop/doc/mobile/cross_compiling_for_raspberry_en.html +++ b/develop/doc/mobile/cross_compiling_for_raspberry_en.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -276,25 +215,29 @@ make install VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc/search.html b/develop/doc/search.html index f50a948412..5f7df359cd 100644 --- a/develop/doc/search.html +++ b/develop/doc/search.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,123 +42,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -179,13 +112,15 @@
    +
  • Docs »
  • Search
  • +
  • + +
+
- -
-
@@ -237,8 +172,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -246,21 +180,24 @@ - + + + + + - - - diff --git a/develop/doc/survey/cluster_bootstrapping_tools.html b/develop/doc/survey/cluster_bootstrapping_tools.html index 412e733a98..1e92cd2134 100644 --- a/develop/doc/survey/cluster_bootstrapping_tools.html +++ b/develop/doc/survey/cluster_bootstrapping_tools.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,137 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -330,25 +269,29 @@ Tectonic installer as it’s named, it installs Tectonic to a bare metal clu VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; - + + + - - - + + \ No newline at end of file diff --git a/develop/doc_cn/.buildinfo b/develop/doc_cn/.buildinfo index d538aa8676..b283bde88d 100644 --- a/develop/doc_cn/.buildinfo +++ b/develop/doc_cn/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 77720b5585a9b3c3105ba6ebd6b26135 +config: 5f49a0aa4993e772b9c07b4144a92afb tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/develop/doc_cn/_static/css/override.css b/develop/doc_cn/_static/css/override.css deleted file mode 100644 index 09ecff688b..0000000000 --- a/develop/doc_cn/_static/css/override.css +++ /dev/null @@ -1,509 +0,0 @@ -* { - font-family:"Roboto","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; -} -body { - padding-top: 80px; - background-image: none !important; - font-family: Roboto; -} -a, a:focus, a:hover, a:visited { - color: #597cf1; -} -.site-header { - position: fixed; - top: 0; - width: 100%; - left: 0; - z-index: 99; - background: #333; - height: 80px; - display: -webkit-flex; - display: -ms-flex; - display: -o-flex; - display: flex; - flex-flow: row nowrap; - justify-content: space-between; - box-shadow: #ccc 0 3px 3px; -} -.site-header > div { - height: 80px; - display: inline-block; - background-color: #2f323a; - padding: 0 30px; -} -.site-header .site-logo { - line-height: 80px; - width: 290px; - flex: 0 1 290px; -} -.site-header .site-logo > a { - display: inline-block; - width: 230px; -} -.site-header .site-nav-links { - flex: 0 1 100%; -} -.site-header .site-nav-links .site-menu { - height: 30px; - line-height: 30px; - font-size: 12px; - background: -webkit-linear-gradient(#282b33, #2f323a); - background: -o-linear-gradient(#282b33, #2f323a); - background: -moz-linear-gradient(#282b33, #2f323a); - background: linear-gradient(to left, #282b33, #2f323a); - margin-right: -30px; - padding-right: 30px; -} -.site-header .site-nav-links .site-menu .site-page-links { - display: inline-block; - float: right; - margin-right: 20px; -} -.site-header .site-nav-links .site-menu .site-page-links> li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .site-menu .site-page-links > li > a { - color: #a7adbd; - display: inline-block; - height: 30px; - padding: 0 20px; - font-size: 12px; -} -.site-header .site-nav-links .site-menu .site-page-links > li:hover > a, -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - background-color: #2f323a; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .site-page-links > li.active > a { - font-weight: bold; -} -.site-header .site-nav-links .site-menu .fork-on-github { - color: #597cf1; - line-height: 30px; - display: inline-block; - padding: 0 0 0 20px; - float: right; - position: relative; -} -.site-header .site-nav-links .site-menu .fork-on-github .fa { - margin-right: 5px; - font-size: 16px; - vertical-align: middle; -} -.site-header .site-nav-links .site-menu .language-switcher { - height: 30px; - display: inline-block; - float: right; - line-height: 30px; - padding: 0 20px; - position: relative; -} -.site-header .site-nav-links .site-menu .language-switcher > a { - color: #a7adbd; -} -.site-header .site-nav-links .site-menu .language-switcher.open > a { - background-color: #24272f; - color: #bcc1d0; -} -.site-header .site-nav-links .site-menu .language-switcher .fa { - margin-left: 5px; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-down { - display: inline; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-down { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher .fa-angle-up { - display: none; -} -.site-header .site-nav-links .site-menu .language-switcher.open .fa-angle-up { - display: inline; -} -.site-header .site-nav-links .site-menu .fork-on-github:before, -.site-header .site-nav-links .site-menu .language-switcher:before { - width: 1px; - height: 12px; - top: 9px; - background-color: #3a3d47; - left: 0; - display: inline-block; - position: absolute; - content: ""; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu { - display: none; - position: absolute; - box-shadow: #ccc 0 0 5px; - background-color: #fff; - width: 100%; - left: 0; - top: 30px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li { - line-height: 30px; - padding: 0 20px; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li:hover { - background-color: #f7f8fe; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li + li { - border-top: 1px solid #dedfe5; -} -.site-header .site-nav-links .site-menu .language-switcher .dropdown-menu > li > a { - color: #2f323a; -} -.site-header .site-nav-links .site-menu .language-switcher.open .dropdown-menu { - display: inline-block; -} -.site-header .site-nav-links .doc-module { - display: block; - height: 50px; - line-height: 50px; -} -.site-header .site-nav-links .doc-module > ul > li { - display: inline-block; - float: left; -} -.site-header .site-nav-links .doc-module > ul > li > a { - color: #c9cbd0; - font-size: 14px; - display: inline-block; - height: 50px; - line-height: 50px; - border-bottom: 2px solid transparent; - padding: 0 20px; -} -.site-header .site-nav-links .doc-module > ul > li:hover > a { - color: #fff; -} -.site-header .site-nav-links .doc-module > ul > li.current > a { - border-bottom-color: #fff; - color: #fff; -} -.site-header .site-nav-links .doc-module [role="search"]{ - float: right; -} -.site-header .site-nav-links .doc-module [role="search"] input { - background-color: #3a3d47; - border-radius: 15px; - color: #a7adbd; - border: 1px solid transparent; - padding: 6px 15px; - width: 180px; - box-shadow: none; - transition: all .2s; - -webkit-transition: all .2s; - -moz-transition: all .2s; - -o-transition: all .2s; - background-repeat: no-repeat; - background-position: 145px center; - background-image: url("data:image/png;base64,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"); -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - width: 300px; -} -.site-header .site-nav-links .doc-module [role="search"] input:focus { - background-position: 265px center; -} -.site-header .site-nav-links .doc-module [role="search"] input:hover, -.site-header .site-nav-links .doc-module [role="search"] input:focus { - color: #fff; - border-color: #597cf1; - background-image: url("data:image/png;base64,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"); -} -.doc-menu-vertical { - display: inline-block; - float: left; - width: 240px; - height: 100%; - background-color: #ecedee; - position: absolute; - left: 0; - top: 0; - overflow: hidden; - padding: 0; - border-right: 1px solid #dddfe3; -} -.doc-menu-vertical > ul { - display: none; -} -.doc-menu-vertical > ul.current{ - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1 { - display: none; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current { - display: block; -} -.doc-menu-vertical > ul.current > li.toctree-l1.current > a { - display: none; -} -.doc-menu-vertical .toctree-l2 a { - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - padding-right: 30px; -} -.doc-menu-vertical .toctree-l2 > a { - font-size: 14px; - color: #2f323a; - padding-left: 30px; - line-height: 50px; - display: block; - font-weight: bold; - border-bottom: 1px solid #dddfe3; -} -.doc-menu-vertical .toctree-l2.has-child > a:after { - font-family: "FontAwesome"; - display: inline-block; - font-style: normal; - font-weight: normal; - text-decoration: inherit; - content: ""; - float: right; - line-height: 50px; - color: #a7adbd; - position: absolute; - right: 15px; -} -.doc-menu-vertical .toctree-l2.has-child.current > a:after { - content: ""; -} -.doc-menu-vertical .toctree-l2 > a + ul{ - background-color: #e4e6e9; - height: 0; - overflow: hidden; -} -.doc-menu-vertical .toctree-l2.current > a + ul { - border-bottom: 1px solid #dddfe3; - height: auto; -} -.doc-menu-vertical .toctree-l2 li.active > a { - background-color: #597cf1; - color: #fff; -} -.doc-menu-vertical .toctree-l3 > a { - font-size: 12px; - color: #2f323a; - padding-left: 30px; - line-height: 40px; - display: block; -} -.doc-menu-vertical .toctree-l4 > a { - font-size: 12px; - color: #64697b; - padding-left: 50px; - line-height: 30px; - display: block; -} -.doc-menu-vertical .toctree-l5 > a { - font-size: 14px; - color: #ccc; - padding-left: 40px; - display: block; -} -.local-toc { - position: absolute; - height: 100%; - background-color: #f6f7f8; - top: 0; - left: 240px; - padding: 0; - z-index: 9; -} -.local-toc:after { - content: ""; - position: absolute; - height: 100%; - width: 1px; - display: inline-block; - right: 0; - background-color: #dddfe3; - top: 0; - z-index: -1; -} -.local-toc:hover a { - width: auto; -} -.local-toc > ul > li a { - position: relative; - font-size: 12px; - overflow: hidden; - display: none; -} -.local-toc > ul > li > ul > li a { - display: block; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - padding-right: 20px; - width: 50px; -} -.local-toc > ul > li > ul > li > ul > li > ul a { - display: none; -} -.local-toc > ul > li > ul li > a:after { - content: ""; - display: inline-block; - width: 1px; - height: 100%; - background-color: transparent; - position: absolute; - right: 0; - top: 0; -} -.local-toc > ul > li > ul li a:hover{ - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li a:hover:after { - background-color: #e6eaf7 !important; -} -.local-toc > ul > li > ul li.active > a { - color: #ff9711; - background-color: #fff; - border-top: 1px solid #dddfe3; - border-bottom: 1px solid #dddfe3; -} -.local-toc > ul > li > ul li.active > a:before { - background-color: #ff9711; - width: 10px; - height: 10px; - margin: 15px 20px; - border-radius: 5px; -} -.local-toc > ul > li > ul li.active > a:after { - background-color: #fff; -} -.local-toc > ul > li > ul > li { - position: relative; - line-height: 40px; - white-space: nowrap; -} -.local-toc > ul > li > ul > li > a { - color: #64697b; -} -.local-toc > ul > li > ul > li > a + ul { - display: none; -} -.local-toc > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.local-toc > ul > li > ul > li > ul > li > a { - color: #a7adbd; -} -.local-toc > ul > li > ul > li > ul > li > a:before { - display: inline-block; - content: ""; - width: 6px; - height: 6px; - background-color: #ccc; - border-radius: 3px; - margin: 17px 22px; - float: left; -} -.main-content-wrap { - position: absolute; - width: 100%; - top: 80px; - bottom: 0; - overflow: auto; - background-color: #f6f7f8; -} -.doc-content-wrap { - margin-left: 290px; - height: 100%; - position: relative; - padding-top: 60px; - background-color: #fff; -} -.doc-content-wrap > div[role='navigation'] { - position: absolute; - top: 0; - width: 100%; - left: 0; - padding: 0 30px; - height: 60px; -} -.wy-breadcrumbs { - line-height: 50px; - height: 60px; - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjhmMGQ3ZC0wODU3LTQ0ZTctOGRhZi00NGU3OTc1ZmM2MzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRBN0NEODRBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRBN0NEODNBRTM2MTFFNjlGMDI4RUM3M0VDQzY4NTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNWQwMzI1ZC01ZDAyLTQ1YTYtODUxOS1lNWUzNjU5NGFhMzAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZGVmZmY0OS1mNjA4LTExNzktYTRlZC1kZjJiNGY3N2YwNzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FGmP1AAAAKUlEQVR42mK4/+DpfwY9Q0tBJgYGhv8g4h8uFoKLEGOAc9FYSARAgAEAUgMQYBNmQ7sAAAAASUVORK5CYII="); - background-repeat: repeat no-repeat; - background-position: center 50px; -} -.wy-breadcrumbs > li { - color: #ccc; -} -.wy-breadcrumbs > li a { - color: #ff9711; - padding: 0; -} -.wy-breadcrumbs > li:first-child a { - color: #597cf1; -} -.wy-nav-content{ - max-width: none; - overflow: auto; - position: relative; - padding: 30px; - background-color: #fff; -} -.wy-nav-content h1 { - font-size: 24px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h2 { - font-size: 20px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h3 { - font-size: 18px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content h4 { - font-size: 16px; - color: #2f323a; - margin-bottom: 30px; -} -.wy-nav-content p + h1, -.wy-nav-content p + h2, -.wy-nav-content p + h3, -.wy-nav-content p + h4 { - margin-top: 20px; -} -.wy-nav-content p{ - color: #2f323a; - margin-bottom: 20px; - font-size: 14px; -} -#search-results h2 { - font-size: 24px; - margin: 20px 0 10px 0; -} -#search-results p { - color: #a7adbd; -} -#search-results ul.search > li { - border-bottom: none; -} -#search-results ul.search > li > a { - color: #597cf1; -} -.rst-content .highlighted{ - background-color: transparent; - color: #ff9711; - padding: 0; -} diff --git a/develop/doc_cn/_static/images/PP_w.png b/develop/doc_cn/_static/images/PP_w.png deleted file mode 100644 index bc58b0b458135773fcde5ee941ea095e3d4d07a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3183 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 ul').addClass('nav nav-stacked'); - $('#doc-content').scrollspy({ - target: '.local-toc' - }); - $('.local-toc').perfectScrollbar(); - } else { - $('.doc-content-wrap').css('margin-left', '-=50px'); - $('.local-toc').remove(); - } - - if (!$('.doc-menu-vertical > ul > li.current > ul').length) { - $('.doc-content-wrap').css('margin-left', '-=240px'); - $('.doc-menu-vertical').remove(); - $('.local-toc').css('left', '0'); - } - - $('.doc-menu-vertical .toctree-l2').each(function (i, e){ - $(e).toggleClass('has-child', !!$(e).find('ul').length); - }); - - $('.doc-menu-vertical').find('li.current').last().addClass('active'); - - $('.doc-menu-vertical').perfectScrollbar(); -}); diff --git a/develop/doc_cn/build_and_install/build_from_source_cn.html b/develop/doc_cn/build_and_install/build_from_source_cn.html index c68dc3bf4e..f3bd6d61b2 100644 --- a/develop/doc_cn/build_and_install/build_from_source_cn.html +++ b/develop/doc_cn/build_and_install/build_from_source_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,108 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -498,8 +447,7 @@ ctest -R test_sum_op -V VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -507,17 +455,22 @@ ctest -R test_sum_op -V - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/build_and_install/docker_install_cn.html b/develop/doc_cn/build_and_install/docker_install_cn.html index 1208cb821a..aadc145d68 100644 --- a/develop/doc_cn/build_and_install/docker_install_cn.html +++ b/develop/doc_cn/build_and_install/docker_install_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,106 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -367,8 +314,7 @@ docker run ${CUDA_SO @@ -376,17 +322,22 @@ docker run ${CUDA_SO - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/build_and_install/index_cn.html b/develop/doc_cn/build_and_install/index_cn.html index a58f2fcdec..cf916f8316 100644 --- a/develop/doc_cn/build_and_install/index_cn.html +++ b/develop/doc_cn/build_and_install/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,144 +44,101 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -288,8 +232,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -297,17 +240,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/build_and_install/pip_install_cn.html b/develop/doc_cn/build_and_install/pip_install_cn.html index c39c73a7df..32fe918f47 100644 --- a/develop/doc_cn/build_and_install/pip_install_cn.html +++ b/develop/doc_cn/build_and_install/pip_install_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,104 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -381,8 +326,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -390,17 +334,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/api.html b/develop/doc_cn/design/api.html index 3b74eebac1..d0a78f7e5d 100644 --- a/develop/doc_cn/design/api.html +++ b/develop/doc_cn/design/api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -467,8 +399,7 @@ parameter server.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -476,17 +407,22 @@ parameter server.

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/auto_gradient_check.html b/develop/doc_cn/design/auto_gradient_check.html index db6e69c20a..260a0ea1c3 100644 --- a/develop/doc_cn/design/auto_gradient_check.html +++ b/develop/doc_cn/design/auto_gradient_check.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -403,8 +335,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -412,17 +343,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/backward.html b/develop/doc_cn/design/backward.html index e5e5a34417..f0d969bd0b 100644 --- a/develop/doc_cn/design/backward.html +++ b/develop/doc_cn/design/backward.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -374,8 +306,7 @@ for op in reversed(block.ops): VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -383,17 +314,22 @@ for op in reversed(block.ops): - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/block.html b/develop/doc_cn/design/block.html index 068f2809fa..220d1fa870 100644 --- a/develop/doc_cn/design/block.html +++ b/develop/doc_cn/design/block.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -539,8 +471,7 @@ Block’s Run method will run its operators sequentially.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -548,17 +479,22 @@ Block’s Run method will run its operators sequentially.

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/build_system/README.html b/develop/doc_cn/design/build_system/README.html index bcf7508f90..e48f4ef17d 100644 --- a/develop/doc_cn/design/build_system/README.html +++ b/develop/doc_cn/design/build_system/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -381,8 +313,7 @@ if commit id matches, there will be no download at all. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -390,17 +321,22 @@ if commit id matches, there will be no download at all. - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/README.html b/develop/doc_cn/design/cluster_train/README.html index 8aa9755635..a8cbf97830 100644 --- a/develop/doc_cn/design/cluster_train/README.html +++ b/develop/doc_cn/design/cluster_train/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -410,8 +342,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -419,17 +350,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/checkpointing.html b/develop/doc_cn/design/cluster_train/checkpointing.html index 4be15cc02e..4e08dbe844 100644 --- a/develop/doc_cn/design/cluster_train/checkpointing.html +++ b/develop/doc_cn/design/cluster_train/checkpointing.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -285,8 +217,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -294,17 +225,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/data_dispatch.html b/develop/doc_cn/design/cluster_train/data_dispatch.html index 50b99f0af4..7029237bf4 100644 --- a/develop/doc_cn/design/cluster_train/data_dispatch.html +++ b/develop/doc_cn/design/cluster_train/data_dispatch.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -386,8 +318,7 @@ random_images-00099-of-00099 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -395,17 +326,22 @@ random_images-00099-of-00099 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/large_model_dist_train.html b/develop/doc_cn/design/cluster_train/large_model_dist_train.html index c0f002854e..c2deb52882 100644 --- a/develop/doc_cn/design/cluster_train/large_model_dist_train.html +++ b/develop/doc_cn/design/cluster_train/large_model_dist_train.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -323,8 +255,7 @@ then getParameterSparse< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -332,17 +263,22 @@ then getParameterSparse< - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/master_server.html b/develop/doc_cn/design/cluster_train/master_server.html index ef3acbac58..faed20e9a2 100644 --- a/develop/doc_cn/design/cluster_train/master_server.html +++ b/develop/doc_cn/design/cluster_train/master_server.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -321,8 +253,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -330,17 +261,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/pserver_client.html b/develop/doc_cn/design/cluster_train/pserver_client.html index 2a6fcc234b..b5f3935f31 100644 --- a/develop/doc_cn/design/cluster_train/pserver_client.html +++ b/develop/doc_cn/design/cluster_train/pserver_client.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -398,8 +330,7 @@ name:sparse-n-1 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -407,17 +338,22 @@ name:sparse-n-1 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/remote_parameter_updater.html b/develop/doc_cn/design/cluster_train/remote_parameter_updater.html index 68397b7145..25ffcaaab1 100644 --- a/develop/doc_cn/design/cluster_train/remote_parameter_updater.html +++ b/develop/doc_cn/design/cluster_train/remote_parameter_updater.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -253,8 +185,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -262,17 +193,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/save_model.html b/develop/doc_cn/design/cluster_train/save_model.html index 6a0908c461..8069b91e2f 100644 --- a/develop/doc_cn/design/cluster_train/save_model.html +++ b/develop/doc_cn/design/cluster_train/save_model.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -340,8 +272,7 @@ during saving model to the future.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -349,17 +280,22 @@ during saving model to the future.

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cluster_train/submit-job.html b/develop/doc_cn/design/cluster_train/submit-job.html index 21ff9375d3..d07dc8bda3 100644 --- a/develop/doc_cn/design/cluster_train/submit-job.html +++ b/develop/doc_cn/design/cluster_train/submit-job.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -369,8 +301,7 @@ PaddlePaddle job related informations.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -378,17 +309,22 @@ PaddlePaddle job related informations.

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/concurrent_programming.html b/develop/doc_cn/design/concurrent_programming.html index f559a6e174..2a5dc16d51 100644 --- a/develop/doc_cn/design/concurrent_programming.html +++ b/develop/doc_cn/design/concurrent_programming.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -393,8 +325,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -402,17 +333,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/cpp_data_feeding.html b/develop/doc_cn/design/cpp_data_feeding.html index c68e1b4c3a..e63052c10d 100644 --- a/develop/doc_cn/design/cpp_data_feeding.html +++ b/develop/doc_cn/design/cpp_data_feeding.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -302,8 +234,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -311,17 +242,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/csp.html b/develop/doc_cn/design/csp.html index 72c7fdcb6f..970fd49354 100644 --- a/develop/doc_cn/design/csp.html +++ b/develop/doc_cn/design/csp.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -431,8 +363,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -440,17 +371,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/dist_refactor/distributed_architecture.html b/develop/doc_cn/design/dist_refactor/distributed_architecture.html index 7bebeb352b..9e20379dd4 100644 --- a/develop/doc_cn/design/dist_refactor/distributed_architecture.html +++ b/develop/doc_cn/design/dist_refactor/distributed_architecture.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -404,8 +336,7 @@ the read data OPs.

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -413,17 +344,22 @@ the read data OPs.

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/dist_refactor/multi_cpu.html b/develop/doc_cn/design/dist_refactor/multi_cpu.html index 90c8423eb3..dad76eb0b9 100644 --- a/develop/doc_cn/design/dist_refactor/multi_cpu.html +++ b/develop/doc_cn/design/dist_refactor/multi_cpu.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -286,8 +218,7 @@ optimizer with multi-threads. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -295,17 +226,22 @@ optimizer with multi-threads. - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/dist_refactor/parameter_server.html b/develop/doc_cn/design/dist_refactor/parameter_server.html index ca4dbb810c..937696d1e5 100644 --- a/develop/doc_cn/design/dist_refactor/parameter_server.html +++ b/develop/doc_cn/design/dist_refactor/parameter_server.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -334,8 +266,7 @@ question for the Add OP) VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -343,17 +274,22 @@ question for the Add OP) - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/error_clip.html b/develop/doc_cn/design/error_clip.html index c4227e97a9..3a89b0071e 100644 --- a/develop/doc_cn/design/error_clip.html +++ b/develop/doc_cn/design/error_clip.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -312,8 +244,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -321,17 +252,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/evaluator.html b/develop/doc_cn/design/evaluator.html index da9253f0f4..34ebb28c8a 100644 --- a/develop/doc_cn/design/evaluator.html +++ b/develop/doc_cn/design/evaluator.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,8 +224,7 @@ Each metric operator needs to caculate the metric statistic and return the batch VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -301,17 +232,22 @@ Each metric operator needs to caculate the metric statistic and return the batch - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/executor.html b/develop/doc_cn/design/executor.html index ae2c82287c..c18c32740e 100644 --- a/develop/doc_cn/design/executor.html +++ b/develop/doc_cn/design/executor.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -264,8 +196,7 @@ It is very similar to how a push stack frame works when entering a block, follow VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -273,17 +204,22 @@ It is very similar to how a push stack frame works when entering a block, follow - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/file_manager/README.html b/develop/doc_cn/design/file_manager/README.html index d7b38e9d90..ad0e227243 100644 --- a/develop/doc_cn/design/file_manager/README.html +++ b/develop/doc_cn/design/file_manager/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -345,8 +277,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -354,17 +285,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/file_manager/pfs/pfsclient.html b/develop/doc_cn/design/file_manager/pfs/pfsclient.html index df8c420eb3..496e3b5931 100644 --- a/develop/doc_cn/design/file_manager/pfs/pfsclient.html +++ b/develop/doc_cn/design/file_manager/pfs/pfsclient.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -371,8 +303,7 @@ Examples: VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -380,17 +311,22 @@ Examples: - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/float16.html b/develop/doc_cn/design/float16.html index 0726b6a3b3..a75f703839 100644 --- a/develop/doc_cn/design/float16.html +++ b/develop/doc_cn/design/float16.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -350,8 +282,7 @@ CUDA 7.5 and 8.0 define __half< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -359,17 +290,22 @@ CUDA 7.5 and 8.0 define __half< - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/fluid.html b/develop/doc_cn/design/fluid.html index 12ec028c06..a2821eb36c 100644 --- a/develop/doc_cn/design/fluid.html +++ b/develop/doc_cn/design/fluid.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -330,8 +262,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -339,17 +270,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/fluid_compiler.html b/develop/doc_cn/design/fluid_compiler.html index bf79e228e5..21a7e08e4a 100644 --- a/develop/doc_cn/design/fluid_compiler.html +++ b/develop/doc_cn/design/fluid_compiler.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -332,8 +264,7 @@ execute them, we need to trace < VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -341,17 +272,22 @@ execute them, we need to trace < - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/functions_operators_layers.html b/develop/doc_cn/design/functions_operators_layers.html index bc6572f430..2013049a5b 100644 --- a/develop/doc_cn/design/functions_operators_layers.html +++ b/develop/doc_cn/design/functions_operators_layers.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -311,8 +243,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -320,17 +251,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/gan_api.html b/develop/doc_cn/design/gan_api.html index e6be7d117b..d55ed0aec7 100644 --- a/develop/doc_cn/design/gan_api.html +++ b/develop/doc_cn/design/gan_api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -498,8 +430,7 @@ If we have execution dependency engine to back-trace all tensors, the module bui VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -507,17 +438,22 @@ If we have execution dependency engine to back-trace all tensors, the module bui - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/graph.html b/develop/doc_cn/design/graph.html index a5f683ac8a..eb19cf1248 100644 --- a/develop/doc_cn/design/graph.html +++ b/develop/doc_cn/design/graph.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,8 +224,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -301,17 +232,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/graph_survey.html b/develop/doc_cn/design/graph_survey.html index 9b3bd09358..23b5004882 100644 --- a/develop/doc_cn/design/graph_survey.html +++ b/develop/doc_cn/design/graph_survey.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -425,8 +357,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -434,17 +365,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/if_else_op.html b/develop/doc_cn/design/if_else_op.html index b3c583e6b4..d643da14b3 100644 --- a/develop/doc_cn/design/if_else_op.html +++ b/develop/doc_cn/design/if_else_op.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -281,8 +213,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -290,17 +221,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/infer_var_type.html b/develop/doc_cn/design/infer_var_type.html index 790f4412e2..ad8058d9e7 100644 --- a/develop/doc_cn/design/infer_var_type.html +++ b/develop/doc_cn/design/infer_var_type.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -298,8 +230,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -307,17 +238,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/kernel_hint_design.html b/develop/doc_cn/design/kernel_hint_design.html index 0c000d4797..27d801396c 100644 --- a/develop/doc_cn/design/kernel_hint_design.html +++ b/develop/doc_cn/design/kernel_hint_design.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -286,8 +218,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -295,17 +226,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/kernel_selection.html b/develop/doc_cn/design/kernel_selection.html index c4366f4565..502bac0fff 100644 --- a/develop/doc_cn/design/kernel_selection.html +++ b/develop/doc_cn/design/kernel_selection.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -317,8 +249,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -326,17 +257,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/memory_optimization.html b/develop/doc_cn/design/memory_optimization.html index f9a5f85112..332692516d 100644 --- a/develop/doc_cn/design/memory_optimization.html +++ b/develop/doc_cn/design/memory_optimization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -426,8 +358,7 @@ In former control flow graph, the out-edges of node 5 are 5 –> 6 and 5 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -435,17 +366,22 @@ In former control flow graph, the out-edges of node 5 are 5 –> 6 and 5 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/mkl/mkl_packed.html b/develop/doc_cn/design/mkl/mkl_packed.html index 0b7aa1f994..36f320c627 100644 --- a/develop/doc_cn/design/mkl/mkl_packed.html +++ b/develop/doc_cn/design/mkl/mkl_packed.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -360,8 +292,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -369,17 +300,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/mkl/mkldnn.html b/develop/doc_cn/design/mkl/mkldnn.html index 7b4b8e037c..5a8336d507 100644 --- a/develop/doc_cn/design/mkl/mkldnn.html +++ b/develop/doc_cn/design/mkl/mkldnn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -441,8 +373,7 @@ Figure 5. Merge Gradients VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -450,17 +381,22 @@ Figure 5. Merge Gradients - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/mkl/mkldnn_fluid.html b/develop/doc_cn/design/mkl/mkldnn_fluid.html index 98d473c8e3..d507472f97 100644 --- a/develop/doc_cn/design/mkl/mkldnn_fluid.html +++ b/develop/doc_cn/design/mkl/mkldnn_fluid.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -385,8 +317,7 @@ TBD

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -394,17 +325,22 @@ TBD

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/model_format.html b/develop/doc_cn/design/model_format.html index 8b57ba6f77..1e48a02956 100644 --- a/develop/doc_cn/design/model_format.html +++ b/develop/doc_cn/design/model_format.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -265,8 +197,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -274,17 +205,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/multi_language_interface/00.why_plain_c.html b/develop/doc_cn/design/multi_language_interface/00.why_plain_c.html index 87ca0b6116..597057e6ea 100644 --- a/develop/doc_cn/design/multi_language_interface/00.why_plain_c.html +++ b/develop/doc_cn/design/multi_language_interface/00.why_plain_c.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -371,8 +303,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -380,17 +311,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/multi_language_interface/01.inference_implementation.html b/develop/doc_cn/design/multi_language_interface/01.inference_implementation.html index f9f9615478..c6eea9b6aa 100644 --- a/develop/doc_cn/design/multi_language_interface/01.inference_implementation.html +++ b/develop/doc_cn/design/multi_language_interface/01.inference_implementation.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -370,8 +302,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -379,17 +310,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/operator_kernel_type.html b/develop/doc_cn/design/operator_kernel_type.html index b4fcad9b11..9e2f811578 100644 --- a/develop/doc_cn/design/operator_kernel_type.html +++ b/develop/doc_cn/design/operator_kernel_type.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -307,8 +239,7 @@ A library usually has a corresponding @@ -316,17 +247,22 @@ A library usually has a corresponding - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/ops/rnn.html b/develop/doc_cn/design/ops/rnn.html index 4105ccb201..65e2dcc422 100644 --- a/develop/doc_cn/design/ops/rnn.html +++ b/develop/doc_cn/design/ops/rnn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -366,8 +298,7 @@ If the output_all_steps< VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -375,17 +306,22 @@ If the output_all_steps< - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/ops/sequence_decoder.html b/develop/doc_cn/design/ops/sequence_decoder.html index e4e7873283..ec6e50adb1 100644 --- a/develop/doc_cn/design/ops/sequence_decoder.html +++ b/develop/doc_cn/design/ops/sequence_decoder.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -441,8 +373,7 @@ It needs some extensions to support the packing or unpacking an array of @@ -450,17 +381,22 @@ It needs some extensions to support the packing or unpacking an array of - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/optimizer.html b/develop/doc_cn/design/optimizer.html index 827323aa8a..d456194923 100644 --- a/develop/doc_cn/design/optimizer.html +++ b/develop/doc_cn/design/optimizer.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -321,8 +253,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -330,17 +261,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/paddle_nccl.html b/develop/doc_cn/design/paddle_nccl.html index 29d77ced3f..5edda25b3d 100644 --- a/develop/doc_cn/design/paddle_nccl.html +++ b/develop/doc_cn/design/paddle_nccl.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -299,8 +231,7 @@ Need to note that our AllReduce operator is a ring-base AllReduce implementation VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -308,17 +239,22 @@ Need to note that our AllReduce operator is a ring-base AllReduce implementation - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/parallel_do.html b/develop/doc_cn/design/parallel_do.html index ebcaae2d76..5e910eea4f 100644 --- a/develop/doc_cn/design/parallel_do.html +++ b/develop/doc_cn/design/parallel_do.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -390,8 +322,7 @@ And the ProgramDesc looks like the following

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -399,17 +330,22 @@ And the ProgramDesc looks like the following

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/parameter_average.html b/develop/doc_cn/design/parameter_average.html index c0ab9ea76a..81e011b93c 100644 --- a/develop/doc_cn/design/parameter_average.html +++ b/develop/doc_cn/design/parameter_average.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -311,8 +243,7 @@ We will have a wrapper written in Python that will support the functionality and VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -320,17 +251,22 @@ We will have a wrapper written in Python that will support the functionality and - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/parameters_in_cpp.html b/develop/doc_cn/design/parameters_in_cpp.html index a5436bfcc5..9ea6cd4fa4 100644 --- a/develop/doc_cn/design/parameters_in_cpp.html +++ b/develop/doc_cn/design/parameters_in_cpp.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -270,8 +202,7 @@ Because we need share Parameter VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -279,17 +210,22 @@ Because we need share Parameter - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/profiler.html b/develop/doc_cn/design/profiler.html index 666855586d..9d98996c19 100644 --- a/develop/doc_cn/design/profiler.html +++ b/develop/doc_cn/design/profiler.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -323,8 +255,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -332,17 +263,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/program.html b/develop/doc_cn/design/program.html index 07b8461206..d995c02abc 100644 --- a/develop/doc_cn/design/program.html +++ b/develop/doc_cn/design/program.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -358,8 +290,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -367,17 +298,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/prune.html b/develop/doc_cn/design/prune.html index 2d23da5b20..f94628ed3d 100644 --- a/develop/doc_cn/design/prune.html +++ b/develop/doc_cn/design/prune.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,8 +224,7 @@ For each variable in the target VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -301,17 +232,22 @@ For each variable in the target - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/python_api.html b/develop/doc_cn/design/python_api.html index 5c2a9cb727..a21a2b39ce 100644 --- a/develop/doc_cn/design/python_api.html +++ b/develop/doc_cn/design/python_api.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -506,8 +438,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -515,17 +446,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/reader/README.html b/develop/doc_cn/design/reader/README.html index ce9c024d90..827569e085 100644 --- a/develop/doc_cn/design/reader/README.html +++ b/develop/doc_cn/design/reader/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -418,8 +350,7 @@ The batch reader, a mapping from item(s) to data layer, the batch size and the n VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -427,17 +358,22 @@ The batch reader, a mapping from item(s) to data layer, the batch size and the n - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/refactorization.html b/develop/doc_cn/design/refactorization.html index d35af259f1..bb5b8c221f 100644 --- a/develop/doc_cn/design/refactorization.html +++ b/develop/doc_cn/design/refactorization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -563,8 +495,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -572,17 +503,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/register_grad_op.html b/develop/doc_cn/design/register_grad_op.html index ddc38eec5b..9cdf087ead 100644 --- a/develop/doc_cn/design/register_grad_op.html +++ b/develop/doc_cn/design/register_grad_op.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -308,8 +240,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -317,17 +248,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/regularization.html b/develop/doc_cn/design/regularization.html index 53acf4deeb..2a23e2f927 100644 --- a/develop/doc_cn/design/regularization.html +++ b/develop/doc_cn/design/regularization.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -300,8 +232,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -309,17 +240,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/releasing_process.html b/develop/doc_cn/design/releasing_process.html index 9c7f6406bb..a676f88534 100644 --- a/develop/doc_cn/design/releasing_process.html +++ b/develop/doc_cn/design/releasing_process.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -343,8 +275,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -352,17 +283,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/scope.html b/develop/doc_cn/design/scope.html index b9ba30d0a9..f25c7bd736 100644 --- a/develop/doc_cn/design/scope.html +++ b/develop/doc_cn/design/scope.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -353,8 +285,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -362,17 +293,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/selected_rows.html b/develop/doc_cn/design/selected_rows.html index 2994a4a976..1d3f874975 100644 --- a/develop/doc_cn/design/selected_rows.html +++ b/develop/doc_cn/design/selected_rows.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -299,8 +231,7 @@ So we use TensorDesc @@ -308,17 +239,22 @@ So we use TensorDesc - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/simple_op_design.html b/develop/doc_cn/design/simple_op_design.html index d29d36a786..9b98a3283a 100644 --- a/develop/doc_cn/design/simple_op_design.html +++ b/develop/doc_cn/design/simple_op_design.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -421,8 +353,7 @@ create_python_ops_creatation_functions() VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -430,17 +361,22 @@ create_python_ops_creatation_functions() - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/speech/deep_speech_2.html b/develop/doc_cn/design/speech/deep_speech_2.html index 4bf45e404d..9d65dd22f6 100644 --- a/develop/doc_cn/design/speech/deep_speech_2.html +++ b/develop/doc_cn/design/speech/deep_speech_2.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -440,8 +372,7 @@ Figure 2. Algorithm for CTC Beam Search Decoder. VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -449,17 +380,22 @@ Figure 2. Algorithm for CTC Beam Search Decoder. - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/support_new_device.html b/develop/doc_cn/design/support_new_device.html index d9a5f3ad3e..eaf82559b4 100644 --- a/develop/doc_cn/design/support_new_device.html +++ b/develop/doc_cn/design/support_new_device.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -433,8 +365,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -442,17 +373,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/switch.html b/develop/doc_cn/design/switch.html index d58f2d92df..37d82d3edc 100644 --- a/develop/doc_cn/design/switch.html +++ b/develop/doc_cn/design/switch.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -263,8 +195,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -272,17 +203,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/tensor_array.html b/develop/doc_cn/design/tensor_array.html index cefccc8c82..4b2398e71a 100644 --- a/develop/doc_cn/design/tensor_array.html +++ b/develop/doc_cn/design/tensor_array.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -483,8 +415,7 @@ the implementation of a RNN that supports varient-length sentences is far more c VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -492,17 +423,22 @@ the implementation of a RNN that supports varient-length sentences is far more c - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/design/var_desc.html b/develop/doc_cn/design/var_desc.html index 3dbd88a2fb..c6ea543e6d 100644 --- a/develop/doc_cn/design/var_desc.html +++ b/develop/doc_cn/design/var_desc.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -307,8 +239,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -316,17 +247,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/contribute_to_paddle_cn.html b/develop/doc_cn/dev/contribute_to_paddle_cn.html index e4e2a73d67..06911af370 100644 --- a/develop/doc_cn/dev/contribute_to_paddle_cn.html +++ b/develop/doc_cn/dev/contribute_to_paddle_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,111 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -459,8 +411,7 @@ upstream VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -468,17 +419,22 @@ upstream - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/index_cn.html b/develop/doc_cn/dev/index_cn.html index d4e12a1a8b..7b24102382 100644 --- a/develop/doc_cn/dev/index_cn.html +++ b/develop/doc_cn/dev/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,144 +44,93 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -252,8 +188,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -261,17 +196,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/new_layer_cn.html b/develop/doc_cn/dev/new_layer_cn.html index d0f898f1df..e06cca32c4 100644 --- a/develop/doc_cn/dev/new_layer_cn.html +++ b/develop/doc_cn/dev/new_layer_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -604,8 +536,7 @@ add_test(NAME test_FCGrad VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -613,17 +544,22 @@ add_test(NAME test_FCGrad - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/new_op_cn.html b/develop/doc_cn/dev/new_op_cn.html index fdddc1d73c..6fa54f2475 100644 --- a/develop/doc_cn/dev/new_op_cn.html +++ b/develop/doc_cn/dev/new_op_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -531,8 +463,7 @@ Kernel实现 | CPU、CUDA共享Kernel实现在 @@ -540,17 +471,22 @@ Kernel实现 | CPU、CUDA共享Kernel实现在 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/use_eigen_cn.html b/develop/doc_cn/dev/use_eigen_cn.html index 8da1993e58..cda7d23517 100644 --- a/develop/doc_cn/dev/use_eigen_cn.html +++ b/develop/doc_cn/dev/use_eigen_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -360,8 +292,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -369,17 +300,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/dev/write_docs_cn.html b/develop/doc_cn/dev/write_docs_cn.html index bbf6f71fec..d6f12916f2 100644 --- a/develop/doc_cn/dev/write_docs_cn.html +++ b/develop/doc_cn/dev/write_docs_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,105 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -334,8 +280,7 @@ make paddle_docs paddle_docs_cn VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -343,17 +288,22 @@ make paddle_docs paddle_docs_cn - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/build_and_install/index_cn.html b/develop/doc_cn/faq/build_and_install/index_cn.html index 029745f64c..ae58b866e2 100644 --- a/develop/doc_cn/faq/build_and_install/index_cn.html +++ b/develop/doc_cn/faq/build_and_install/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,112 +45,59 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -374,8 +323,7 @@ touch ../extern_mklml-stamp/extern_mklml-download VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -383,17 +331,22 @@ touch ../extern_mklml-stamp/extern_mklml-download - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/cluster/index_cn.html b/develop/doc_cn/faq/cluster/index_cn.html index 06505e93c7..946cd7d29f 100644 --- a/develop/doc_cn/faq/cluster/index_cn.html +++ b/develop/doc_cn/faq/cluster/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,146 +44,101 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -265,8 +207,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -274,17 +215,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/index_cn.html b/develop/doc_cn/faq/index_cn.html index d696a1df89..cba9fdbb17 100644 --- a/develop/doc_cn/faq/index_cn.html +++ b/develop/doc_cn/faq/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,110 +44,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -256,8 +195,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -265,17 +203,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/local/index_cn.html b/develop/doc_cn/faq/local/index_cn.html index eb7513154f..d120f066a3 100644 --- a/develop/doc_cn/faq/local/index_cn.html +++ b/develop/doc_cn/faq/local/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,117 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -590,8 +548,7 @@ mini-batch forward的output的值。获得的值类型均为 @@ -599,17 +556,22 @@ mini-batch forward的output的值。获得的值类型均为 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/model/index_cn.html b/develop/doc_cn/faq/model/index_cn.html index b81820d2cf..5d7c3f6828 100644 --- a/develop/doc_cn/faq/model/index_cn.html +++ b/develop/doc_cn/faq/model/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,113 +45,58 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -346,8 +293,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -355,17 +301,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/faq/parameter/index_cn.html b/develop/doc_cn/faq/parameter/index_cn.html index 4ceb0e4e07..c3a3d97d54 100644 --- a/develop/doc_cn/faq/parameter/index_cn.html +++ b/develop/doc_cn/faq/parameter/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,107 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -419,8 +367,7 @@ F1205 14:59:50.295174 14703 Traine VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -428,17 +375,22 @@ F1205 14:59:50.295174 14703 Traine - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/genindex.html b/develop/doc_cn/genindex.html index 1e352e7064..2e4982df27 100644 --- a/develop/doc_cn/genindex.html +++ b/develop/doc_cn/genindex.html @@ -29,26 +29,13 @@ + - - - - - - @@ -56,130 +43,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -187,13 +113,17 @@
    +
  • Docs »
  • 索引
  • +
  • + + + +
+
- -
-
@@ -239,8 +169,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -248,17 +177,22 @@ - + + + - - - + + \ No newline at end of file diff --git a/develop/doc_cn/getstarted/concepts/use_concepts_cn.html b/develop/doc_cn/getstarted/concepts/use_concepts_cn.html index bd41054cd0..268069cbcb 100644 --- a/develop/doc_cn/getstarted/concepts/use_concepts_cn.html +++ b/develop/doc_cn/getstarted/concepts/use_concepts_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,104 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -598,8 +543,7 @@ trainer.train( VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -607,17 +551,22 @@ trainer.train( - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/getstarted/index_cn.html b/develop/doc_cn/getstarted/index_cn.html index 9e91b13f14..75538595df 100644 --- a/develop/doc_cn/getstarted/index_cn.html +++ b/develop/doc_cn/getstarted/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,144 +44,93 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -252,8 +188,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -261,17 +196,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/getstarted/quickstart_cn.html b/develop/doc_cn/getstarted/quickstart_cn.html index 57ac5d838c..af5be292a3 100644 --- a/develop/doc_cn/getstarted/quickstart_cn.html +++ b/develop/doc_cn/getstarted/quickstart_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,99 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,8 +232,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -301,17 +240,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/capi/compile_paddle_lib_cn.html b/develop/doc_cn/howto/capi/compile_paddle_lib_cn.html index 6379619be1..b549d41575 100644 --- a/develop/doc_cn/howto/capi/compile_paddle_lib_cn.html +++ b/develop/doc_cn/howto/capi/compile_paddle_lib_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,109 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -379,8 +327,7 @@ cmake -DCMAKE_INSTALL_PREFIX=$PADDLE_ROO VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -388,17 +335,22 @@ cmake -DCMAKE_INSTALL_PREFIX=$PADDLE_ROO - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/capi/index_cn.html b/develop/doc_cn/howto/capi/index_cn.html index c7cc757464..020a7d4d16 100644 --- a/develop/doc_cn/howto/capi/index_cn.html +++ b/develop/doc_cn/howto/capi/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,103 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -271,8 +215,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -280,17 +223,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/capi/organization_of_the_inputs_cn.html b/develop/doc_cn/howto/capi/organization_of_the_inputs_cn.html index 884d9eac67..7345739e0f 100644 --- a/develop/doc_cn/howto/capi/organization_of_the_inputs_cn.html +++ b/develop/doc_cn/howto/capi/organization_of_the_inputs_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,114 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -558,8 +511,7 @@ CHECK(paddle_arguments_set_sequence_start_pos(in_args, 0, 1, seq_pos)); VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -567,17 +519,22 @@ CHECK(paddle_arguments_set_sequence_start_pos(in_args, 0, 1, seq_pos)); - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/capi/workflow_of_capi_cn.html b/develop/doc_cn/howto/capi/workflow_of_capi_cn.html index f6646a1d22..d69fccd6e6 100644 --- a/develop/doc_cn/howto/capi/workflow_of_capi_cn.html +++ b/develop/doc_cn/howto/capi/workflow_of_capi_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,110 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -378,8 +327,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -387,17 +335,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/cmd_argument_cn.html b/develop/doc_cn/howto/cluster/cmd_argument_cn.html index 01851082a6..2e16a98b01 100644 --- a/develop/doc_cn/howto/cluster/cmd_argument_cn.html +++ b/develop/doc_cn/howto/cluster/cmd_argument_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,112 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -395,8 +346,7 @@ test.txt-00002 VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -404,17 +354,22 @@ test.txt-00002 - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/index_cn.html b/develop/doc_cn/howto/cluster/index_cn.html index 5b619f14bd..9ab494a87d 100644 --- a/develop/doc_cn/howto/cluster/index_cn.html +++ b/develop/doc_cn/howto/cluster/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,103 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -265,8 +209,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -274,17 +217,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/fabric_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/fabric_cn.html index 40735ca067..accec63168 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/fabric_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/fabric_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -292,8 +243,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -301,17 +251,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/index_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/index_cn.html index 95414a5434..c4ad8026fe 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/index_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -278,8 +229,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -287,17 +237,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/k8s_aws_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/k8s_aws_cn.html index 55606b7004..c84db4fb57 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/k8s_aws_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/k8s_aws_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -867,8 +818,7 @@ paddle-cluster-job-jx4xr 1/1 Running 0 9m VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -876,17 +826,22 @@ paddle-cluster-job-jx4xr 1/1 Running 0 9m - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/k8s_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/k8s_cn.html index b3db16e683..6777f3fcb5 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/k8s_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/k8s_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ + - -
-
@@ -447,8 +398,7 @@ Events: VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -456,17 +406,22 @@ Events: - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/k8s_distributed_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/k8s_distributed_cn.html index e6537b9e2b..917f5fd1af 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/k8s_distributed_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/k8s_distributed_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -536,8 +487,7 @@ I1116 09:10:18.019836 50 Parame VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -545,17 +495,22 @@ I1116 09:10:18.019836 50 Parame - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/openmpi_cn.html b/develop/doc_cn/howto/cluster/multi_cluster/openmpi_cn.html index 0e586adeae..65c12753d5 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/openmpi_cn.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/openmpi_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,76 +45,47 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -290,8 +241,7 @@ mpirun -hostfile machines -n 3 /home/tutorial/start_mpi_ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -299,17 +249,22 @@ mpirun -hostfile machines -n 3 /home/tutorial/start_mpi_ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_data/README.html b/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_data/README.html index 3e637710ef..825c13c64c 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_data/README.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_data/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -237,8 +169,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -246,17 +177,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_train/README.html b/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_train/README.html index a535e3fa8d..8d47837818 100644 --- a/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_train/README.html +++ b/develop/doc_cn/howto/cluster/multi_cluster/src/k8s_train/README.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -236,8 +168,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -245,17 +176,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cluster/preparations_cn.html b/develop/doc_cn/howto/cluster/preparations_cn.html index 4748559452..a5a7e2de8b 100644 --- a/develop/doc_cn/howto/cluster/preparations_cn.html +++ b/develop/doc_cn/howto/cluster/preparations_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,105 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -266,8 +210,7 @@ PaddlePaddle 0.10.0, compiled with VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -275,17 +218,22 @@ PaddlePaddle 0.10.0, compiled with - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cmd_parameter/arguments_cn.html b/develop/doc_cn/howto/cmd_parameter/arguments_cn.html index b3de4efdaf..f39ae35bfd 100644 --- a/develop/doc_cn/howto/cmd_parameter/arguments_cn.html +++ b/develop/doc_cn/howto/cmd_parameter/arguments_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,69 +45,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -489,8 +433,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -498,17 +441,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cmd_parameter/detail_introduction_cn.html b/develop/doc_cn/howto/cmd_parameter/detail_introduction_cn.html index 89b12fadc8..352216ace7 100644 --- a/develop/doc_cn/howto/cmd_parameter/detail_introduction_cn.html +++ b/develop/doc_cn/howto/cmd_parameter/detail_introduction_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,118 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -686,8 +643,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -695,17 +651,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cmd_parameter/index_cn.html b/develop/doc_cn/howto/cmd_parameter/index_cn.html index b99225deb9..1cbcb14d9d 100644 --- a/develop/doc_cn/howto/cmd_parameter/index_cn.html +++ b/develop/doc_cn/howto/cmd_parameter/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,69 +45,45 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -268,8 +212,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -277,17 +220,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/cmd_parameter/use_case_cn.html b/develop/doc_cn/howto/cmd_parameter/use_case_cn.html index 257788e88a..f2411b7965 100644 --- a/develop/doc_cn/howto/cmd_parameter/use_case_cn.html +++ b/develop/doc_cn/howto/cmd_parameter/use_case_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,111 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -428,8 +378,7 @@ numLogicalDevices_: min(max(deviceId + 1), numDevices_) VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -437,17 +386,22 @@ numLogicalDevices_: min(max(deviceId + 1), numDevices_) - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/index_cn.html b/develop/doc_cn/howto/index_cn.html index 3cf83aa2ee..d52b5ee20c 100644 --- a/develop/doc_cn/howto/index_cn.html +++ b/develop/doc_cn/howto/index_cn.html @@ -28,6 +28,7 @@ + @@ -36,20 +37,6 @@ - - - - - - @@ -57,144 +44,96 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -255,8 +194,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -264,17 +202,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/optimization/cpu_profiling_cn.html b/develop/doc_cn/howto/optimization/cpu_profiling_cn.html index 4918245a1c..a86cfdb5fe 100644 --- a/develop/doc_cn/howto/optimization/cpu_profiling_cn.html +++ b/develop/doc_cn/howto/optimization/cpu_profiling_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -354,8 +286,7 @@ pip install yep VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -363,17 +294,22 @@ pip install yep - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/optimization/gpu_profiling_cn.html b/develop/doc_cn/howto/optimization/gpu_profiling_cn.html index 6e9a4a1915..d8028fa1c5 100644 --- a/develop/doc_cn/howto/optimization/gpu_profiling_cn.html +++ b/develop/doc_cn/howto/optimization/gpu_profiling_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,146 +45,112 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -573,8 +526,7 @@ Time(%) Time Calls A VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -582,17 +534,22 @@ Time(%) Time Calls A - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/read_source.html b/develop/doc_cn/howto/read_source.html index 1b8b9acf4b..556d248c45 100644 --- a/develop/doc_cn/howto/read_source.html +++ b/develop/doc_cn/howto/read_source.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -314,8 +246,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -323,17 +254,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/rnn/hierarchical_layer_cn.html b/develop/doc_cn/howto/rnn/hierarchical_layer_cn.html index 2867fd21ae..d3a22045b8 100644 --- a/develop/doc_cn/howto/rnn/hierarchical_layer_cn.html +++ b/develop/doc_cn/howto/rnn/hierarchical_layer_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,112 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -342,8 +293,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -351,17 +301,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/rnn/hrnn_rnn_api_compare_cn.html b/develop/doc_cn/howto/rnn/hrnn_rnn_api_compare_cn.html index d5cfca9b83..35d10ba6af 100644 --- a/develop/doc_cn/howto/rnn/hrnn_rnn_api_compare_cn.html +++ b/develop/doc_cn/howto/rnn/hrnn_rnn_api_compare_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,148 +45,113 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -477,8 +429,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -486,17 +437,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/rnn/index_cn.html b/develop/doc_cn/howto/rnn/index_cn.html index 90ab04d30c..59c8a0b853 100644 --- a/develop/doc_cn/howto/rnn/index_cn.html +++ b/develop/doc_cn/howto/rnn/index_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,95 +45,49 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -257,8 +202,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -266,17 +210,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/rnn/recurrent_group_cn.html b/develop/doc_cn/howto/rnn/recurrent_group_cn.html index 3c4a7a024e..68a5013f46 100644 --- a/develop/doc_cn/howto/rnn/recurrent_group_cn.html +++ b/develop/doc_cn/howto/rnn/recurrent_group_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,98 +45,58 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -347,8 +298,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -356,17 +306,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/howto/rnn/rnn_config_cn.html b/develop/doc_cn/howto/rnn/rnn_config_cn.html index 0aac4613d5..f4796c3d72 100644 --- a/develop/doc_cn/howto/rnn/rnn_config_cn.html +++ b/develop/doc_cn/howto/rnn/rnn_config_cn.html @@ -28,6 +28,7 @@ + @@ -37,20 +38,6 @@ - - - - - - @@ -58,97 +45,55 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -479,8 +428,7 @@ attention,门控循环单元单步函数和输出函数:

VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -488,17 +436,22 @@ attention,门控循环单元单步函数和输出函数:

- + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/index_cn.html b/develop/doc_cn/index_cn.html index ef06ccafdb..8a6ae3ed4c 100644 --- a/develop/doc_cn/index_cn.html +++ b/develop/doc_cn/index_cn.html @@ -28,6 +28,7 @@ + @@ -35,20 +36,6 @@ - - - - - - @@ -56,144 +43,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -252,8 +184,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -261,17 +192,22 @@ - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/mobile/cross_compiling_for_android_cn.html b/develop/doc_cn/mobile/cross_compiling_for_android_cn.html index 8bda6c2bdd..60d8a2105a 100644 --- a/develop/doc_cn/mobile/cross_compiling_for_android_cn.html +++ b/develop/doc_cn/mobile/cross_compiling_for_android_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -414,8 +346,7 @@ make install VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -423,17 +354,22 @@ make install - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/mobile/cross_compiling_for_ios_cn.html b/develop/doc_cn/mobile/cross_compiling_for_ios_cn.html index 4678186259..1eb6c7095f 100644 --- a/develop/doc_cn/mobile/cross_compiling_for_ios_cn.html +++ b/develop/doc_cn/mobile/cross_compiling_for_ios_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -349,8 +281,7 @@ $ make install VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -358,17 +289,22 @@ $ make install - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/mobile/cross_compiling_for_raspberry_cn.html b/develop/doc_cn/mobile/cross_compiling_for_raspberry_cn.html index 6a3e37204d..839bde854c 100644 --- a/develop/doc_cn/mobile/cross_compiling_for_raspberry_cn.html +++ b/develop/doc_cn/mobile/cross_compiling_for_raspberry_cn.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -283,8 +215,7 @@ make install VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -292,17 +223,22 @@ make install - + + - - - + + + \ No newline at end of file diff --git a/develop/doc_cn/search.html b/develop/doc_cn/search.html index f310d049cd..160b7989c4 100644 --- a/develop/doc_cn/search.html +++ b/develop/doc_cn/search.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,130 +42,69 @@ - - - -
+
- -
+ + +
- -
- - +
+ + + +
+
+ @@ -186,13 +112,15 @@
    +
  • Docs »
  • 搜索
  • +
  • + +
+
- -
-
@@ -244,8 +172,7 @@ VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -254,21 +181,24 @@ - + + + + + - - - diff --git a/develop/doc_cn/survey/cluster_bootstrapping_tools.html b/develop/doc_cn/survey/cluster_bootstrapping_tools.html index 972479fefa..1a19ac139f 100644 --- a/develop/doc_cn/survey/cluster_bootstrapping_tools.html +++ b/develop/doc_cn/survey/cluster_bootstrapping_tools.html @@ -28,26 +28,13 @@ + - - - - - - @@ -55,144 +42,89 @@ - - - -
+
- -
+ + +
- -
- - - +
+ + + +
+
+ +
+
- -
-
@@ -337,8 +269,7 @@ Tectonic installer as it’s named, it installs Tectonic to a bare metal clu VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: ".txt", + HAS_SOURCE: true }; @@ -346,17 +277,22 @@ Tectonic installer as it’s named, it installs Tectonic to a bare metal clu - + + - - - + + + \ No newline at end of file -- GitLab