From 7df49bcbc3ed9dc0dbfd65d77ef06708fa8fa5b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 30 Oct 2019 15:50:36 +0900 Subject: [PATCH] [tfl-inspect] Readme for conv2d_weight (#8606) This will update Readme with conv2d_weight option Signed-off-by: SaeHie Park --- compiler/tfl-inspect/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compiler/tfl-inspect/README.md b/compiler/tfl-inspect/README.md index a0e6411..454640c 100644 --- a/compiler/tfl-inspect/README.md +++ b/compiler/tfl-inspect/README.md @@ -34,3 +34,16 @@ Result 1 RESHAPE 1 SOFTMAX ``` + +#### --conv2d_weight + +Conv2D series weight input node type with `--conv2d_weight` +- shows Conv2D series node weight input node type +- Conv2D series: CONV2D, DEPTHWISE_CONV_2D + +Example result +``` +CONV2D,CONST +DEPTHWISE_CONV_2D,RELU +CONV2D,CONST +``` -- 2.7.4