From 145974b81e2efb0a566f152d28c55f71bf058d1c Mon Sep 17 00:00:00 2001 From: sunki <96693975+qsunki@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:22:01 +0900 Subject: [PATCH] Update README.md --- compiler/dredd-rule-lib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/dredd-rule-lib/README.md b/compiler/dredd-rule-lib/README.md index 348b0aefba9..07f095b0195 100644 --- a/compiler/dredd-rule-lib/README.md +++ b/compiler/dredd-rule-lib/README.md @@ -21,6 +21,7 @@ Models (input of test) exist in *model repo*, where The following metric functions are provided: - `all_op_count` : the count of operations inside a compiled tflite file - `file_size` : the size of compiled tflite file +- `tensor_shape` : - In addition, `op_count`, `conv2d_weight_not_constant`, etc. - Please , refer to [`rule-lib.sh`](rule-lib.sh) for metric functions