EpGraphSupportInfo_AddSingleNode property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtEpGraphSupportInfo> graph_support_info, Pointer<OrtNode> node)>> EpGraphSupportInfo_AddSingleNode
getter/setter pair

\brief Specify a node that is supported by an OrtEp and should be run with a registered EP kernel.

\paramin graph_support_info OrtEpGraphSupportInfo instance to which to add the supported node. \paramin node The supported OrtNode instance.

\snippet{doc} snippets.dox OrtStatus Return Value

\since Version 1.23.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtEpGraphSupportInfo> graph_support_info,
      ffi.Pointer<OrtNode> node,
    )
  >
>
EpGraphSupportInfo_AddSingleNode;