41#include <QtCore/qglobal.h>
47#if defined(STATICBUILD)
48# define MLSHARED_EXPORT
49#elif defined(MNE_ML_LIBRARY)
50# define MLSHARED_EXPORT Q_DECL_EXPORT
52# define MLSHARED_EXPORT Q_DECL_IMPORT
Compile-time helpers that capture the build date, time and git commit hash into the binary.
Tensors, model abstraction, ONNX Runtime inference and Python training drivers used across mne-cpp.
MLSHARED_EXPORT const char * buildDateTime()
MLSHARED_EXPORT const char * buildHash()
MLSHARED_EXPORT const char * buildHashLong()