GetVariadicOutputHomogeneity property

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

Returns true (non-zero) if all outputs values of a variadic output have to be of the same type (homogeneous), and false (zero) otherwise. Applicable only for custom ops that have a variadic output.

Implementation

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