mirror of https://github.com/JDAI-CV/fast-reid.git
8 lines
139 B
C
8 lines
139 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef BUILD_INT8
|
||
|
#include <string>
|
||
|
const std::string INT8_CALIBRATE_DATASET_PATH = "@INT8_CALIBRATE_DATASET_PATH@";
|
||
|
#endif
|
||
|
|