From 23a631d4622e083e5c5982261d4f4bc4a4152693 Mon Sep 17 00:00:00 2001 From: guosheng Date: Wed, 1 Nov 2017 14:42:45 +0800 Subject: [PATCH] Fix End of Files in GRU Operator --- paddle/operators/math/gru_compute.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/operators/math/gru_compute.cu b/paddle/operators/math/gru_compute.cu index 4eb558142b6..7b9e54ac029 100644 --- a/paddle/operators/math/gru_compute.cu +++ b/paddle/operators/math/gru_compute.cu @@ -175,4 +175,4 @@ template struct GRUUnitGradFunctor; } // namespace math } // namespace operators -} // namespace paddle \ No newline at end of file +} // namespace paddle -- GitLab