CreateKernelV2 property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtCustomOp> op, Pointer<OrtApi> api, Pointer<OrtKernelInfo> info, Pointer<Pointer<Void> > kernel)> >
CreateKernelV2
getter/setter pair
Create the kernel state which is passed to each compute call.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtCustomOp> op,
ffi.Pointer<OrtApi> api,
ffi.Pointer<OrtKernelInfo> info,
ffi.Pointer<ffi.Pointer<ffi.Void>> kernel,
)
>
>
CreateKernelV2;