tvm
tvm copied to clipboard
GraphExecutor: Fix wild pointer assign when input and output are reshape
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.