Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / compiler / luci-value-test / README.md
1 # luci-value-test
2
3 `luci-value-test` validates luci IR graph model file (.circle)
4
5 The test proceeds as follows
6
7 Step 1: Generate tflite files and circle files from TFLite recipes (listsed in test.lst).
8 "TFLite recipe" -> tflchef -> "tflite file" -> tflite2circle -> "circle file"
9
10 Step 2: Run TFLite interpreter and luci-interpreter for the generated tflite and circle, respectively.
11 (with the same input tensors filled with random values)
12 circle file -> luci-interpreter -------> Execution result 1
13 tflite file -> TFLite interpreter -----> Execution result 2
14
15 Step 3: Compare the execution result 1 and 2. The result must be the same.