Skip to content
Snippets Groups Projects
Commit 0057845b authored by Sebastian Nickels's avatar Sebastian Nickels
Browse files

Reverted change in merge

parent 4aa1dd29
No related branches found
No related tags found
1 merge request!23Added Unroll-related features and layers
Pipeline #209928 failed
......@@ -56,7 +56,7 @@ public:
for (mx_uint i = 0; i < shape_len; ++i) size *= shape[i];
</#if>
assert(out_${variable}.size() == 1 || size == out_${variable}.size());
assert(size == out_${variable}.size());
MXPredGetOutput(handle, output_index, &(out_${variable}[0]), out_${variable}.size());
</#list>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment