Use float constant for tensorrt::plugin::glue_kernel instead of double
Created by: zlsh80826
Use 1.0f, 0.5f instead of 1.0, 0.5 in paddle::inference::tensorrt::plugin::glue_kernel
1.0 is double type which will decrease the performance when using trt inference.