struct InferenceEngine::Precision::PrecisionInfo

Overview

struct PrecisionInfo
{
    // fields

    size_t bitsSize = 0;
    const char \* name = "UNSPECIFIED";
    bool isFloat = false;
    ePrecision value = Precision::UNSPECIFIED;
};

Detailed Documentation

Fields

size_t bitsSize = 0

Size of underlined element.

const char \* name = "UNSPECIFIED"

Null terminated string with precision name.