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 (**9642fde**) Platform: macOS **Expected Result:** Facial Landmark Detection should work. **Actual Result:** After the crash issue #716 was fixed, Facial Landmark Detection doesn't...
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,...
https://github.com/otcshare/chromium-src/blob/webml/services/ml/compilation_delegate_dml.cc#L646 It should be "CompilationDelegateDML" in the debug log.
**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...
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):  **How to Reproduce:** 1....
More information seeing comments of [this PR](https://github.com/otcshare/chromium-src/pull/19).