diff --git a/docs/execution-providers/CoreML-ExecutionProvider.md b/docs/execution-providers/CoreML-ExecutionProvider.md index f5eec0c788e30..c9698f81f0161 100644 --- a/docs/execution-providers/CoreML-ExecutionProvider.md +++ b/docs/execution-providers/CoreML-ExecutionProvider.md @@ -70,6 +70,9 @@ ProviderOptions can be set by passing the unsigned integer to the `AppendExecuti ```c++ std::unordered_map provider_options; provider_options["ModelFormat"] = std::to_string("MLProgram"); +provider_options["MLComputeUnits"] = std::to_string("ALL"); +provider_options["RequireStaticInputShapes"] = std::to_string("0"); +provider_options["EnableOnSubgraphs"] = std::to_string("0"); ``` ### Available Options (New API) `ModelFormat` can be one of the following values: