aboutsummaryrefslogtreecommitdiff
path: root/DriverOptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'DriverOptions.hpp')
-rw-r--r--DriverOptions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DriverOptions.hpp b/DriverOptions.hpp
index c30ef6db..7271ac16 100644
--- a/DriverOptions.hpp
+++ b/DriverOptions.hpp
@@ -16,7 +16,7 @@ namespace armnn_driver
class DriverOptions
{
public:
- DriverOptions(armnn::Compute computeDevice);
+ DriverOptions(armnn::Compute computeDevice, bool fp16Enabled = false);
DriverOptions(int argc, char** argv);
DriverOptions(DriverOptions&& other) = default;