Repository URL to install this package:
Version:
1.0.0-3 ▾
|
/* Sources directory */
#define SOURCE_FOLDER "/srv/build/crfasrnn/caffe-crfrnn"
/* Binaries directory */
#define BINARY_FOLDER "/srv/build/crfasrnn/caffe-crfrnn"
/* NVIDA Cuda */
#define HAVE_CUDA
/* NVIDA cuDNN */
/* #undef HAVE_CUDNN */
#define USE_CUDNN
/* NVIDA cuDNN */
/* #undef CPU_ONLY */
/* Test device */
#define CUDA_TEST_DEVICE -1
/* Temporary (TODO: remove) */
#if 1
#define CMAKE_SOURCE_DIR SOURCE_FOLDER "/src/"
#define EXAMPLES_SOURCE_DIR BINARY_FOLDER "/examples/"
#define CMAKE_EXT ".gen.cmake"
#else
#define CMAKE_SOURCE_DIR "src/"
#define EXAMPLES_SOURCE_DIR "examples/"
#define CMAKE_EXT ""
#endif
/* Matlab */
/* #undef HAVE_MATLAB */