From 06ad516a5d38c479a62961b85fa9ae3ba4b3e9ab Mon Sep 17 00:00:00 2001 From: Moshe David Date: Mon, 30 Nov 2020 02:35:44 +0200 Subject: [PATCH] w (#5947) Co-authored-by: modav --- include/onnxruntime/core/session/onnxruntime_cxx_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/onnxruntime/core/session/onnxruntime_cxx_api.h b/include/onnxruntime/core/session/onnxruntime_cxx_api.h index bafd5edf04..9907c56a4a 100644 --- a/include/onnxruntime/core/session/onnxruntime_cxx_api.h +++ b/include/onnxruntime/core/session/onnxruntime_cxx_api.h @@ -349,7 +349,7 @@ struct Session : Base { // Run that will allocate the output values std::vector Run(const RunOptions& run_options, const char* const* input_names, const Value* input_values, size_t input_count, const char* const* output_names, size_t output_count); - // Run for when there is a list of prealloated outputs + // Run for when there is a list of preallocated outputs void Run(const RunOptions& run_options, const char* const* input_names, const Value* input_values, size_t input_count, const char* const* output_names, Value* output_values, size_t output_count);