VeriSilicon / tflite-vx-delegate

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

Imporve minimal to show output name and location in origin graph #182

Closed chenfeiyue-cfy closed 1 year ago

chenfeiyue-cfy commented 1 year ago

Print name and origin location of each output tensor to locate the incorrect output tensor in tflite model quickly.

Type: Code Improvement