OrtValueTensor.fromAddress constructor
OrtValueTensor.fromAddress(
- int address
Implementation
factory OrtValueTensor.fromAddress(int address) {
return OrtValueTensor(ffi.Pointer.fromAddress(address));
}