Fix broken link to TRT doc in exception details (#9496)

Co-authored-by: Moshe <modav@microsoft.com>
This commit is contained in:
Moshe David 2021-12-17 19:00:33 +02:00 committed by GitHub
parent d42feae042
commit 4fd85cd97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -926,7 +926,7 @@ SubGraphCollection_t TensorrtExecutionProvider::GetSupportedList(SubGraphCollect
ORT_THROW_IF_ERROR(ORT_MAKE_STATUS(ONNXRUNTIME, FAIL,
"TensorRT input: " + input_arg->Name() + " has no shape specified. " +
"Please run shape inference on the onnx model first. Details can be found in " +
"https://www.onnxruntime.ai/docs/reference/execution-providers/TensorRT-ExecutionProvider.html#shape-inference-for-tensorrt-subgraphs"));
"https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#shape-inference-for-tensorrt-subgraphs"));
}
}
}