webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill

Results 112 webml-polyfill issues
Sort by recently updated
recently updated
newest added

**Test Env:** Chromium Version: nightly build 75.0.3739.0 (**9642fde**) Platform: macOS **Expected Result:** Facial Landmark Detection should work. **Actual Result:** After the crash issue #716 was fixed, Facial Landmark Detection doesn't...

bug
p1

According to [UAV barriers and resource state barriers in DirectML example 2](https://docs.microsoft.com/en-us/windows/win32/direct3d12/dml-barriers#example-2), ops without data dependency can execute concurrently on the GPU, which may improve performance. In current DML backend,...

enhancement

https://github.com/otcshare/chromium-src/blob/webml/services/ml/compilation_delegate_dml.cc#L646 It should be "CompilationDelegateDML" in the debug log.

bug

**Test Env:** Chromium Version: nightly build 79.0.3917.0(4e4a1a3) Platform: Linux ubuntu 19.10 on Ice Lake(Intel Iris Plus Graphics) **Expected Result:** DeepLab workload should work normally for Linux ubuntu 19.10 on Ice...

bug
p2

Computes the transposed 2D convolution of an image, also known as a deconvolution. The values in the output tensor are computed as: ``` output[batch, row, col, channel] = sum_{i, j}...

Computes rectified linear activation on the input tensor element-wise. This is a custom op that can be achieved with max and mul * The output is calculated using this formula:...

**Test Env:** Chromium Version: nightly build 75.0.3739.0 (**f456c6d**) Platform: Linux/Windows/macOS **Expected Result:** The labels should be correct. **Actual Result:** The labels are incorrect for squeezeNet(OpenVINO): ![SqueezeNet(OpenVINO)](https://user-images.githubusercontent.com/20039821/59743797-ae1d6f80-92a3-11e9-9adf-a61e515a4740.png) **How to Reproduce:** 1....

bug
p2

More information seeing comments of [this PR](https://github.com/otcshare/chromium-src/pull/19).

enhancement