GetOutputCharacteristic property

Pointer<NativeFunction<UnsignedInt Function(Pointer<OrtCustomOp> op, Size index)>> GetOutputCharacteristic
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.UnsignedInt Function(ffi.Pointer<OrtCustomOp> op, ffi.Size index)
  >
>
GetOutputCharacteristic;