GetName property

Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtCustomOp> op)>> GetName
getter/setter pair

Returns the name of the op

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Pointer<ffi.Char> Function(ffi.Pointer<OrtCustomOp> op)
  >
>
GetName;