From d350a74dd9bd00b2fa7e4f23932c4b6bd46f91b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=EC=84=B1=EC=A7=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Fri, 13 Jul 2018 18:00:04 +0900 Subject: [PATCH] Revise and modify typoes (#622) This commit revises and modifies typoes. Signed-off-by: lotieye.choi --- doc/project/detailed_level_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/project/detailed_level_design.md b/doc/project/detailed_level_design.md index 3662510..50fb8fa 100644 --- a/doc/project/detailed_level_design.md +++ b/doc/project/detailed_level_design.md @@ -195,7 +195,7 @@ completion. - *Interpreter:* As it was described in SW High-Level Document imported NN model may proceed through three step of Intermediate representation: Model IR, Coarse-Grained IR, Fine-Grained IR. - The Interpreter backed uses each this IR to do inference of + The Interpreter backend uses each this IR to do inference of given NN model. As the output, the user gets the resulting calculation of all NN ops included into original computation graph. -- 2.7.4