TPUEstimator: Add export_to_cpu option to enable/disable CPU export.
Not all TPU ops are supported on the CPU (in particular some bfloat16 operations). These models will fail to export on the CPU. This CL adds a flag to allow users to disable CPU export in this case. PiperOrigin-RevId: 229780875
Loading
Please sign in to comment