Donald Tolley

Results 3 issues of Donald Tolley

**Rationale for this change:** This pull request addresses a critical issue (GH-39444) in the C++/Python components of Parquet, specifically a segmentation fault occurring when processing encrypted datasets over 2^15 rows....

Component: Parquet
Component: C++
Component: Python
awaiting merge

# Add support for torch.export exported models (#1498) Implements functionality to load and execute PyTorch models exported via torch.export (.pt2 files), enabling .NET applications to run ExportedProgram models as the...

TorchSharp currently lacks support for loading and executing PyTorch models exported via `torch.export` (ExportedProgram format, `.pt2` files). While TorchSharp supports TorchScript (JIT) models via `torch.jit.load()`, it cannot load the newer...