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