Info property

Pointer<NativeFunction<Pointer<OrtMemoryInfo> Function(Pointer<OrtAllocator> this_)>> Info
getter/setter pair

Return a pointer to an ::OrtMemoryInfo that describes this allocator

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Pointer<OrtMemoryInfo> Function(ffi.Pointer<OrtAllocator> this_)
  >
>
Info;