Skip to content

Commit

Permalink
slight wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
philloooo committed Aug 27, 2024
1 parent 8c8c7ff commit 4144b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ Note: Invocations of {{MLContext/compute()}} will fail if any of the {{MLContext
</div>

### {{MLContext/opSupportLimits()}} ### {#api-mlcontext-opsupportlimits}
The {{MLContext/opSupportLimits()}} returns an {{MLOpSupportLimits}} dictionary that exposes level of support which differs across implementations at operator level. Consumers of the WebNN API are encouraged to probe feature support level by using {{MLContext/opSupportLimits()}} to determine the optimal model architecture to be deployed for each target platform.
The {{MLContext/opSupportLimits()}} exposes level of support that differs across implementations at operator level. Consumers of the WebNN API are encouraged to probe feature support level by using {{MLContext/opSupportLimits()}} to determine the optimal model architecture to be deployed for each target platform.

#### {{MLOpSupportLimits}} dictionary #### {#api-mlcontext-opsupportlimits-dictionary}
<script type="idl">
Expand Down

0 comments on commit 4144b18

Please sign in to comment.