add math_function to softmax's dep list

helinwang-patch-1
Xi Chen 8 years ago
parent b3f076a6e4
commit 9eae086e39

@ -43,7 +43,7 @@ math_library(sequence2batch)
math_library(sequence_padding)
math_library(sequence_pooling DEPS math_function)
math_library(sequence_scale)
math_library(softmax)
math_library(softmax DEPS math_function)
math_library(unpooling)
math_library(vol2col)

Loading…
Cancel
Save