webml-polyfill
webml-polyfill copied to clipboard
Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
**Test Env:** Chromium Version: nightly build 75.0.3739.0 (**3acec85**) Platform: Linux **Expected Result:** The tests should pass. **Actual Result:** Broadcasting isn't supported for ADD and MUL. **How to Reproduce:** Launch chromium...
**Test Env:** Chromium build: nightgly build 79.0.3917.0 (74a844d) Platform: Linux **Actual Result:** `Can not init Myriad device` error occurs if not to plug the Neural Compute Stick 2 again when...
seeing @BruceDai 's comments: > There’s issue on Lenovo (Edition: Windows 10 Home Insider Preview, OS build: 20161.100, not sure whether this Edition is the root cause), but it’s OK...
Change [OperandValueInfo.length/offset](https://github.com/otcshare/chromium-src/blob/webml/services/ml/public/mojom/model.mojom#L33) from uint32 to size_t because DomArrayBuffer will only support size_t with [byteLengthAsSizeT](https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/typed_arrays/dom_array_buffer_view.h;l=111;drc=6895ab957da7b2f92eb61656f80b58924bdc05db;bpv=0;bpt=1?originalUrl=https:%2F%2Fcs.chromium.org%2F).
Fix #1245 . The process of [preparing input ]( https://github.com/NALLEIN/OpenVINO-example/blob/master/super_resolution/main.cpp#L125) and [processing output](https://github.com/NALLEIN/OpenVINO-example/blob/master/super_resolution/main.cpp#L218) in openvino. Need new Ops: Power and ReLU. The problem is that the outputTensor value is too...