mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
8 lines
139 B
C
Executable File
8 lines
139 B
C
Executable File
#pragma once
|
|
|
|
#ifdef BUILD_INT8
|
|
#include <string>
|
|
const std::string INT8_CALIBRATE_DATASET_PATH = "@INT8_CALIBRATE_DATASET_PATH@";
|
|
#endif
|
|
|