From 6aef11baac1ff09b0fc69dd801ba1fe508374c31 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sat, 2 Sep 2017 17:05:37 -0700 Subject: [PATCH] Add title --- doc/design/layers_operators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/design/layers_operators.md b/doc/design/layers_operators.md index 4cb590c85..83169260c 100644 --- a/doc/design/layers_operators.md +++ b/doc/design/layers_operators.md @@ -1,3 +1,5 @@ +# Design Doc: Layers and Operators + In a DL system, we can compose one or more fine grained operators into a coarse grained one. For example, the FC layer can be composed of a multiplication operator and an add operator. Historically, some fine grained operations are known as operators, and some coarse level ones are known as layers. But we need a well-defined separation. -- GitLab