mxnet
Public Attributes | List of all members
dnnl_version_t Struct Reference

#include <dnnl_types.h>

Collaboration diagram for dnnl_version_t:
Collaboration graph

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...
 

Detailed Description

Structure containing version information as per Semantic Versioning

Member Data Documentation

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.


The documentation for this struct was generated from the following file: