cavis/libnd4j/include/config.h.in

17 lines
283 B
C
Raw Normal View History

2019-06-06 14:21:15 +02:00
#ifndef LIBND4J_CONFIG_H
#define LIBND4J_CONFIG_H
#cmakedefine HAVE_MKLDNN
#cmakedefine MKLDNN_PATH "@MKLDNN_PATH@"
#cmakedefine HAVE_OPENBLAS
#cmakedefine OPENBLAS_PATH "@OPENBLAS_PATH@"
#cmakedefine HAVE_FLATBUFFERS
#cmakedefine FLATBUFFERS_PATH "@FLATBUFFERS_PATH@"
#endif