Nguyen Duy Loc

Results 2 issues of Nguyen Duy Loc

## Summary Happen error when create module from exported_program have torch.mean without dim. ## Reproduce - Module: ``` class MeanModule(nn.Module): def forward(self, x): return torch.mean(x) ... # Export → Relax...

# Summary - This commit fixed error : "Type error: Cannot convert from type ' DLTensor* ' to ' ffi.Shape ' ". - Error occurred at runtime when the first...