Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the size of int and bool type when computing module size (#2411)
* According to the code in set_module_tensor_to_device, uint, int and bool type won't be converted, so let's keep its original size, or the module size will be under-estimated.
- Loading branch information