TorchSharp
TorchSharp copied to clipboard
Fix THSJIT_TensorType_sizes signature
All the other functions with an allocator use size_t. In addition, the sz variable in the implementation is size_t, and the p/invoke method in LibTorchSharp.THSJIT.cs uses the same delegate as the others.