Skip to content

Commit 17a993b

Browse files
committed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into test_ci_and_update_AUTHORS.md
2 parents 971b525 + e800597 commit 17a993b

9 files changed

+8
-8
lines changed

paddle/fluid/inference/tests/book/test_inference_fit_a_line.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ limitations under the License. */
1111

1212
#include <gtest/gtest.h>
1313
#include "gflags/gflags.h"
14-
#include "test_helper.h"
14+
#include "paddle/fluid/inference/tests/test_helper.h"
1515

1616
DEFINE_string(dirname, "", "Directory of the inference model.");
1717

paddle/fluid/inference/tests/book/test_inference_image_classification.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_label_semantic_roles.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_recognize_digits.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_recommender_system.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_rnn_encoder_decoder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_understand_sentiment.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

paddle/fluid/inference/tests/book/test_inference_word2vec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ limitations under the License. */
1414

1515
#include <gtest/gtest.h>
1616
#include "gflags/gflags.h"
17-
#include "test_helper.h"
17+
#include "paddle/fluid/inference/tests/test_helper.h"
1818

1919
DEFINE_string(dirname, "", "Directory of the inference model.");
2020

0 commit comments

Comments
 (0)