Union InferenceEngine::UserValue

union UserValue
#include <ie_common.h>

The method holds the user values to enable binding of data per graph node.

Public Members

int v_int

An integer value.

float v_float

A floating point value.

void *v_ptr

A pointer to a void.