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