CMakeLists.txt 176 字节
Newer Older
T
tensor-tang 已提交
1

T
tensor-tang 已提交
2 3 4 5
if(NOT (LITE_WITH_LIGHT_WEIGHT_FRAMEWORK AND LITE_WITH_ARM))
  return()
endif()

6
cc_library(math_arm SRCS funcs.cc packed_sgemm.cc softmax.cc DEPS ${lite_kernel_deps} eigen3)