summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/clDNN/version.json
blob: a26804e98bac60a69ce290cc6ce4e88d96a1043a (plain)
1
2
3
4
5
6
7
8
9
# Please note that this file is parsed by simple parser written directly in CMake. Do not use advanced constructs.
"version" :	  
{
    "major": 1,            # clDNN major version (major version of API).
    "minor": 4,            # clDNN minor version (correlated with major API version of Inference Engine).
    "build": 14,           # clDNN build version (correlated with ordinal numeber of public release of clDNN).
    "revision_base":    0, # Offset that will be subtracted from environment variable provided by build system.
    "revision_min":    -1  # Minumum value of revision. Computed value of revision will be clamped from below by this value.
}