aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/LeNet5Fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/LeNet5Fixture.h')
-rw-r--r--tests/benchmark/fixtures/LeNet5Fixture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/LeNet5Fixture.h b/tests/benchmark/fixtures/LeNet5Fixture.h
index 77a09d3025..191daa2aff 100644
--- a/tests/benchmark/fixtures/LeNet5Fixture.h
+++ b/tests/benchmark/fixtures/LeNet5Fixture.h
@@ -57,6 +57,11 @@ public:
network.run();
}
+ void sync()
+ {
+ network.sync();
+ }
+
void teardown()
{
network.clear();