ArmNN
 24.02
Version.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armnnTfLiteParser
 

Macros

#define STRINGIFY_VALUE(s)   STRINGIFY_MACRO(s)
 Macro utils. More...
 
#define STRINGIFY_MACRO(s)   #s
 
#define TFLITE_PARSER_MAJOR_VERSION   24
 
#define TFLITE_PARSER_MINOR_VERSION   6
 
#define TFLITE_PARSER_PATCH_VERSION   0
 
#define TFLITE_PARSER_VERSION
 TFLITE_PARSER_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version number. More...
 

Macro Definition Documentation

◆ STRINGIFY_MACRO

#define STRINGIFY_MACRO (   s)    #s

Definition at line 13 of file Version.hpp.

◆ STRINGIFY_VALUE

#define STRINGIFY_VALUE (   s)    STRINGIFY_MACRO(s)

Macro utils.

Definition at line 12 of file Version.hpp.

◆ TFLITE_PARSER_MAJOR_VERSION

#define TFLITE_PARSER_MAJOR_VERSION   24

Definition at line 16 of file Version.hpp.

◆ TFLITE_PARSER_MINOR_VERSION

#define TFLITE_PARSER_MINOR_VERSION   6

Definition at line 17 of file Version.hpp.

◆ TFLITE_PARSER_PATCH_VERSION

#define TFLITE_PARSER_PATCH_VERSION   0

Definition at line 18 of file Version.hpp.

◆ TFLITE_PARSER_VERSION

#define TFLITE_PARSER_VERSION
Value:

TFLITE_PARSER_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version number.

Definition at line 25 of file Version.hpp.

TFLITE_PARSER_MAJOR_VERSION
#define TFLITE_PARSER_MAJOR_VERSION
Definition: Version.hpp:16
TFLITE_PARSER_MINOR_VERSION
#define TFLITE_PARSER_MINOR_VERSION
Definition: Version.hpp:17
TFLITE_PARSER_PATCH_VERSION
#define TFLITE_PARSER_PATCH_VERSION
Definition: Version.hpp:18
STRINGIFY_VALUE
#define STRINGIFY_VALUE(s)
Macro utils.
Definition: Version.hpp:12