Adds commandline option (toco_compatible, bool) that makes the...
Adds commandline option (toco_compatible, bool) that makes the optimize_for_inference script only use TOCO friendly ops. In particular, FusedResizeAndPadConv2D is not supported by TOCO. This change does not alter existing behavior (the boolean is set to false by default). PiperOrigin-RevId: 191660378
Loading
Please sign in to comment