Tensor numel() return dtype to be size_t (#2022)
Fix tensor numel() return dtype
The original dytpe int would be an issue if the tensor element numbers are larger than int32's range (which is not a super large number in real workloads)
Signed-off-by:
Shang Zhang <shangz@nvidia.com>
Showing
Please register or sign in to comment