snnn001 commited on
Commit
a847f8d
·
verified ·
1 Parent(s): 8a9f840

Update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ The license information of the original model was missing.
60
 
61
  `mobilenet_v2_int8_channelwise.tflite` was produced with the `STATIC_WI8_AI8` quantization recipe. Weights are signed INT8 and use symmetric channelwise quantization for weight tensors. Activations are signed INT8 with asymmetric quantization parameters.
62
 
63
- The INT8 channelwise artifact keeps standard LiteRT/TFLite model structure before AOT compilation. Local LiteRT compiler checks fully delegated this artifact for Qualcomm NPU targets. MediaTek NPU compiler checks produced partial delegation for this channelwise artifact, with one Conv2D op and one DepthwiseConv2D op left outside the NPU partition.
64
 
65
  ## Use
66
 
 
60
 
61
  `mobilenet_v2_int8_channelwise.tflite` was produced with the `STATIC_WI8_AI8` quantization recipe. Weights are signed INT8 and use symmetric channelwise quantization for weight tensors. Activations are signed INT8 with asymmetric quantization parameters.
62
 
63
+ The INT8 channelwise artifact keeps standard LiteRT/TFLite model structure before AOT compilation. Local LiteRT compiler checks fully delegated this artifact on tested compatible NPU backends. Enablement for other NPU backends is still under validation.
64
 
65
  ## Use
66