OrtValueTensor.fromAddress constructor

OrtValueTensor.fromAddress(
  1. int address
)

Implementation

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