Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLPH committed Aug 16, 2021
1 parent e08baef commit acf343f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ T cRandom(int min, int max) {
unsigned int seed = 100;
return (min +
static_cast<T>(max * rand_r(&seed) / static_cast<T>(RAND_MAX + 1)));
}
}

std::map<std::string, paddle::test::Record> PrepareInput(int batch_size) {
// init input data
Expand Down

0 comments on commit acf343f

Please sign in to comment.