Skip to content

Commit 9f02497

Browse files
committed
follow comment
1 parent 713e864 commit 9f02497

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paddle/fluid/inference/analysis/analyzer_lac_tester.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@
1919
#include "paddle/fluid/inference/api/helper.h"
2020
#include "paddle/fluid/inference/api/paddle_inference_api.h"
2121
#include "paddle/fluid/platform/profiler.h"
22+
2223
DEFINE_string(infer_model, "", "model path for LAC");
2324
DEFINE_string(infer_data, "", "data file for LAC");
2425
DEFINE_int32(batch_size, 1, "batch size.");
2526
DEFINE_int32(burning, 0, "Burning before repeat.");
2627
DEFINE_int32(repeat, 1, "Running the inference program repeat times.");
2728
DEFINE_bool(test_all_data, false, "Test the all dataset in data file.");
29+
2830
namespace paddle {
2931
namespace inference {
3032
namespace analysis {
33+
3134
struct DataRecord {
3235
std::vector<int64_t> data;
3336
std::vector<size_t> lod;

0 commit comments

Comments
 (0)