DeviceEpIncompatibilityDetails_GetNotes property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtDeviceEpIncompatibilityDetails> details, Pointer<Pointer<Char> > notes)> >
DeviceEpIncompatibilityDetails_GetNotes
getter/setter pair
\brief Get the notes from OrtDeviceEpIncompatibilityDetails.
\paramin details The OrtDeviceEpIncompatibilityDetails instance to query.
\paramout notes Pointer to the notes string. May be nullptr if no notes are available.
The returned string is owned by the details object and should not be freed.
\snippet{doc} snippets.dox OrtStatus Return Value
\since Version 1.24.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtDeviceEpIncompatibilityDetails> details,
ffi.Pointer<ffi.Pointer<ffi.Char>> notes,
)
>
>
DeviceEpIncompatibilityDetails_GetNotes;