This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
The method holds the user values to enable binding of data per graph node. More…
#include <ie_common.h> union UserValue { // fields int v_int; float v_float; void \* v_ptr; };
The method holds the user values to enable binding of data per graph node.
int v_int
An integer value.
float v_float
A floating point value.
void \* v_ptr
A pointer to a void.