union InferenceEngine::UserValue¶
Overview¶
The method holds the user values to enable binding of data per graph node. More…
Detailed Documentation¶
The method holds the user values to enable binding of data per graph node.
Fields¶
int v_intAn integer value.
float v_floatA floating point value.
void \* v_ptrA pointer to a void.