TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

Fix THSJIT_TensorType_sizes signature

Open ds5678 opened this issue 5 months ago • 0 comments

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.

ds5678 avatar Nov 21 '25 05:11 ds5678