Co-authored-by: modav <modav@microsoft.com>
This commit is contained in:
Moshe David 2020-11-30 02:35:44 +02:00 committed by GitHub
parent 5f5d4a10bd
commit 06ad516a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@ struct Session : Base<OrtSession> {
// Run that will allocate the output values
std::vector<Value> 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);