aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClFloor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClFloor.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClFloor.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/runtime/gpu/cl/operators/ClFloor.h b/src/runtime/gpu/cl/operators/ClFloor.h
index f54eef9140..90bdee6c7e 100644
--- a/src/runtime/gpu/cl/operators/ClFloor.h
+++ b/src/runtime/gpu/cl/operators/ClFloor.h
@@ -35,8 +35,6 @@ namespace opencl
class ClFloor : public IClOperator
{
public:
- /** Constructor */
- ClFloor() = default;
/** Configure operator for a given list of arguments
*
* @param[in] compile_context The compile context to be used.
@@ -44,10 +42,9 @@ public:
* @param[in] dst Destination tensor info. Data type supported: same as @p src
*/
void configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst);
- /** Static function to check if given info will lead to a valid configuration of @ref ClFloor
+ /** Static function to check if given info will lead to a valid configuration
*
- * @param[in] src Source tensor info. Data types supported: F16/F32.
- * @param[in] dst Destination tensor info. Data type supported: same as @p src
+ * Similar to ClFloor::configure()
*
* @return a status
*/