Skip to content

Commit

Permalink
fix display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wejoncy committed Nov 27, 2024
1 parent af99bc6 commit e4cdaad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/execution-providers/CoreML-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ ProviderOptions can be set by passing the unsigned integer to the `AppendExecuti
```c++
std::unordered_map<std::string, std::string> 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:
Expand Down

0 comments on commit e4cdaad

Please sign in to comment.