Browse Source

!13187 [lite]adjust format order

From: @xu_anyue
Reviewed-by: @jpc_chenjianping,@hangangqiang
Signed-off-by: @jpc_chenjianping
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
12f926959e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mindspore/lite/schema/ops_types.fbs

+ 2
- 2
mindspore/lite/schema/ops_types.fbs View File

@@ -52,8 +52,8 @@ enum Format : int {
NC,
NC4,
NC4HW4,
NCDHW,
NUM_OF_FORMAT
NUM_OF_FORMAT,
NCDHW
}

enum ActivationType : byte {


Loading…
Cancel
Save