msluszniak's picture
Add Vulkan fp16 exports
98d14f7
Raw
History Blame Contribute Delete
1.26 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "blazeface",
"family": "blazeface",
"capabilities": [
"object-detection"
],
"backend": "vulkan",
"license": "apache-2.0",
"variants": [
{
"file": "blazeface_vulkan_fp16.pte",
"precision": "fp16",
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
256,
256
],
"dtype": "float32"
}
],
"outputs": [
{
"name": "boxes",
"shape": [
896,
4
],
"dtype": "float32"
},
{
"name": "scores",
"shape": [
896
],
"dtype": "float32"
},
{
"name": "keypoints",
"shape": [
896,
6,
3
],
"dtype": "float32"
}
]
}
},
"quantized": false,
"default": true
}
]
}