diff --git a/develop/api_doc/.buildinfo b/develop/api_doc/.buildinfo index fde5b8bfbc436bbc4a03de16618279f8cdd8f28b..8e971368c2253bc0e8d283d663ed6c5d7eb80b2b 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 09ecff688b9a2dae3d834572217922640c529c5e..0000000000000000000000000000000000000000 --- 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 Binary files a/develop/api_doc/_static/images/PP_w.png and /dev/null differ diff --git a/develop/api_doc/_static/js/paddle_doc_init.js b/develop/api_doc/_static/js/paddle_doc_init.js deleted file mode 100644 index 153ce30745a0a21097fb385f2d66f12e6c8d5be5..0000000000000000000000000000000000000000 --- a/develop/api_doc/_static/js/paddle_doc_init.js +++ /dev/null @@ -1,31 +0,0 @@ -$(document).ready(function(){ - $('.local-toc').on('click' ,'a.reference.internal', function (){ - $('.local-toc li.active').removeClass('active'); - $(this).parent('li').addClass('active'); - }); - - if ($('.local-toc a:visible').length) { - $('.local-toc > 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 a7d99b8f657cc1122a903b61f9644061641bf585..c80656f3b9f595aaad0d66ce02e00d392fb2ec4d 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 0b443ce0ff9e1aee0977ca8ef78191863f19ad11..ea1db7f5a87fa4db26b74eab7f51def9bf42ddff 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 5fff5589c32cd4c35f52225dec91752ed6806dba..a0ce2245edf6e829425185985f0af1180f65d86e 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 965c0f1adaf4fc2789f8ad940bf06da09cc8ab8a..427d0b05ebff1d0ebd33948fbf61e5b4eec0ad9d 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 ca46459c4189132f22546b5562facb3ae76bf821..bd87cac4721fc85c80b4a9c13bb5e543312543f5 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 0247a25eb3efae4e6a25c547224e6f393f73ffa5..48b2ad199aa9123a754673e1607c89e14e4c6d01 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 b46eafa527e11e35075943fdaf55190763eb867e..a438d2887f68baf47796a95d651ddbbe44735c9b 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 4af78432d48f6c804ec9a5349a32f03cc8354f31..53b6f9088aaa212a3de2268e01e24648d1e611ae 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 4197799c1298e8e0635c48266afe9d8485a229a9..8cce22c4240aa5a3c7033170b166f8649f1c2fb0 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 57ed725fbc76e38bc614882a726e034ad9298d39..b2f3d84a90adeb30034ef75b6f997a8e56be176f 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 ae954dcaa1667187857924b94d4dbd89bdedddf6..c034d8da9ba2fcd24eca2048cb09c4ca56a7597d 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 307734b87589f78eb21550eb6fd110a14c50dc21..5be2424d781016c0ae0ae92f441093df6966652f 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 47fbf4f975bd56780078ea600ea535a765dca4f3..8f3be533527d2be9cd176dc6636f6f21fa1325dc 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 53978cdcbfbc8a53751c7a257a728b8c5bfb8b40..d2e749e18b9dfc3a6873666ddcc1e8491596619e 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 a91993058b8e1fdf44f520798440767bdccdf97c..dde15c041b391b520c294e549b5a4a5eb87cd0da 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 3ff6fea239754a83c354011c7061460dba95e3c5..2230ca825137eb983ffcbf8233101432a087a5b1 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 54b8c499eaf30bcaaf1941b6299204a35326aa21..4c8195a6a389594572dfd9cd6b619f41e1ffcf50 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 9b37b2daa0adec7a8109bd636f82fc3066288dc9..26e410b029fc664239e1c9fbcf9a7243d456540d 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 e627bfdb368ec7ae620f05ba5f33bae21fa49022..2c316527f29bb76b50ac3cd61ff38fc66bbabe7c 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 c9ceca90413305b3be05227f968654febf07b443..2ee8f77e24b14d9d8a622f04feebfa85769306e8 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 6f54e7a9be7f2f26c5ea494dc974861acf604845..b206031cdee05bddf15a6409efd8f1e6beee33f2 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 b5e54d86d4401eb6ffc01e2e685ba3a0aeb9a8db..51399293dde70112c50a6bb65d65b6ff45e1ed0d 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 4d9c24e87d687ac608ad3b4b19e0a98178ed3eba..bb88acfe85aa496ffe09d754f9296e236b23ba1e 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 f3fe56c9b6b302063d0a80b9adc5faf07ecb4498..f06ac0ac654d17574f6d6b91fd789c9c35886072 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 1fa4f2979c9e4ca85db0550dd99d37cecd0e1fbf..06830834f5d4faa90e90a6b23e217e6ed8d3d65c 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 410b08623ba365e2d0ec9cb1c9b8b5fee93dee96..00498dc5f586fa7e59990b51983e9bb5e3bce3c2 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 5220e09b97f6b0563a14a8d0766346531f55873f..1c6776504fb80a8fda62e5b308f10604d777120a 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 8e704ae5cb99be6abc0bd03367a718e155269381..17292232bc0f53eeca2b6dc0a465adc60048310d 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 80f1022a95e943d718d58c54756aac743e58a678..fa40290d9482fccd86c121c3fe3b047ee534f4ed 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 9d66f0494e3f8c23ac4f14516f7aba4d531a9dcc..bf88fe8c578cb517bceca27677d1120113bd372f 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 fde5b8bfbc436bbc4a03de16618279f8cdd8f28b..8e971368c2253bc0e8d283d663ed6c5d7eb80b2b 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 09ecff688b9a2dae3d834572217922640c529c5e..0000000000000000000000000000000000000000 --- 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,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAEpSURBVHjanNO9K4ZhFMfxz4MFg1Im8jJ5/gIvExMZJCnFpCRlYBEGGS0m+QMoLwOyGCwyWISEvJQklM0glFLeluvR3d3d08Nvua5O53w751y/K9Uz+SyiNIbRihq8Yh+LWMaXmPIi93Ec4QN9qEYjVjGBPZTHAQXhHMMg6nARy7nEAuawE3Keox2kMYWOhOKMPjAUYNPxEUYwjzPZ9Y1R9KMkCmjButx0g3M0RQEVuJe7bkPNL+AFRX8AlOI9CjhF/R8Ah9iNApbCcvJzBEzgOgpYxBtmkcpSWIuGJCd+ojO8xgaqEsw2gANsoy3JiQ9hDzO4Cp64Q3GIP6ALhcHa3diCVOwzQRmaUYknHOMkGAnasZKBFCTM+oi1LLvYRG+mkzz/UwYy8zMAmkpBg3fGpFUAAAAASUVORK5CYII="); -} -.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 Binary files a/develop/doc/_static/images/PP_w.png and /dev/null differ diff --git a/develop/doc/_static/js/paddle_doc_init.js b/develop/doc/_static/js/paddle_doc_init.js deleted file mode 100644 index 153ce30745a0a21097fb385f2d66f12e6c8d5be5..0000000000000000000000000000000000000000 --- a/develop/doc/_static/js/paddle_doc_init.js +++ /dev/null @@ -1,31 +0,0 @@ -$(document).ready(function(){ - $('.local-toc').on('click' ,'a.reference.internal', function (){ - $('.local-toc li.active').removeClass('active'); - $(this).parent('li').addClass('active'); - }); - - if ($('.local-toc a:visible').length) { - $('.local-toc > 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 dfd0e241734bc08d5fcfd2b9ab6acbb7e03f8566..77bf741afdd1a546f56c5f779cac19b4cea4cf7d 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 eb95be05296761b28e878239d76f9a2e576bfaf3..c37edd5cea4b082750241bfd8a666272f67039d6 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 588ade61e97af83010a7855cda76567bf45017f7..4b5c201ec7f9c2c5cdc527236a0e138c6a1dfa8f 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 77ea51304b6ab0c02a89ee51ee3e979f52a922a2..01febe0c83369993034480b6e6e51cdab74f540c 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 4220470c0278b2d955aa69efac7f8fc745589275..9f98d4450ffaa54833df77a76896dcca35c206b7 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 9c80a73a39c734fba205db053c9354d37ff1aff2..f6753833cae82c79f38fdee4e34cf0e06e23fcc3 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 aa2133d6e98acedac80ae8148fb6a91cc38e10ac..9b77fa279089d585227a5bffc47cf71f6bca4948 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 42a6d8fe9b0384d1457fd39c68ee584a99387120..34aa78ad82cbd01ca088d777bbe0e7b8f638b95e 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 44518234a58df4ac84a55cc1b1af11ccfd5d2eb2..ae4baa2fbb7bb0446dcef3eeff9634ee5d8856e5 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 690a23e95c2bcf71fabc7da7617b6a095e3233cb..c5629a6a2d3ec88d77554a4e5bb81a3e5bc84448 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 e095206fb7fc1d73ca3ea02e577fe23fc61f1f3b..a57abc9cdd8f2e31e62d6160bac407def1cb6923 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 7ecace9ef8ad8a643b79b18d05d17d493f103279..8fdb6e4d2265d0a695de524c17037297212f1ca0 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 502d846f91b47072bf5d70548c6785cd73e8101a..b1a24480772bacac5527979b74e78e6f6cd546fc 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 d1d3bab24f6a61130490c694d40ff739cca86f16..c8ba855e49398a346f5a98a1e58352adcc0db7ee 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 518a7ce4a8cf514b5b445252c73b2acd61149901..eda3732a00d0dad3fa061175001748f71653116b 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 15c8dfc692dfb11c4c36eff7db5e24619903adc5..8b5ac155837856e2a711824d544b0591017bfd56 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 e6a95f912a42ca5033714d576cdfe5971b6f3cba..5e23376782a22d2205266a10951e27d9df2e9799 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 79af6617ee534a0edd13177eb0e4c8b0460f98c8..f79c67daa740a2e8ba8e7a88b3c8c274a7500c02 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 2637c10d71ca753618c1a1ab3542d249ff564bb8..6370e706be012361f47387256718f1e69d62372d 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 f1de176a05dd401b541459594799e7f755d5b76a..d8d27112d60c75e97b69b506acfe25aaf0d85f96 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 83fe86f3512550725da13d9c093ff0fc80752c01..879949be1bc1b1cdd768dd7903103f515b413354 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 1bf67cd9bc17d9f09389abac40bb2a21644df22d..d660546ab97a0365d039f5f77fa1340290749e36 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 eb0a40138718aa2a7fb8132183733b3204b53b37..1d1d3364e2eeab4fb73ad64407a4a3427d88253c 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 9cf4e0027b636eb52f59434aa05f497ef512e1cb..95ba0c19c74ead1c5b82f2c8938913c32a3f0628 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 41e33ce43cb59a1e8608e463e37ab7c5199a8f49..529b537ee015b07fefbf9b5e2cbdca07d4c5afcc 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 f1c409283ad4333e445114e509922367c58d0285..6c8d853e462bc2ad5ea9cf79fd03facf1bf136ac 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 c36c07b819fdac196c3e5369bd09d80e0c74eca0..339c2bcd5499d8b6c88f0cde89b57bc85252bd16 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 2e41bf2595cd6a7baf466c282fe5f13d32e9a015..978456562b01f0e595b385796ea4348f5922953f 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 55a1ed9fff5444ac8ee2093921014b21f0c61641..5c63831abbeb4a1818751ceb449280d345fd4825 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 c78a9bcc13fdbd897d3ca73cfc5f91cef19ffaa0..7dd63c1f16d1b55a5b444c7e5f2592a40bd62d38 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 5b67825173e1f9c0cd973b673af3584dd976af56..ae37287463a8c72525f402bdc324b8f0f4bcb970 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 5f442a39aff217047ce725964ae0bb0af7e6336c..7587354221fe903138634eabc21d0ed4e9b266e8 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 0e1dced6edafeb545d5fb31f452e567d1bf42ad0..5acb8ddcac6ba6911679727b5ea6163c8453dba0 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 b954cebb2da7e29ff09a6e2cd9d20a1a43e41559..782c699ab5aac350dab74b751d0eca7485563f50 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 7ab415cf1003fbce94bf5240db46aa547351cafc..ce4dcee2cc4be74c6c06c17661cd66f69881b0db 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 931cb5eb0cb75cdfce48a1d65f0371d1b305e3c4..97d77de2d0ba019b5cf0e1cf4859136a3c489ddd 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 0cbf989dd8df4ec6250ee53181df8f20996f9e39..8a032e6ff494c14ed638ccc819a19406d33aa9e7 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 8fc3f4341ee5c293ba884d745c8008346bcb67f7..c68c1dd351fabfa20609c5f6c96105d3367143f5 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 4b36ff65e8ceb2d1f61f20d74264bb70b371d1b2..1e9fd258bac30496c6d1a8e122f18afe224213c2 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 e58910a4bdad9873439f5d826ba26b891d54586c..bdab46646c59c03390c248b9598650909c40849d 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 ba8ccbe61e74b90cebe559d92861199ebaec1135..5db9d6ab1d1ba714dd31c72f8331aeaacecc3d43 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 34ac23d99bf537c8b011fdc4b8c6baec4eb32e6c..6dcf9923e4b7b3fd4c3ada6fd4d0e3fa293c1df9 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 edbe6a51fa4a5ead1ec2f520e7610a3e8855e271..f6535b9e288a3c173c8c7f5249ad4bc24748185f 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 388c2f13f9286bb5efe5be1a84ed2a5f91bf751a..4880eadd9df1f5f4702af81a22e26f66b11245e6 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 999ecec8ed4bcfbe987123932351644025fe9973..b90ddeeb10265c05fcd8849539a2e0174d6b0b60 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 fee4f56ed9e1f57b422998150944fec1b0c2a645..ee66868f9c18afa2280ae81f9d08523fff0e7e47 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 ab55531ee540e1d79f4980aad187bdfcd61ec81a..b46da7af1cea38b740c1e32660c7b2406767125b 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 f91fa5f32e8d5b6be9b4bb975d44c3dd4cda280f..274d69b7d977e7cc3415ea402504b4513f9b5d56 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 11314dcc3de5f02a6382b81753a62920d263a0ac..afd16d01735c5acbaa3a76dd257a928c785d41a5 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 8a21120d023457d19377f397bf11f451e2037846..51b58c671bb5cf535908bb30eb1abf048f19049d 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 b4169cfc883b6f6766b04b651c8b3961f0d28ea6..898294c4a09857573817e2eef7e638f3db18ffb0 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 5be2fc74fb9c1c80cffabbffc94b99dff19f3a98..b6cc17ff7ed32bda58efce6e55d9efff92f25d0d 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 619d5bc649afe2055ac73d099756b24fbeb6e033..df7f5c0668addd97d3af6c003199276fc9804269 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 28d6effe39e87bd120f00e8b15dd17f42761093a..9d3ca898e49f26bc2bb703dd38d0443896952679 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 58aecf16b1d2197d393a463bfbb3b13564f7589b..ee7798a72b50c79922a2622a912f940becd4591f 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 940dcdf828bfa423fab75ada483b656c96ed93e2..acbc5d1a1bf59456d8f56ec0c1d0fa28ab1c74e9 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 de2cdad4b13016fb631b8e4848b6c67e88ecb2a3..d5107567c68d703bc676d87785c5dc45a1d5c20a 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 7236b3c29d4f8b6bcaed198f475d399193186dab..4cb56e57586899a8e34c8df79db5cac8e0a7525c 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 ec77b3b4da92aae279454d1aed5465a53c380054..cb097ea092028b9d90aed9137d91ab31e0e4637d 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 4abd53e68d10982987d71ea64980b910b1356bf6..455113d0880f2dde58139d2bd3b6f0e319be3fb7 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 f102029972bb8b74557bbcc2d316bbbfbe08a9eb..c70eaff205cc6bf5771095be81a3c42973645236 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 6dbd465ecfe6d663ba0d9f018c45810a49362c0b..d9c332af7370f8355f151e8f6e33a89f3b03ba1c 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 b077d6f37c1e1ef334f8441442efd6dc1dec27dd..08cb604ae37bdc6b25400f92f12258bbc3ee7fba 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 6535a0471bc199e2fb8d447216ea217359ccce60..aa693997b5d8f770c2487cb11448ae631907541e 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 e8e22b22bfe550dbbac5f30acf0ed25672bf17f2..a3a0198c89a088fb65bf9f602838689cca13e993 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 7ca2b0453572e5f29812f4bc46a05f433b7142ce..d398b100878f4b56fd9c56f35eb109b3c688cf92 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 5a1c2a1a6d3caee81284e486d6d1c674976af66c..620cf11d047b2d3391831628b9c326bc8434e2be 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 0df1178ded91214f6b6f4066ec80fd8d5bf0d651..19fcdca3bb7d31fed7fe1c026edc7b84e5840a0f 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 4c2733144bf8b7bd5e404fe16c21975a5ef6d713..8dafb68b94fe800a9e3e935ea9675cdd753c072c 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 88656a407d49013c6b566c3a4c866c3a1deecd1c..282e2b8408974302ca9cfc45139ac40a481cb6ca 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 ced87e6a485238bf0f2699dc66862cc4aadd1f0d..95821be9e833186f7a6b0f4ee0760be6d854d520 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 844ea7c8b320ffd9db6435e8b039cb8dce770e14..e5ce0070c6fe4ed5bb0cc253b39cfa077abb7b37 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 b8dcfa7158a40afd97f499b76de22a2b885cd20c..7d990f9a254fe6c19d6cb427631458aa1d3a6795 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 daf05df50a51d90dd307fa6f4e35de68acfe1098..128446b251a1e855c616194718440450ddcd135a 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 7d45c9f13b3dff4af9afb66781ebc9a16ba50413..e6c0952cb00e6419592cd4f5349d42244baa0397 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 f9b4d550bdbb3b69bf6bb4bd85e3958b0a214979..b431ca9bcee0fb3759578e9ca55217feff546e47 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 1b20d410e960ea8da0ef0d2772b9ec58e6283590..bf0bf40a7f14cb7dc6458fabf893a8b58e5b41b6 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 315378e67ed2be0a3950f1d82d0f236847032401..b9f90b0a30de3f9295288c76f335ed9ef861b4f4 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 6aa23433ac274a36216259737f140cb52f7f4d6a..5768bc5a3817a5fdc7ac0b7546355fb55b6aaa0a 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 13ad4c81d5202955c6afdf5d5a4d2282f3d9464d..35327550090d493ec76bf347fe3cfd2c63aff319 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 25acb3254c7dd6b604eb1b1a2e21368e077e3b6e..648331764e70940ae348b6cb3fb2fb56e09c6ce9 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 f05fa66a7e48feb44d88a53752e566c2199dc26e..f24830aea33339669afe7f026ce08cbef72356cc 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 882b9dab8c19a59cedd9dfb93cc06fc524e9be3e..ff3ad8c80d812632826bf9f84c194cedaf054cbc 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 ac6fa48ec04953f3d7440b4027053dfb7928caeb..c5e56478e8378a7a5c5e117b2c853b24b9a19d83 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 35c4a84d86c68d4a3af3603ddded50694a7f08d8..cdbc3884dd3a49d36777b9e93808be932e4d457d 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 e431ae298bf48cd5aa39d173396b2b975d8c0e9e..6a42f0a83e87c85f73bbcf9b1d48cfe0e06c47ac 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 042d7f5f4f3a9c2900521236b6f60d5c8187b4be..9d55e27f58d16dcede1e874a04da987d3a5edff0 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 0518748f5fba55184c1738f46c6d4babb37ab693..4133943c64f077de8ebb50577152f6c651efa8fa 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 0936b223f30aa9f93d57c94aec0d702d9ea1b057..6afcb0506915977a2ab223c0265a1e39a75d46ad 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 aa70e317661d22d3c5abc2e65098000982f42509..723a16784c0e419a07480bc3ca004dec338d7b02 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 de611980c79bf9e54cf1b145bd6bf556f243023e..f6d12a0d969c628db875c3d3e8d2e278f8ca16ee 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 9c24a3b723455a6d8f5457af9e38ae50a8bfe6ef..2b7561a44efbd7ca306bcb2e2f8d42c3e030dfc7 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 891d8678670954b968a11dd8f368376195b2b24e..584327d80cc828f90bbfb9f20f21fa67df4b0a2c 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 6931666a10001d2509e6f386e5ef2e1e6e7e6c23..0b3d936c743d2a1013d75c01d5d2d5b088de9caf 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 173d0622b26f75226cb12b128641cd3898629ca4..f4ba4e9ee41448d696af45f4c84095d1efd7bf86 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 f87a2b1ca8bef366d828420c1ff24b8d6e86a649..ed94f34e519c50bbc0aa57dbe11ffa0f117ecdc4 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 8653f1cc6b319266d51cb88ccfc5182be5d8f54f..675f4f0272fe8d4d39f661a56601c20ab2d2c96a 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 15cd43c2519f4bb28c1b845316b186dc00894628..4e01acce965edeaf7e1ae463f6cbf2aceec155cc 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 527b4402f13bd2cc1fe667f88be5e155e4e38040..e0e7bf6121471521bc229b81cb977c902faf4518 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 3910d8bfbed8839459fa003759f197e7ec422eb6..a85cbab4e395fed3c03653db7c9e7e797eb7f6a8 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 b5cd88bbad231862d72b210c5694a598f0b864bb..382519c0c66274c1607d3f4aaaec1617fb8d898e 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 bba8abed8bf0a8c585b2d07cfa26dc8f3a825a67..4a892613f425391b886bd028baa1bf1050b72217 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 ee786c0aee99895cc3ba6ede306a271a42006041..493383e9c38ba5d4aea00760b304db949b877aed 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 a4cb3644061ccb33df567c542253ddb68ac2a840..7e1b77f1781b61abe4130bf4bdfad9f3a910e424 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 1f228bcf51c65f7e5ef3a5134891c204096a0db4..429b9a9cd7f1c16f42d076cf9ee12b1c47c42dcc 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 8503f38d94644b07c6230872b1baf60a0581bdb6..85797253e70c904b191f7b09c5303b4cbbd7b782 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 3e74daf2b835d62d4543630693b65095dd903c7e..c7f0d7c6c5b6ab1fbab5814c738368ff87ee138f 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 53bf36269b4408dc8c49a330f455105ac75d3089..1e366d86504b36f5576128b214b8e2cf0cac14a5 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 48c92d62ab8c10dba614481d27035487b930cac4..7d7cee22c3e0a24e37590b1502c7c000020decd9 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 57abd5c9614e56027228ebf5c64747340cc3737d..2b4c6dee7f8bd9e4b3b6c0934b3599fe66cab2a6 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 9fee27e02a229c6bac711d3dc89732cd7949e30c..4eec9d559c5cdb5692937a49511ae327487fbae5 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 8a7a364b68f6a06f58b48343e9030af4bc651bcf..a7efbba6da560330a1bb4db2b936cb2c5cfe151f 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 8fd18226d6e95bc0cfbf142e91eb617574bc2e23..e6d864d91f06be471e9911dbebe8ab3204fdf413 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 4286b3ea188bbea9001f35d3e4b6d4e8f44d6537..05af4239fdc9e45120bc0f8a3c52aaac8c3945b6 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 1aa5072705b9a82918fca23d9ebcb7756553125f..7ee29199bca81323925e3b01e9d357fe2c85c191 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 332820716801edbc8a1b755cfec29e82a310867c..7171d193cef6d8774b85272f8d020359a467fb9a 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 e138aa35ec65f55fe6b2bee043fa402c35d41154..c8f31ef439abc513897b0ad24186646fc9831b73 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 66ed6a70deac24979ae19e54b6f771a5bbf05784..f62536fba9821558e12bee52a6e90b018d478b28 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 f07365075a37d9c9a2fb5b391635c2f05e294b45..eb55330f1b9b15e87b64f12ccbfe96c9af0a7138 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 9618397cdd63a06d8fd71efc390fc0a4151056d5..61a0b12407cb8ca1bb75cc2113404203cc907d2e 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 fa6d8013916355574edf3f1c87d19a23ead793f2..e532c7e3e19681604975da91c82988d5f198258e 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 7037ed1b5c9469617e6659d16f6cd19c3d3c2826..e68f6e2a995be064e6f5f24f423bfb513e7752fe 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 f50a9484125b92f959b872fe9d9fcdb4e6dc568a..5f7df359cdbb7fccabebf4b2705b66c11148609e 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 412e733a981cdf4090e4fb727a4a0649b852a83e..1e92cd21345426f554e168e04a6032b694306f08 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 d538aa8676c75f00fd438b739fa29579bb93fb48..b283bde88d1206354cb655a23de4f2e715691b1b 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 09ecff688b9a2dae3d834572217922640c529c5e..0000000000000000000000000000000000000000 --- 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 Binary files a/develop/doc_cn/_static/images/PP_w.png and /dev/null differ diff --git a/develop/doc_cn/_static/js/paddle_doc_init.js b/develop/doc_cn/_static/js/paddle_doc_init.js deleted file mode 100644 index 153ce30745a0a21097fb385f2d66f12e6c8d5be5..0000000000000000000000000000000000000000 --- a/develop/doc_cn/_static/js/paddle_doc_init.js +++ /dev/null @@ -1,31 +0,0 @@ -$(document).ready(function(){ - $('.local-toc').on('click' ,'a.reference.internal', function (){ - $('.local-toc li.active').removeClass('active'); - $(this).parent('li').addClass('active'); - }); - - if ($('.local-toc a:visible').length) { - $('.local-toc > 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 c68dc3bf4e3d36fa535f966da27b58449af93906..f3bd6d61b2db15d8d3ce46e3026d62131b55d8fa 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 1208cb821aa36214f8c46da1089b5e40dd47e3f7..aadc145d682a7c9d6e0fc3525f1325d1f6ab75ca 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 a58f2fcdec2063a83e33db9e7daff76446eff387..cf916f8316a8d829d52a4b1ff73b9edccc1261e3 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 c39c73a7df163b44f43e0480eb95aa1c3fcc7231..32fe918f47aa81023f33d544e20dd63315d50f68 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 3b74eebac18c1754fe3dbcb4a31f129a4a8c9d9c..d0a78f7e5d59d9230c8bb87ee9dd7e684ddf0a14 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 db6e69c20a35e52a5f0b6af850081de4171cc8be..260a0ea1c32f95ef73195342c9fad1d0ce84f359 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 e5e5a34417900faf045322b3d664082931cb204a..f0d969bd0becd5e98f842e50b6d351a136908a1a 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 068f2809fa03f7c35e24671d6fdaec3b733c20fd..220d1fa87048ac090d622bbe32d05414e4d7095a 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 bcf7508f905fbcdc49ba1b691709b45bcb8793e5..e48f4ef17d04676829447339b39d52158eac5622 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 8aa97556356e5d6f30d0f8d283f4e42e1d804ba0..a8cbf97830643883a475576376f46638754e0f37 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 4be15cc02e0fa08e5a8267bb266903502e3949b0..4e08dbe844778daef698993c77ad8883ffa634f0 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 50b99f0af4dab9d3b8057b4cce779821503100a8..7029237bf47320575f9a75c9c526603847d86a27 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 c0f002854e76c1c23752a086dbb979f3e3cd7e8e..c2deb528829eaa597e49346753f910c97a0d77e5 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 ef3acbac58db8d74965279ef231ca0ee2389a86a..faed20e9a2c9378ec47d15cc603625d863d63c9e 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 2a6fcc234bb1074d3e3c833b6b2d2f67b9d99a62..b5f3935f319f9dcba2d29fb89b18d9308594b1e0 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 68397b714526fd8a95485c95bf80dcab54dc80fc..25ffcaaab1ff334151a8770a1d555c24818152c1 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 6a0908c461be3c41873624c04148dda555977f72..8069b91e2f8d171e9bf58358e3547c6520846cd9 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 21ff9375d3b2820dca0e3432a531900cb532f9ca..d07dc8bda3f0b6895066c3ca7ac2f314fb3a661a 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 f559a6e174bff393701d142bb245ebdc3283f48f..2a5dc16d5163c300de583ca2c48b28fc225308f7 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 c68e1b4c3a872ed7ce08edd21caa1d66db970b55..e63052c10d4495edf76221098ef14f867f95570d 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 72c7fdcb6f371201a8d75c8ec7751e97790c246f..970fd4935414c38c2f6dd34503f3fcccd3f0fb93 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 7bebeb352bf944cc855daf4c231287dc045bd9cc..9e20379dd42f465dc6105ce186cbea928b279bb5 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 90c8423eb3b1197b3f2836b9965601088515f201..dad76eb0b934551bbfb9e7d10a3c7a5d58adfaa7 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 ca4dbb810c3ca3b7d3c8285e0a9993a9aeaa0d25..937696d1e5754030424d1d515e4942a449f18950 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 c4227e97a96812500b3b7126633368be5408ebe5..3a89b0071e041d3cfd4dbb7c6f42450d2602dfdd 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 da9253f0f4b201955eb5c330f5ed62d69773f600..34ebb28c8a26607c9b4ca4e2b46d50dc12f9b797 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 ae2c82287cc0ddad388ce567a96528d8b24435eb..c18c32740e3d9f4dab89d0115a957b48443f0b53 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 d7b38e9d90d1eb522f1e2d83eca0c87a9bb16461..ad0e227243f2a2b29d730c50d284eb9d3b094b86 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 df8c420eb3e9373f79d00dfff3ddfbb6c81e095f..496e3b5931db84fab571e64d37712a95547e83c3 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 0726b6a3b35a070fbc4b3fa77364b1737e156a42..a75f703839bb9c38490f2934419b817da963cac1 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 12ec028c06df52055bb1f58b702e7eae0bf5ca04..a2821eb36cba1f53b474291cb2275713cef41f05 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 bf79e228e5fd28f6bbc7b6aff389f97f02307eaa..21a7e08e4a22d8ecaf9189f6b0a58c8474ed4933 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 bc6572f4300568ec8b299790b996a0842f124132..2013049a5bfd1870220efcab6415e5a21666f0e9 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 e6be7d117bfe43ea0399cfb271c858a6ed446624..d55ed0aec749cdccac2fe8669275f54272f3c65e 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 a5f683ac8ae739f158efbdea627f7f916c3acf15..eb19cf1248b6ec5ca396595e52c597641ba502cf 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 9b3bd093584f4b4354c73c1b827c7981c531044b..23b50048828d25d804a1b11c1b571f9081467385 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 b3c583e6b43923eecfc945034b3eea949b08a136..d643da14b3ceebb17c88805140c7b8f988331ab5 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 790f4412e2d1e6aa0c8985b6b2edc20a29cf21af..ad8058d9e73541e82e11e96ac6da66c3fd67a7cb 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 0c000d47973ff2a3a0fdce20840fa660c934d95b..27d801396c9ed70fd9987b36b1fdd7160d07fcfc 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 c4366f4565ee084d7fa20848cde90c6c6871059c..502bac0fff85964b79f12b951aacb9b3d785c2b9 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 f9a5f851125965dc0b9cbfce29d1762004b1fe8f..332692516d55b71ec2868c3f9d9c1371dd80d3a8 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 0b7aa1f9944b4613ff767455fec6f42a3a8d655a..36f320c627f4c0b2c2367790ce9a3770a5ac1936 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 7b4b8e037cc321e19252fbf136be16d9e09f337a..5a8336d507caed2a48a279ddf2c3592ce0d297bd 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 98d473c8e3d35fb162c6dc6616ea73655d84bc0f..d507472f975ef770fe0549ee812ed95074d6d2cf 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 8b57ba6f77f62cbf9d658e431a45d77c779b3098..1e48a02956e28940979940ddfa8c22b633c961d7 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 87ca0b61160f79df90cb52164f52988910ddf750..597057e6ea64bb4e7e5bc77cdc79cd3dd7909eef 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 f9f961547870417869c26fe0012ad363b15bdbc0..c6eea9b6aa04f17b94f81f26e1d58ccdd0e06f15 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 b4fcad9b116da01e6b6e86e3a713b12bbf5c7e3e..9e2f811578b350474b27e5ea3cb6c1d80a1148d5 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 4105ccb2018650d256a1fc0398f27cb876f6ad44..65e2dcc4223b3ceee1527f41f1145ca4a22d6306 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 e4e78732838878dafe865bdff801a1af4c37a595..ec6e50adb143b8632d35479f75a7a6cbb328505c 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 827323aa8af1992d3f00d9b798ad1960b8510f2b..d4561949232012c3cb39317628d2c682e65373d3 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 29d77ced3f0c4464e132255f65b86f35108c8c61..5edda25b3d70fe359ee077a6ce54425c068f38e9 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 ebcaae2d7634ee7df70dcc10665667ff86f54b67..5e910eea4f93b717cf495471b4ad928cf04d64b9 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 c0ab9ea76a3c42a7d307cc3fe1f2ea19423f935b..81e011b93cbb1156806ed98f2995b0cf07d36399 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 a5436bfcc53a2020614d3a277cd0f64048664a78..9ea6cd4fa4218e7494ae19e2ff23ed6cf8caba4d 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 666855586db6e4e6bcb217a21be98aaf29c8ea80..9d98996c19b63e61618d7a6918590ca7d226181f 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 07b846120672afcad69e1c5f61980876d44c27d2..d995c02abcf728b865914f6ee7e00b9d287fed27 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 2d23da5b20c669c12d814c9152ce8c6f664dd415..f94628ed3d572254734d8cd368d9b1e8a86108ac 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 5c2a9cb727db452b677492e5f22196217d17d3c1..a21a2b39ce3f7b841ba80c97449c3a7542e00642 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 ce9c024d90d99467931f0257d529001c59483048..827569e0850dbcf173f6d0306e8fa387e2f5226c 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 d35af259f1fbb113842932bab639c3eea1768537..bb5b8c221fd788d0e9d48371783ae0779871edb4 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 ddc38eec5b7090f6d6593c353ad976cc3dff8d29..9cdf087ead214e41e157e38f195b24ac83b951a2 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 53acf4deeb3470c4e4370399ff652f217e33768c..2a23e2f927c7710caa8b4fef92d921e6fdbe6346 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 9c7f6406bbb585be04cb5b5dd9f514fcf441da33..a676f885340f80e3124b22fdcc7fe5d35b6e9ee3 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 b9ba30d0a9ac33c5fa11a0671a759613fa1c637e..f25c7bd73622fedf3098d1794a5cada4fa426e2a 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 2994a4a976a56b0f2fd03f33c54cc1f8c899deb3..1d3f8749752472ba7acdbfebc2aee4467cbaccc2 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 d29d36a786ef43347cf1461ebcc817ad6f44131c..9b98a3283a8ade5a5a54599e837c85d629082602 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 4bf45e404d1e4e6ad22cf926f1ca04fc2f0a9c6d..9d65dd22f68bf9cdfc72869e7c2348c05dbb3570 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 d9a5f3ad3ef55db7f914e4c000f489686c1fbf98..eaf82559b4590c87ff39dc0d909f32c98e595376 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 d58f2d92df0447ccd45834e9cd96796bdeb48d10..37d82d3edc88b08ec9dee8524dff8db416fe96d8 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 cefccc8c8250d335d120fc7d9f5a28276cb21a56..4b2398e71a5b81fa39a64a3b90dd614768f7773c 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 3dbd88a2fb9f579b602fc5cdbe4f7a7b49e7edca..c6ea543e6df80eae32d43d93025715fdd5190063 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 e4e2a73d67bec38a4c2b0ace56cfef52d7a3d778..06911af370a3216ad558ed9e3a7a3cdbf691b964 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 d4e12a1a8bfba4fbc8e393ca732654bb36ed11a2..7b241023827b6b33709273d3585236f8e6fdc57a 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 d0f898f1df44cbb27eb1693db793a9bf5eb03868..e06cca32c4bff00dc00433894890fd1dd51641e1 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 fdddc1d73c42fc30b3d05d5d0da596850c9d315a..6fa54f247545ab2c38ea82c3127324f64a98c1bb 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 8da1993e586bdd0aebb0e84f2ee463662d42e3a9..cda7d2351746a8f5e48e48b19501b1ae8a71fcc4 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 bbf6f71fecd7ae0f9370b87d7048ad58d14f775f..d6f12916f26a163f0234647fcdaf3a6ec801e82e 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 029745f64c95d7217a4459d477b79528141c4a9d..ae58b866e29e54746e6ae52c802ca7dea5406c65 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 06505e93c72f4a437c1f436fefd39caefb8eb91c..946cd7d29f4e3fe8da1b51b771a13a96c0c849bf 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 d696a1df891e5586e76c070e0177a53885a06cd3..cba9fdbb17c21b7ae2812c2b19991083c3a4e29a 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 eb7513154f731b32ef6baed8dc22818a8e122e0c..d120f066a33ae2ecccd219dbc0ded093dd5906f8 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 b81820d2cfd7bb83442fdbb8aee7264b7d05e5f1..5d7c3f682890dec7462a3e9faa4f52399e530e38 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 4ceb0e4e07d612d3cbc1be7a70429530a8049375..c3a3d97d54f16d805f4d6774d099a8220e555789 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 1e352e7064dd4d0afc0f2b705240526a7602cca2..2e4982df27ae8153aaf6c8f8566949dc49daa90a 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 bd41054cd0929dc471f6ed3a49fed017e67cea10..268069cbcb3c044b551f96c7f7493da679322c2a 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 9e91b13f1474bdb18c9513a09bc70899a4bd5ac4..75538595dfd336240c3f0a2a9982b842b0d3b2ab 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 57ac5d838ccbb90422592b5f53d05424f0f3fcf8..af5be292a360ae0acf55d6d3736624422aa1f519 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 6379619be16d7bc6945041a1bfda98e04934e164..b549d41575c06a6ff35a232fba9dd8eb13bb8f81 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 c7cc75746493c8c19e848e07932709e7d4f50eff..020a7d4d1651bfa39e32ce642a176e119aefe2cb 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 884d9eac67f30f966d462d4cac2a278800580d7a..7345739e0fa876df28e8bd3cf113009bd7d853b9 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 f6646a1d220bdde6695b6f31f7e515d05551590b..d69fccd6e6f462c8bea884a5eabd52b5178ab33f 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 01851082a653d3c3ef237a830d98c373696323ba..2e16a98b018b48c588ca7507dfe29fc94b9de537 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 5b619f14bd44a35b1d152255805c466d710d34d9..9ab494a87d3708e6dc9bcdb7b93c1338ba58b373 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 40735ca067d60171ef0b43a17c9da3d7db55dffb..accec63168aa22fb566866cd419262fa17c3652e 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 95414a5434d98b2970e24c22ef6a342ddc9dd8fb..c4ad8026fe45d73a1b9620df6bd194b54a06b79d 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 55606b7004ffa8125aa23c761420abdd98a6fc13..c84db4fb5725fcea10e9e215d0db32f748043e94 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 b3db16e683e30c171953dd97cab436a2c967154b..6777f3fcb5f5a52e5bd2db4f6b042fea9226e870 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 e6537b9e2b4dd8ef8ee01ae878650337c2c667ce..917f5fd1af4544be9274f56339124a4a22f92c7f 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 0e586adeae801d305ac6650efe1bb1aef3359e95..65c12753d5b60db4030574f92572eafe17a950d5 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 3e637710ef4ed2e6817f8c830e6aa3bdb97f60bf..825c13c64cdeeb10031e922688808d5e0d341127 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 a535e3fa8ddfd5fa0cf4044e50d9f7e3e7a5a803..8d478378181d3616df2250bf563bd5667d38e8c5 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 4748559452396c8fc64fc98a3edbefe06552dfee..a5a7e2de8bbc46c3d5f17390d5856587dd6a585a 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 b3de4efdaf6e291671a48e5bd5b70cfa1ee14c8e..f39ae35bfdeda72e3c4ec06bd051222dfd9e459a 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 89b12fadc8f72e3a8fcd923ff5f0b9272afaf349..352216ace7853ab882c47ae8920eae318e015de2 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 b99225deb9e061dcd109f95b0ab60193a4cbb2da..1cbcb14d9d1ca8f3e90795de9aee2669ab32960e 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 257788e88a7d347d0f5d7d787f2c37ab36b45b26..f2411b7965c4a4a1e4993d029310fc05b124becf 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 3cf83aa2ee0625570ac282768ad7030e539d51fd..d52b5ee20c948ab9e120429aba51516282096946 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 4918245a1cef3ef6e634d8546d6bb876b5cd7057..a86cfdb5fe1b401ce1b5e35e78e80b70f90b136c 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 6e9a4a1915a68ed9ecce5afa300769ba6a1df1c8..d8028fa1c5b5b951ae6560fa0514b8a0e0e84492 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 1b8b9acf4b2082967319326a79244daeb0c5296f..556d248c452cf64dfc96ddd23234dd2a7659ce02 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 2867fd21aeefe8a910ea2ee42bb38d4d2e77a801..d3a22045b860c12a734109c04b7c64c5e27f0c2b 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 d5cfca9b83b09685601c474c5b6f693c07c6161c..35d10ba6af530f7603e71472413c5044b84d731a 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 90ab04d30c9a66b3545a77580da7bf0cc2010fde..59c8a0b8531166446623dc028a14df0e6bd37234 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 3c4a7a024e72a9e381779038a8708309c7f58415..68a5013f46f91125a906c42d08a0afb9397b465b 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 0aac4613d5704bf855620775b762e075afe70aba..f4796c3d72538fda89fa07a313a617a1dd3f4584 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 ef06ccafdb94334e406956b198a2221196c05a09..8a6ae3ed4c5dd0c5c9722e0b432c3f80125a66d5 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 8bda6c2bddd0a9af1afd045bf9ae77b9defe412a..60d8a2105abf7d20b97f447cc72efd5fafda8453 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 4678186259e008f312a02311b3cc431409da742d..1eb6c7095fd1b7036150a7eb6c0a42804241bfb6 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 6a3e37204d29b5005306f9ccef646028e45cdf6e..839bde854cf9318148069dbc3377526858bc6d2a 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 f310d049cda9f271592f232fb42176f7d1c4f712..160b7989c4da3af75171aca6ac75f85ceb2d1f85 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 972479fefa1a0f18074d4feb721c266510dab591..1a19ac139f89b15368015fa1a8aa20fa927753c5 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