diff --git a/appendix_Introduction_machine_learning/index.md b/appendix_Introduction_machine_learning/index.md new file mode 100644 index 0000000..15172fc --- /dev/null +++ b/appendix_Introduction_machine_learning/index.md @@ -0,0 +1,10 @@ +# 附录:机器学习介绍 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_compiler_backend_and_runtime/index.md b/chapter_compiler_backend_and_runtime/index.md new file mode 100644 index 0000000..81f85f3 --- /dev/null +++ b/chapter_compiler_backend_and_runtime/index.md @@ -0,0 +1,10 @@ +# 编译器后端和运行时 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_compiler_frontend_and_ir/index.md b/chapter_compiler_frontend_and_ir/index.md new file mode 100644 index 0000000..4f1fb29 --- /dev/null +++ b/chapter_compiler_frontend_and_ir/index.md @@ -0,0 +1,10 @@ +# 编译器前端和IR + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_data_processing_framework/index.md b/chapter_data_processing_framework/index.md new file mode 100644 index 0000000..a1ee49c --- /dev/null +++ b/chapter_data_processing_framework/index.md @@ -0,0 +1,10 @@ +# 数据处理框架 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_distributed_training_system/index.md b/chapter_distributed_training_system/index.md new file mode 100644 index 0000000..d12b578 --- /dev/null +++ b/chapter_distributed_training_system/index.md @@ -0,0 +1,10 @@ +# 分布式训练系统 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_framework_expansion/index.md b/chapter_framework_expansion/index.md new file mode 100644 index 0000000..e76b657 --- /dev/null +++ b/chapter_framework_expansion/index.md @@ -0,0 +1,10 @@ +# 框架拓展 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_hardware_accelerator/index.md b/chapter_hardware_accelerator/index.md new file mode 100644 index 0000000..07e5168 --- /dev/null +++ b/chapter_hardware_accelerator/index.md @@ -0,0 +1,10 @@ +# 硬件加速器 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/chapter_model_deployment/index.md b/chapter_model_deployment/index.md new file mode 100644 index 0000000..89e53f0 --- /dev/null +++ b/chapter_model_deployment/index.md @@ -0,0 +1,10 @@ +# 模型部署 + + + +```toc +:maxdepth: 2 +:numbered: + + +``` \ No newline at end of file diff --git a/index.md b/index.md index 4713e0d..7c8f93f 100644 --- a/index.md +++ b/index.md @@ -6,4 +6,14 @@ chapter_introduction/index chapter_programming_interface/index -chapter_computational_graph/index \ No newline at end of file +chapter_computational_graph/index +chapter_compiler_front-end_and_ir/index +chapter_compiler_backend_and_runtime/index +chapter_hardware_accelerator/index +chapter_data_processing_framework/index +chapter_model_deployment/index +chapter_distributed_training_system/index +chapter_framework_expansion/index +appendix_Introduction_machine_learning/index + +``` \ No newline at end of file