Refine Depth2Space op

Change default mode from CRD_mode to DCR_mode

Type: Code Improvement
Signed-off-by: Feiyue Chen <Feiyue.Chen@verisilicon.com>
This commit is contained in:
Feiyue Chen 2023-02-09 09:59:01 +08:00 committed by Sven
parent a21214f76a
commit ea4ba66b94
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace vx {
namespace ops {
DepthToSpace::DepthToSpace(Graph* Graph, int block_size, DataLayout layout)
: DepthToSpace(Graph, block_size, CRD_mode, layout) {}
: DepthToSpace(Graph, block_size, DCR_mode, layout) {}
DepthToSpace::DepthToSpace(Graph* Graph, int block_size, depth2space_mode mode,
DataLayout layout)