Open
Conversation
PiperOrigin-RevId: 808623505
PiperOrigin-RevId: 808674621
PiperOrigin-RevId: 809075551
PiperOrigin-RevId: 809117348
PiperOrigin-RevId: 809208141
PiperOrigin-RevId: 810071555
PiperOrigin-RevId: 810107904
PiperOrigin-RevId: 810166435
PiperOrigin-RevId: 810386548
PiperOrigin-RevId: 810523511
PiperOrigin-RevId: 810631009
…nstead of a file. Common code is refactored to CompareAndSaveOutputInternal. PiperOrigin-RevId: 810754882
Currently the code assume the canvas is BGRA32 which may not be true on all platforms. PiperOrigin-RevId: 810754896
…conversion PiperOrigin-RevId: 810898571
PiperOrigin-RevId: 810923511
PiperOrigin-RevId: 810945834
PiperOrigin-RevId: 810995803
PiperOrigin-RevId: 811034804
PiperOrigin-RevId: 811051399
PiperOrigin-RevId: 811075322
PiperOrigin-RevId: 811079613
… name PiperOrigin-RevId: 811339305
PiperOrigin-RevId: 811354692
PiperOrigin-RevId: 811431706
PiperOrigin-RevId: 811488166
PiperOrigin-RevId: 811560462
PiperOrigin-RevId: 811711438
This allows to forward inputs to outputs without copies. PiperOrigin-RevId: 811727789
PiperOrigin-RevId: 811863099
PiperOrigin-RevId: 845946760
PiperOrigin-RevId: 846015540
PiperOrigin-RevId: 846386640
PiperOrigin-RevId: 846524507
PiperOrigin-RevId: 846554850
PiperOrigin-RevId: 846700254
PiperOrigin-RevId: 846908584
PiperOrigin-RevId: 848226095
PiperOrigin-RevId: 852861195
PiperOrigin-RevId: 853338755
PiperOrigin-RevId: 853785906
Fixes google-ai-edge#6196 PiperOrigin-RevId: 853792883
…n all devices. See google-ai-edge#5862. PiperOrigin-RevId: 853820230
This is available in Chrome under `--enable-features=WebGPUMapSyncOnWorkers` flag when running on a web worker. PiperOrigin-RevId: 853826516
Fixes google-ai-edge#6206 PiperOrigin-RevId: 853864929
PiperOrigin-RevId: 854087043
…ameCalculator. Empty decoded image can happen if decoding fails. PiperOrigin-RevId: 854208887
transitive_protos_aspect currently works by walking backwards through the dependency graph of non-proto targets, gathering transitive proto sources and descriptors. While we don't need option dependencies for descriptor handling, we *do* generally need them to parse proto sources. This change extends the aspect to also walk down option_deps specifically for the proto sources, but not descriptors. PiperOrigin-RevId: 855261109
Fixes google-ai-edge#6208 PiperOrigin-RevId: 855285974
Fixes a code path where small_width could become 0, causing division by zero. This happens e.g. for a Halide buffer of width 1 and height 300. PiperOrigin-RevId: 855389351
PiperOrigin-RevId: 855850194
PiperOrigin-RevId: 855853763
PiperOrigin-RevId: 856779214
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.