VeriSilicon / tflite-vx-delegate

Tensorflow Lite external delegate based on TIM-VX
MIT License
41 stars 23 forks source link

Simplify output comparision of minimal #173

Closed chenfeiyue-cfy closed 1 year ago

chenfeiyue-cfy commented 1 year ago

Stopped checking the ith output and check the next one when already print 100 lines of difference

Change the cosinesimilarity computation to scalar division if output is scalar Type: Code Improvement Signed-off-by: Feiyue Chen Feiyue.Chen@verisilicon.com