{ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", "model": "selfie_segmentation", "family": "selfie", "capabilities": [ "semantic-segmentation" ], "backend": "xnnpack", "license": "apache-2.0", "variants": [ { "file": "selfie_segmentation_xnnpack_fp32.pte", "precision": "fp32", "quantized": false, "default": true, "methods": { "forward": { "inputs": [ { "shape": [ 1, 3, 256, 256 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 1, 1, 256, 256 ], "dtype": "float32" } ] } } } ] }