tvm icon indicating copy to clipboard operation
tvm copied to clipboard

GraphExecutor: Fix wild pointer assign when input and output are reshape

Open minbo-wang opened this issue 1 year ago • 7 comments

If reshape in our relay expression, like reshape + matmul expr, when we use set_input_zero_copy or set_output_zero_copy,the result goes wrong.

minbo-wang avatar Jun 19 '23 09:06 minbo-wang