forked from webmachinelearning/webnn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conventions: Ensure all dict members have definitions (webmachinelear…
…ning#621) * Conventions: Ensure all dict members have definitions - Documents the convention. - Dedupes `MLEluOptions`'s `alpha` definitions - Dedupes `MLClampOptions`'s `minValue` and `maxValue`, and references webmachinelearning#396 - Moves `MLOperandDescriptor` member documentation out of IDL comments - Introduces simple definitions for `MLComputeResult`'s `inputs` and `outputs` - Converts "device type" and "power preference" into definitions for `MLContextOptions`'s `deviceType` and `powerPreference`. Also includes these adjacent changes to improve the document flow: - Moves the "context type" definition into the `MLContext` section. - Moves the Permission Policy Integration section from API into Programming Model which seems like a slightly better home for it. Fixes webmachinelearning#483 * Add subsection for MLContextOptions * Feedback from @huningxin
- Loading branch information
1 parent
edc9e52
commit 60b8e0a
Showing
2 changed files
with
63 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters