GetEndVersion property

Pointer<NativeFunction<Int Function(Pointer<OrtCustomOp> op)>> GetEndVersion
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.Int Function(ffi.Pointer<OrtCustomOp> op)>
>
GetEndVersion;