From acea4071a7f457bab696dc3c895ba47d60345541 Mon Sep 17 00:00:00 2001 From: Nikolaj Jensen Date: Mon, 3 Jul 2023 09:44:42 +0100 Subject: Fix code formatting in CKW Signed-off-by: Nikolaj Jensen Change-Id: I8064b345c1efd243f8bded12ed5d561afe7c339a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9854 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- .../prototype/examples/common/ExampleComponentArgument.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'compute_kernel_writer/prototype/examples/common/ExampleComponentArgument.h') diff --git a/compute_kernel_writer/prototype/examples/common/ExampleComponentArgument.h b/compute_kernel_writer/prototype/examples/common/ExampleComponentArgument.h index 2de9042691..9fdc50ba08 100644 --- a/compute_kernel_writer/prototype/examples/common/ExampleComponentArgument.h +++ b/compute_kernel_writer/prototype/examples/common/ExampleComponentArgument.h @@ -30,6 +30,7 @@ namespace ckw { class TensorOperand; + class TileOperand; } // namespace ckw @@ -103,9 +104,9 @@ public: const ckw::TensorTileSampler &tile_sampler() const; private: - ckw::TensorOperand *_tensor{ nullptr }; - ckw::TileOperand *_tile{ nullptr }; - ckw::TensorTileSampler _tile_sampler{}; + ckw::TensorOperand *_tensor{ nullptr }; + ckw::TileOperand *_tile{ nullptr }; + ckw::TensorTileSampler _tile_sampler{}; }; #endif // CKW_PROTOTYPE_EXAMPLES_COMMON_EXAMPLECOMPONENTARGUMENT_H -- cgit v1.2.1