Structure containing version information as per Semantic Versioning More...
#include <dnnl_types.h>
Public Attributes | |
| int | major |
| Major version. | |
| int | minor |
| Minor version. | |
| int | patch |
| Patch version. | |
| const char * | hash |
| Git hash of the sources (may be absent) | |
| unsigned | cpu_runtime |
| CPU runtime. | |
| unsigned | gpu_runtime |
| GPU runtime. | |
Structure containing version information as per Semantic Versioning