Skip to content
Snippets Groups Projects

Real quantization cast for PTQ

Merged Noam Zerah requested to merge noamzerah/aidge_quantization:quantization_cast into dev
2 files
+ 20
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,9 +3,9 @@
@@ -3,9 +3,9 @@
namespace Aidge {
namespace Aidge {
static constexpr const int PROJECT_VERSION_MAJOR = 0;
static constexpr const int PROJECT_VERSION_MAJOR = 0;
static constexpr const int PROJECT_VERSION_MINOR = 3;
static constexpr const int PROJECT_VERSION_MINOR = 2;
static constexpr const int PROJECT_VERSION_PATCH = 1;
static constexpr const int PROJECT_VERSION_PATCH = 0;
static constexpr const char * PROJECT_VERSION = "0.3.1";
static constexpr const char * PROJECT_VERSION = "0.2.0";
static constexpr const char * PROJECT_GIT_HASH = "418bc3e";
static constexpr const char * PROJECT_GIT_HASH = "f50c860";
}
}
#endif // VERSION_H
#endif // VERSION_H
Loading