GetInputCharacteristic property

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

Returns the characteristics of the input & output tensors

Implementation

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