|
mxnet
|
#include <dnnl_types.h>

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