Antoine de Maleprade
Antoine de Maleprade
- Keep build files in the `dist` directory. Moving them to the root and exposing them from the root in the package.json breaks things when you are using `npm link`...
### Is your enhancement related to a problem? Please describe. When using the language server feature and hovering over a property to get the documentation, I don't get the description...
## Description This PR introduces `TensorClassModuleBase`, a new base class that provides a type-safe way to define PyTorch modules that operate on `TensorClass` instances. This implementation offers compile-time type checking...
## Description This PR fixes the ONNX export tests in `test/test_compile.py` by updating the syntax to use the current `torch.onnx.export()` API instead of the deprecated `torch.onnx.dynamo_export()` method. Additionally, it adds...
## Motivation I am a big fan of `TensorClass` as it helps defining complex and/or large collections of structured Tensor data, and helps defining clear inputs and outputs of a...