13#ifndef ML_COMPILER_INFO_H
14#define ML_COMPILER_INFO_H
19#include <ThirdPartyWarningsDisable.h>
21#include <ThirdPartyWarningsRestore.h>
23ML_UTILS_START_NAMESPACE
29 static const std::string &
name();
static const std::string kUnknownModel
Unknown model name constant.
static const std::string & name()
Returns the compiler name.
#define ML_UTILS_EXPORT
Defines platform dependent DLL export macro for mlUtils.