add math_function to selected_rows_functor dependency list

shanyi15-patch-2
Xi Chen 7 years ago
parent 1cd700d8e8
commit d20c6eb6de

@ -38,7 +38,7 @@ math_library(lstm_compute DEPS activation_functions)
math_library(math_function DEPS cblas) math_library(math_function DEPS cblas)
math_library(maxouting) math_library(maxouting)
math_library(pooling) math_library(pooling)
math_library(selected_rows_functor DEPS selected_rows) math_library(selected_rows_functor DEPS selected_rows math_function)
math_library(sequence2batch) math_library(sequence2batch)
math_library(sequence_padding) math_library(sequence_padding)
math_library(sequence_pooling DEPS math_function) math_library(sequence_pooling DEPS math_function)

Loading…
Cancel
Save