OnnxRuntime::IoBinding
Inherits Reference / Object
IoBinding class provides zero-copy inference and advanced input/output binding. This is a placeholder for future implementation.
Constructors
Instance methods
bind_input(name : String, tensor_ptr : Pointer(LibOnnxRuntime::OrtValue))
Bind input to a tensor
bind_output(name : String, tensor_ptr : Pointer(LibOnnxRuntime::OrtValue))
Bind output to a tensor