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