OrtRunOptions.fromAddress constructor

OrtRunOptions.fromAddress(
  1. int address
)

Implementation

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