EpAssignedSubgraph_GetEpName property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtEpAssignedSubgraph> ep_subgraph, Pointer<Pointer<Char> > out)> >
EpAssignedSubgraph_GetEpName
getter/setter pair
\brief Get the name of the execution provider to which the subgraph was assigned.
\paramin ep_subgraph The OrtEpAssignedSubgraph instance.
\paramout out Output parameter set to the execution provider's name as a UTF-8 null-terminated string.
Owned by the OrtEpAssignedSubgraph instance (do not free).
\snippet{doc} snippets.dox OrtStatus Return Value
\since Version 1.24.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtEpAssignedSubgraph> ep_subgraph,
ffi.Pointer<ffi.Pointer<ffi.Char>> out,
)
>
>
EpAssignedSubgraph_GetEpName;