Some operators use the input index tensor to read/write memory, for example, embedding table lookup op. Since execution trace does not save the data for these tensors, the random generated tensor may be invalid. It will cause runtime error. Need to find a way to fix it.