Merge pull request #9134 from putcn/fix-selected-row-dep

add math_function to selected_rows_functor dependency list
shanyi15-patch-2
Tao Luo 7 years ago committed by GitHub
commit a448fbe9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ math_library(lstm_compute DEPS activation_functions)
math_library(math_function DEPS cblas)
math_library(maxouting)
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(sequence_padding)
math_library(sequence_pooling DEPS math_function)

Loading…
Cancel
Save