aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h')
-rw-r--r--src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h b/src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h
index e722488c3b..d2f4cde662 100644
--- a/src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h
+++ b/src/runtime/heuristics/indirect_conv/IClIndirectConvKernelConfig.h
@@ -45,8 +45,8 @@ public:
/** Constructor
*
- * @param[in] func_f32 Function to call for direct convolution F32
- * @param[in] func_f16 Function to call for direct convolution F16
+ * @param[in] func_f32 Function to call for indirect convolution F32
+ * @param[in] func_f16 Function to call for indirect convolution F16
*
*/
ClIndirectConvConfigArray(T func_f32, T func_f16)
@@ -103,6 +103,6 @@ public:
protected:
GPUTarget _target;
};
-} // namespace opencl
+} // namespace cl_indirect_conv
} // namespace arm_compute
#endif /* SRC_RUNTIME_HEURISTICS_INDIRECT_CONV_ICLINDIRECTCONVKERNELCONFIG */