VeriSilicon / tflite-vx-delegate

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

Refine elmentwise op #188

Closed chenfeiyue-cfy closed 1 year ago

chenfeiyue-cfy commented 1 year ago

Use Reshape operation instead of Broadcast to support optimization in lower levels

Directly set shape to assure the transient output have correct pv

Type: Code Improvement