#include <onnxruntime_cxx_api.h>
Inherits Ort::Base< OrtIoBinding >.
◆ IoBinding()
Ort::IoBinding::IoBinding |
( |
Session & |
session | ) |
|
|
explicit |
◆ BindInput()
void Ort::IoBinding::BindInput |
( |
const char * |
name, |
|
|
const Value & |
|
|
) |
| |
◆ BindOutput() [1/2]
void Ort::IoBinding::BindOutput |
( |
const char * |
name, |
|
|
const MemoryInfo & |
|
|
) |
| |
◆ BindOutput() [2/2]
void Ort::IoBinding::BindOutput |
( |
const char * |
name, |
|
|
const Value & |
|
|
) |
| |
◆ ClearBoundInputs()
void Ort::IoBinding::ClearBoundInputs |
( |
| ) |
|
◆ ClearBoundOutputs()
void Ort::IoBinding::ClearBoundOutputs |
( |
| ) |
|
◆ GetOutputNames() [1/2]
std::vector< std::string > Ort::IoBinding::GetOutputNames |
( |
| ) |
const |
◆ GetOutputNames() [2/2]
std::vector< std::string > Ort::IoBinding::GetOutputNames |
( |
Allocator & |
| ) |
const |
◆ GetOutputValues() [1/2]
std::vector< Value > Ort::IoBinding::GetOutputValues |
( |
| ) |
const |
◆ GetOutputValues() [2/2]
std::vector< Value > Ort::IoBinding::GetOutputValues |
( |
Allocator & |
| ) |
const |
◆ SynchronizeInputs()
void Ort::IoBinding::SynchronizeInputs |
( |
| ) |
|
◆ SynchronizeOutputs()
void Ort::IoBinding::SynchronizeOutputs |
( |
| ) |
|