From f29db1b3997b9f03902c5db22e6782a3b6e2b20b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 23 Jul 2019 12:26:24 +0900 Subject: [PATCH] Move doc for 'test.info' into tfinfo dir (#5745) * Move doc for 'test.info' into tfinfo dir This commit moves documentation on 'test.info' from 'mocotest-tf' into 'tfinfo' directory, as it seems more suitable. Signed-off-by: Cheongyo Bahk * Fix title and directory --- compiler/mocotest-tf/README.md | 9 --------- compiler/tfinfo/README.md | 11 ++++++++++- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compiler/mocotest-tf/README.md b/compiler/mocotest-tf/README.md index 314d38a..8228daa 100644 --- a/compiler/mocotest-tf/README.md +++ b/compiler/mocotest-tf/README.md @@ -1,10 +1 @@ # mocotest-tf - -# Regarding `test.info` - -Each line should contain the following fields: -- `input` or `output` -- node_name:digits -- type (see enum TF_DataType in tensorflow/c/c_api.h) -- [ shapes ] - - In case of scalar, use '[ ]' as shape diff --git a/compiler/tfinfo/README.md b/compiler/tfinfo/README.md index 74043a3..21a4cc4 100644 --- a/compiler/tfinfo/README.md +++ b/compiler/tfinfo/README.md @@ -1,3 +1,12 @@ # tfinfo -This dir contains a helper classes to handle `test.info` files under `moco/test`. +This dir contains a helper classes to handle `test.info` files under `res/TensorFlowTests`. + +## Format of 'test.info' file + +Each line should contain the following fields: +- `input` or `output` +- node_name:digits +- type (see enum TF_DataType in tensorflow/c/c_api.h) +- [ shapes ] + - In case of scalar, use '[ ]' as shape -- 2.7.4