aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/src/cl/CLTensorComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/src/cl/CLTensorComponent.h')
-rw-r--r--compute_kernel_writer/src/cl/CLTensorComponent.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/compute_kernel_writer/src/cl/CLTensorComponent.h b/compute_kernel_writer/src/cl/CLTensorComponent.h
index 42a42666dc..731597ebbf 100644
--- a/compute_kernel_writer/src/cl/CLTensorComponent.h
+++ b/compute_kernel_writer/src/cl/CLTensorComponent.h
@@ -26,8 +26,9 @@
#define CKW_SRC_CL_CLTENSORCOMPONENT_H
#include "ckw/types/TensorComponentType.h"
-#include "src/ITensorComponent.h"
+
#include "src/cl/CLTile.h"
+#include "src/ITensorComponent.h"
namespace ckw
{
@@ -72,7 +73,7 @@ public:
TensorComponentType component_type() const override;
private:
- TensorComponentType _component_type{ TensorComponentType::Unknown };
+ TensorComponentType _component_type{TensorComponentType::Unknown};
};
} // namespace ckw