pointer property

Pointer<OrtValue> get pointer

Implementation

Pointer<OrtValue> get pointer {
  _ensureNotReleased();
  return _ptr;
}