ptr property

Pointer<OrtEnv> get ptr

Implementation

ffi.Pointer<bg.OrtEnv> get ptr {
  if (_ptr == null) {
    init();
  }
  return _ptr!;
}