Struct InferenceEngine::LayerConfig

struct LayerConfig

This structure describes Layer configuration.

Deprecated:

The Inference Engine API is deprecated and will be removed in the 2024.0 release. For instructions on transitioning to the new API, please refer to https://docs.openvino.ai/latest/openvino_2_0_transition_guide.html

Public Members

bool dynBatchSupport = false

Supported dynamic batch. If false, dynamic batch is not supported.

std::vector<DataConfig> inConfs

Vector of input data configs.

std::vector<DataConfig> outConfs

Vector of output data configs.