fast-reid/projects/FastRT/include/fastrt/config.h.in

8 lines
139 B
C

#pragma once
#ifdef BUILD_INT8
#include <string>
const std::string INT8_CALIBRATE_DATASET_PATH = "@INT8_CALIBRATE_DATASET_PATH@";
#endif