ArmNN
 21.02
Version.hpp File Reference

Go to the source code of this file.

Namespaces

 armnnCaffeParser
 Caffe networks are loaded from protobuf files (binary or text) using the protobuf library and the generated code from caffe.pb.h.
 

Macros

#define STRINGIFY_VALUE(s)   STRINGIFY_MACRO(s)
 Macro utils. More...
 
#define STRINGIFY_MACRO(s)   #s
 
#define CAFFE_PARSER_MAJOR_VERSION   24
 
#define CAFFE_PARSER_MINOR_VERSION   0
 
#define CAFFE_PARSER_PATCH_VERSION   0
 
#define CAFFE_PARSER_VERSION
 CAFFE_PARSER_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version number. More...
 

Macro Definition Documentation

◆ CAFFE_PARSER_MAJOR_VERSION

#define CAFFE_PARSER_MAJOR_VERSION   24

Definition at line 16 of file Version.hpp.

◆ CAFFE_PARSER_MINOR_VERSION

#define CAFFE_PARSER_MINOR_VERSION   0

Definition at line 17 of file Version.hpp.

◆ CAFFE_PARSER_PATCH_VERSION

#define CAFFE_PARSER_PATCH_VERSION   0

Definition at line 18 of file Version.hpp.

◆ CAFFE_PARSER_VERSION

#define CAFFE_PARSER_VERSION
Value:
STRINGIFY_VALUE(CAFFE_PARSER_MINOR_VERSION) "." \
STRINGIFY_VALUE(CAFFE_PARSER_PATCH_VERSION)
#define CAFFE_PARSER_MINOR_VERSION
Definition: Version.hpp:17
#define CAFFE_PARSER_MAJOR_VERSION
Definition: Version.hpp:16
#define CAFFE_PARSER_PATCH_VERSION
Definition: Version.hpp:18
#define STRINGIFY_VALUE(s)
Macro utils.
Definition: Version.hpp:12

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

Referenced by ICaffeParser::CaffeParserImpl::GetVersion().

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