aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClLogicalNot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClLogicalNot.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClLogicalNot.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/runtime/gpu/cl/operators/ClLogicalNot.h b/src/runtime/gpu/cl/operators/ClLogicalNot.h
index 25ddf564b5..782ac0848f 100644
--- a/src/runtime/gpu/cl/operators/ClLogicalNot.h
+++ b/src/runtime/gpu/cl/operators/ClLogicalNot.h
@@ -35,8 +35,6 @@ namespace opencl
class ClLogicalNot : public IClOperator
{
public:
- /** Constructor */
- ClLogicalNot() = default;
/** Configure operator for a given list of arguments
*
* @param[in] compile_context The compile context to be used.
@@ -46,8 +44,7 @@ public:
void configure(const CLCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst);
/** Static function to check if given info will lead to a valid configuration
*
- * @param[in] src Soure tensor info. Data types supported: U8.
- * @param[in] dst Destination tensor info. Data types supported: same as @p src.
+ * Similar to ClLogicalNot::configure()
*
* @return a status
*/