InferOutputShapeFn property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtCustomOp>, Pointer<OrtShapeInferContext>)>> InferOutputShapeFn
getter/setter pair

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtCustomOp>,
      ffi.Pointer<OrtShapeInferContext>,
    )
  >
>
InferOutputShapeFn;