RegisterCustomOpsFnFunction typedef
RegisterCustomOpsFnFunction =
Pointer<OrtStatus> Function(Pointer<OrtSessionOptions> options, Pointer<OrtApiBase> api)
Implementation
typedef RegisterCustomOpsFnFunction =
ffi.Pointer<OrtStatus> Function(
ffi.Pointer<OrtSessionOptions> options,
ffi.Pointer<OrtApiBase> api,
);