CMakeLists.txt 80 字节
Newer Older
1
if(WITH_AVX)
2
    cc_library(activation_functions SRCS avx_functions.cc)
3
endif()