-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webnn: Allow passing SharedArrayBuffers to writeTensor()
readTensor() and the other writeTensor() overload both allow shared buffers and I don't see why this variant of writeTensor() shouldn't Bug: 365813262 Change-Id: Id0618ec2fc70db0de61d246c8af8fededbd11edd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5976704 Commit-Queue: Austin Sullivan <[email protected]> Reviewed-by: ningxin hu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1375674}
- Loading branch information
1 parent
45cfb02
commit fb143c3
Showing
2 changed files
with
41 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Cross-Origin-Embedder-Policy: require-corp | ||
Cross-Origin-Opener-Policy: same-origin |