coreai_opt.CoreMLExportError¶ exception coreai_opt.CoreMLExportError(dtype, context)[source]¶ Bases: ValueError Raised when a model cannot be exported to the CoreML backend. Parameters: dtype (Any) context (str) Return type: None