Merge pull request #12555 from sneaxiy/refine_layer_norm

Refine layer_norm op
python3
sneaxiy 7 years ago committed by GitHub
commit f6f5cdaa05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,9 +273,9 @@ op_library(squeeze_op DEPS reshape_op)
op_library(extract_rows_op DEPS memory)
op_library(flatten_op DEPS reshape_op)
if (WITH_GPU)
op_library(conv_op DEPS vol2col depthwise_conv im2col)
op_library(layer_norm_op DEPS cub)
else()
op_library(conv_op DEPS vol2col im2col)
endif()

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save