3 #include "core/executor.hpp" 4 #include "algorithm/for_each.hpp" 5 #include "algorithm/reduce.hpp" 12 #define TF_VERSION 200700 14 #define TF_MAJOR_VERSION TF_VERSION/100000 15 #define TF_MINOR_VERSION TF_VERSION/100%1000 16 #define TF_PATCH_VERSION TF_VERSION%100 23 constexpr
const char* version() {