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

Added support for unrolls

parent ed52ffa0
No related branches found
No related tags found
1 merge request!23Added Unroll-related features and layers
Pipeline #180308 failed
......@@ -42,4 +42,9 @@ public class CNNArch2GluonArchitectureSupportChecker extends ArchitectureSupport
return true;
}
@Override
protected boolean checkUnroll(ArchitectureSymbol architecture) {
return true;
}
}
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