GoogleChromeLabs / GoogleChromeLabs/chrome-for-testing
Chrome --headless hangs on Windows with error message: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#141 is a dynamic-sized tensor).
Open
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 159
- Avg merge
- 18h 37m
- Merged PRs (30d)
- 3
Description
Chrome version 128.0.6613.137
Windows server 2022 Datacenter
When starting chrome using `chrome --headless` a seemingly empty browser window pops up and hangs.
In the command prompt the following message appears:
`Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#141 is a dynamic-sized tensor).`

A previous version did not have this issue.
Contributor guide
Assessment
This issue has not been assessed yet.