Open Deep Learning API
Loading...
Searching...
No Matches
Macros | Functions
odla_version.h File Reference

Go to the source code of this file.

Macros

#define ODLA_MAJOR   0
 
#define ODLA_MINOR   5
 
#define ODLA_PATCH   0
 
#define ODLA_VERSION_NUMBER   ((ODLA_MAJOR)*100 + (ODLA_MINOR)*10 + (OLDA_PATCH))
 ODLA version number. More...
 

Functions

const char * odla_GetVersionString ()
 Get version info of runtime library. More...
 

Detailed Description

This file defines the ODLA version number.

Definition in file odla_version.h.

Macro Definition Documentation

◆ ODLA_MAJOR

#define ODLA_MAJOR   0

Definition at line 29 of file odla_version.h.

◆ ODLA_MINOR

#define ODLA_MINOR   5

Definition at line 30 of file odla_version.h.

◆ ODLA_PATCH

#define ODLA_PATCH   0

Definition at line 31 of file odla_version.h.

◆ ODLA_VERSION_NUMBER

#define ODLA_VERSION_NUMBER   ((ODLA_MAJOR)*100 + (ODLA_MINOR)*10 + (OLDA_PATCH))

ODLA version number.

Definition at line 34 of file odla_version.h.

Function Documentation

◆ odla_GetVersionString()

const char * odla_GetVersionString ( )

Get version info of runtime library.

Returns
NULL-terminated string of version info.