Problem
fused_Conv_Sigmoid_Mul does not code-generate
Solution
- Check if there is any missing code needed for the codegen (e.g. the actual operation in the core), fix and add that code;
- Add the codegen;
- Add the operator to the list of operators (if missing)l;
- Test the operator using the
-Dfused flag during testing (if no model currently uses some of these operators, find one that does).
Problem
fused_Conv_Sigmoid_Muldoes not code-generateSolution
-Dfusedflag during testing (if no model currently uses some of these operators, find one that does).