Skip to content

Commit 7a9ffe4

Browse files
authored
Update micro-kernel support description in 3-buid-model.md
Clarified the description of micro-kernel integration in LiteRT.
1 parent e8235b0 commit 7a9ffe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/learning-paths/mobile-graphics-and-gaming/litert-sme

content/learning-paths/mobile-graphics-and-gaming/litert-sme/3-buid-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: learningpathall
99
### KleidiAI SME2 support in LiteRT
1010

1111
Only a subset of KleidiAI SME, SME2 micro-kernels has been integrated into XNNPACK.
12-
These micro-kernels support operators using the following data types and quantization configurations in the LiteRT model. 以下列出的每个operator,kleidiai都会有对应的micro-kernels
12+
These micro-kernels support operators using the following data types and quantization configurations in the LiteRT model.
1313
Other operators are using XNNPACK’s default implementation during the inference.
1414

1515
* Fully connected
@@ -127,4 +127,4 @@ save_litert_model(fc_int8_static, "fc_static_int8.tflite")
127127

128128
This quantization method quantizes both the activations and the weights to INT8.
129129

130-
KleidiAI provides INT8 packing micro-kernels for both the activations and weights matrix, as well as INT8 matrix multiplication micro-kernels.
130+
KleidiAI provides INT8 packing micro-kernels for both the activations and weights matrix, as well as INT8 matrix multiplication micro-kernels.

0 commit comments

Comments
 (0)