aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/frontend/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/frontend/Types.h')
-rw-r--r--arm_compute/graph/frontend/Types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/graph/frontend/Types.h b/arm_compute/graph/frontend/Types.h
index cd579e2119..f9d4952765 100644
--- a/arm_compute/graph/frontend/Types.h
+++ b/arm_compute/graph/frontend/Types.h
@@ -64,9 +64,9 @@ enum class BranchMergeMethod
struct StreamHints
{
Target target_hint = { Target::UNSPECIFIED }; /**< Target execution hint */
- ConvolutionMethod convolution_method_hint = { ConvolutionMethod::DEFAULT }; /**< Convolution method hint */
- DepthwiseConvolutionMethod depthwise_convolution_method_hint = { DepthwiseConvolutionMethod::DEFAULT }; /**< Depthwise Convolution method hint */
- FastMathHint fast_math_hint = { FastMathHint::DISABLED }; /**< Fast math hint */
+ ConvolutionMethod convolution_method_hint = { ConvolutionMethod::Default }; /**< Convolution method hint */
+ DepthwiseConvolutionMethod depthwise_convolution_method_hint = { DepthwiseConvolutionMethod::Default }; /**< Depthwise Convolution method hint */
+ FastMathHint fast_math_hint = { FastMathHint::Disabled }; /**< Fast math hint */
};
} // namespace frontend
} // namespace graph