lite: remove memset in resize bilinear opt op
memset() is not necessarily needed here since every element in output_data memory will be updated.
Loading
Please sign in to comment
memset() is not necessarily needed here since every element in output_data memory will be updated.