AllocatorGetInfo property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtAllocator> ort_allocator, Pointer<Pointer<OrtMemoryInfo>> out)>> AllocatorGetInfo
getter/setter pair

\brief Calls OrtAllocator::Info function

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtAllocator> ort_allocator,
      ffi.Pointer<ffi.Pointer<OrtMemoryInfo>> out,
    )
  >
>
AllocatorGetInfo;