Cybersecurity Disclosures#
Developers that provide deep learning models with their application to be accelerated with TensorRT-RTX (for example, by storing them in the ONNX file format) are responsible for safeguarding the confidentiality of their model if such confidentiality is needed for IP protection. This may be achieved by using appropriate encryption techniques and verifying that the TensorRT-RTX libraries you depend on are properly signed, for example using the Windows WinVerifyTrust API.
Even if the original model specification has been encrypted, TensorRT-RTX saves its inference plan in a serialized TensorRT-RTX engine file and it may be possible to reverse-engineer the original model from the engine file.
Developers that provide deep learning models with their application to be accelerated with TensorRT-RTX (for example, by storing them in the ONNX file format) are responsible for safeguarding the integrity of their model if the accuracy of the inference outputs is critical for their use case. An appropriate digital signature scheme can achieve this. TensorRT-RTX makes no accuracy guarantees, and inference outputs may differ from the model outputs observed during training and validation due to quantization, rounding, and other numerical inaccuracies.