aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/prototype/include/ckw/TensorOperand.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/prototype/include/ckw/TensorOperand.h')
-rw-r--r--compute_kernel_writer/prototype/include/ckw/TensorOperand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_kernel_writer/prototype/include/ckw/TensorOperand.h b/compute_kernel_writer/prototype/include/ckw/TensorOperand.h
index 2fc5044d1c..7a663f095b 100644
--- a/compute_kernel_writer/prototype/include/ckw/TensorOperand.h
+++ b/compute_kernel_writer/prototype/include/ckw/TensorOperand.h
@@ -134,7 +134,7 @@ public:
private:
TensorInfo _info;
- TileOperand *_tile{ nullptr };
+ TileOperand *_tile{ nullptr };
TensorTileSampler _tile_sampler{};
::std::unique_ptr<TensorComponentOperand> _stride1{ nullptr };