MemoryInfoGetId property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtMemoryInfo> ptr, Pointer<Int> out)> >
MemoryInfoGetId
getter/setter pair
\brief Get the device id from ::OrtMemoryInfo
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtMemoryInfo> ptr,
ffi.Pointer<ffi.Int> out,
)
>
>
MemoryInfoGetId;