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