Graph_GetNumNodes property
Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtGraph> graph, Pointer<Size> num_nodes)> >
Graph_GetNumNodes
getter/setter pair
\brief Returns the number of graph nodes.
\paramin graph The OrtGraph instance.
\paramout num_nodes Output parameter set to the number of graph nodes.
\snippet{doc} snippets.dox OrtStatus Return Value
\since Version 1.23.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
OrtStatusPtr Function(
ffi.Pointer<OrtGraph> graph,
ffi.Pointer<ffi.Size> num_nodes,
)
>
>
Graph_GetNumNodes;