We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5535abb commit ddde482Copy full SHA for ddde482
onnxruntime/core/providers/nv_tensorrt_rtx/nv_execution_provider_custom_ops.cc
@@ -158,7 +158,7 @@ void ReleaseTensorRTCustomOpDomain(OrtCustomOpDomain* domain) {
158
(void)domain; // Suppress unused parameter warning
159
// The custom ops (TensorRTCustomOp) and domain (OrtCustomOpDomain) are marked as static
160
// with unique_ptr at the time of creation in CreateTensorRTCustomOpDomainList() function.
161
- // Deleting them here can cause double-delete.
+ // Deleting them here can risk double-delete.
162
}
163
164
void ReleaseTensorRTCustomOpDomainList(std::vector<OrtCustomOpDomain*>& custom_op_domain_list) {
0 commit comments