[Feat] ForwardDims Conv for NCHW and NHWC
3 unresolved threads
3 unresolved threads
Compare changes
Files
4+ 30
− 3
@@ -462,12 +462,39 @@ public:
Now forward_dims works for NHWC and NCHW dataformat
Resolves issue #223 (closed)
Conv.hpp
, now Conv_Op::inChannels()
checks if the Weight Producer format is [Cout,H,W,Cin] or [Cout,Cin,H,W];Conv::forwardDims()
accounts for weight data format (NHWC or NCHW)Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent
Seems redundant with the first if (line 465). This code will never be executed.
changed this line in version 10 of the diff
fixed in last commit