CreateKeyValuePairs property

Pointer<NativeFunction<Void Function(Pointer<Pointer<OrtKeyValuePairs>> out)>> CreateKeyValuePairs
getter/setter pair

\brief Create an OrtKeyValuePairs instance.

\paramout out A pointer to a newly created OrtKeyValuePairs instance.

\note Must be released by calling ReleaseKeyValuePairs.

\since Version 1.22.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Void Function(ffi.Pointer<ffi.Pointer<OrtKeyValuePairs>> out)
  >
>
CreateKeyValuePairs;