Skip to content

Commit f0a1cee

Browse files
Update include/onnxruntime/core/session/onnxruntime_c_api.h
1 parent 6e2bbf5 commit f0a1cee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/onnxruntime/core/session/onnxruntime_c_api.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5566,7 +5566,8 @@ struct OrtApi {
55665566
* via CreateSessionFromArray.
55675567
*
55685568
* \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.
5569+
* \param[out] model_path Output parameter set to the model's null-terminated filepath.
5570+
* Set to an empty path string if unknown.
55705571
*
55715572
* \snippet{doc} snippets.dox OrtStatus Return Value
55725573
*

0 commit comments

Comments
 (0)