We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2bbf5 commit f0a1ceeCopy full SHA for f0a1cee
include/onnxruntime/core/session/onnxruntime_c_api.h
@@ -5566,7 +5566,8 @@ struct OrtApi {
5566
* via CreateSessionFromArray.
5567
*
5568
* \param[in] graph The OrtGraph instance.
5569
- * \param[out] model_path Output parameter set to the model's filepath, which is an empty path string if unknown.
+ * \param[out] model_path Output parameter set to the model's null-terminated filepath.
5570
+ * Set to an empty path string if unknown.
5571
5572
* \snippet{doc} snippets.dox OrtStatus Return Value
5573
0 commit comments