File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
使用教程分为如下的模块:
10
10
11
+ - `飞桨 3.0 全新特性 <./paddle_v3_features/index_cn.html >`_
11
12
- `模型开发入门 <./beginner/index_cn.html >`_
12
13
- `模型开发更多用法 <./advanced/index_cn.html >`_
13
14
- `动态图转静态图 <./jit/index_cn.html >`_
22
23
.. toctree ::
23
24
:hidden:
24
25
26
+ paddle_v3_features/index_cn.rst
25
27
beginner/index_cn.rst
26
28
advanced/index_cn.rst
27
29
jit/index_cn.rst
Original file line number Diff line number Diff line change
1
+ ###############
2
+ 飞桨 3.0 全新特性
3
+ ###############
4
+
5
+
6
+ **以下将详细地介绍动静转换的各个模块内容: **
7
+
8
+ - `飞桨框架 3.0 新特性 <new_features_cn.html >`_ :概述了飞桨框架 3.0 版本下的架构设计、新特性、性能提升等
9
+
10
+ - `动静统一自动并行 <auto_parallel_cn.html >`_ :介绍了飞桨动静统一的自动并行编程范式
11
+
12
+ - `神经网络编译器 <cinn_cn.html >`_ :介绍了神经网络编译器自动优化的基本原理、架构和功能
13
+
14
+ - `高阶自动微分 <high_order_ad_cn.html >`_ :介绍了飞桨高阶自动微分在科学计算领域的应用
15
+
16
+ - `PIR 基本概念和开发 <paddle_ir_cn.html >`_ :介绍了飞桨新一代中间表示(PIR)的设计和开发范式
17
+
18
+
19
+
20
+ .. toctree ::
21
+ :hidden:
22
+
23
+ new_features_cn.md
24
+ auto_parallel_cn.md
25
+ cinn_cn.md
26
+ high_order_ad_cn.md
27
+ paddle_ir_cn.md
You can’t perform that action at this time.
0 commit comments