aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h
index 65a092c0a2..4d2db0e89c 100644
--- a/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h
+++ b/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuPool2d.h
@@ -55,8 +55,8 @@ public:
GpuPool2dSettings use_inf_as_limit(bool use_inf_as_limit);
private:
- bool _mixed_precision{ false };
- bool _use_inf_as_limit{ true };
+ bool _mixed_precision{false};
+ bool _use_inf_as_limit{true};
};
/** Operator interface. */
@@ -86,10 +86,8 @@ public:
* @param[in] attributes Operator attributes
* @param[in] settings Operator settings
*/
- static ITensorInfo *create_op(GpuWorkloadSketch &sketch,
- ITensorInfo *src,
- const Attributes &attributes,
- const Settings &settings);
+ static ITensorInfo *
+ create_op(GpuWorkloadSketch &sketch, ITensorInfo *src, const Attributes &attributes, const Settings &settings);
/** Check if the operator configuration is supported, irrespective of fusion
*
* @param[in] context Workload context within which the operator is running