Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 737 Bytes | |
TensorRT 10.13 GA Parser Update source code.tar.gz | 2025-07-23 | 217.2 kB | |
TensorRT 10.13 GA Parser Update source code.zip | 2025-07-23 | 246.6 kB | |
Totals: 3 Items | 464.6 kB | 1 |
For more details, see the 10.13 GA release notes
- Decreased memory usage when importing models with external weights
- Added
loadModelProto
,loadInitializer
andparseModelProto
APIs for IParser. These APIs are meant to be used to load user initializers when parsing ONNX models. - Added
loadModelProto
,loadInitializer
andrefitModelProto
APIs for IParserRefitter. These APIs are meant to be used to load user initializers when refitting ONNX models. - Deprecated
IParser::parseWithWeightDescriptors
. - Unmarked
Protobuf
as a required dependency for building. If not found the ONNX submodule will install.