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:
parent
a21214f76a
commit
ea4ba66b94
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue