GetVariadicInputHomogeneity property

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

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

Implementation

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