# Test Results ## Automatic Tests Not required for normal funcioning of library ### NodeJS using TensorFlow library - Image filters are disabled due to lack of Canvas and WeBGL access - Face rotation is disabled for `NodeJS` platform: `Kernel 'RotateWithOffset' not registered for backend 'tensorflow'` ### NodeJS with GPU acceleation using CUDA - Image filters are disabled due to lack of Canvas and WeBGL access - Face rotation is disabled for `NodeJS` platform: `Kernel 'RotateWithOffset' not registered for backend 'tensorflow'` ### NodeJS using WASM - Requires dev http server See - Image filters are disabled due to lack of Canvas and WeBGL access - Only supported input is Tensor due to missing image decoders - Warmup returns null and is marked as failed Missing image decode in `tfjs-core` - Fails on object detection: `Kernel 'SparseToDense' not registered for backend 'wasm'`
## Manual Tests ### Browser using WebGL backend - Chrome/Edge: All Passing - Firefox: WebWorkers not supported due to missing support for OffscreenCanvas - Safari: Limited Testing ### Browser using WASM backend - Chrome/Edge: All Passing - Firefox: WebWorkers not supported due to missing support for OffscreenCanvas - Safari: Limited Testing - Fails on object detection: `Kernel 'SparseToDense' not registered for backend 'wasm'`