OrtValueMap.fromAddress constructor

OrtValueMap.fromAddress(
  1. int address
)

Implementation

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