CMakeLists.txt 245 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4 5
if(NOT LITE_WITH_X86)
    return()
endif()

cc_library(activation_compute SRCS activation_compute.cc DEPS ${lite_kernel_deps} activation_op)
6
cc_library(elementwise_compute SRCS elementwise_compute.cc DEPS ${lite_kernel_deps} elementwise_sub_op)