OrtRunOptions.fromAddress constructor
OrtRunOptions.fromAddress(
- int address
Implementation
OrtRunOptions.fromAddress(int address) {
_ptr = ffi.Pointer.fromAddress(address);
}
OrtRunOptions.fromAddress(int address) {
_ptr = ffi.Pointer.fromAddress(address);
}