mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
parent
5f5d4a10bd
commit
06ad516a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue