CMakeLists.txt 536 字节
Newer Older
C
Chen Weihang 已提交
1
add_subdirectory(eigen)
2 3
add_subdirectory(blas)
add_subdirectory(lapack)
F
Feiyu Chan 已提交
4
add_subdirectory(detail)
5

F
From00 已提交
6
math_library(concat_and_split_functor DEPS dense_tensor)
F
Feiyu Chan 已提交
7 8
math_library(gru_compute DEPS activation_functions math_function)
math_library(lstm_compute DEPS activation_functions)
F
From00 已提交
9
math_library(math_function DEPS blas dense_tensor tensor)
10
math_library(matrix_reduce DEPS dense_tensor)
11
math_library(matrix_inverse DEPS dense_tensor eigen3 blas)
F
From00 已提交
12 13 14
math_library(pooling DEPS dense_tensor)
math_library(segment_pooling)
math_library(sequence2batch)