| { |
| "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", |
| "model": "lraspp_mobilenet_v3_large", |
| "family": "lraspp", |
| "capabilities": [ |
| "semantic-segmentation" |
| ], |
| "backend": "vulkan", |
| "license": "apache-2.0", |
| "variants": [ |
| { |
| "file": "lraspp_mobilenet_v3_large_vulkan_fp16.pte", |
| "precision": "fp16", |
| "quantized": false, |
| "default": true, |
| "methods": { |
| "forward": { |
| "inputs": [ |
| { |
| "shape": [ |
| 1, |
| 3, |
| 520, |
| 520 |
| ], |
| "dtype": "float32" |
| } |
| ], |
| "outputs": [ |
| { |
| "shape": [ |
| 1, |
| 21, |
| 520, |
| 520 |
| ], |
| "dtype": "float32" |
| } |
| ] |
| } |
| } |
| }, |
| { |
| "file": "lraspp_mobilenet_v3_large_vulkan_fp16_index.pte", |
| "precision": "fp16", |
| "quantized": false, |
| "default": false, |
| "methods": { |
| "forward": { |
| "inputs": [ |
| { |
| "shape": [ |
| 1, |
| 3, |
| 520, |
| 520 |
| ], |
| "dtype": "float32" |
| } |
| ], |
| "outputs": [ |
| { |
| "shape": [ |
| 1, |
| 520, |
| 520 |
| ], |
| "dtype": "int32" |
| } |
| ] |
| } |
| } |
| } |
| ] |
| } |