From 3108274c09cfb2ba35b14f0b4d6e3cc212560133 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 25 Apr 2023 17:50:12 +0200 Subject: [PATCH] Removed some comments. --- mlpp/lin_alg/mlpp_tensor3.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mlpp/lin_alg/mlpp_tensor3.h b/mlpp/lin_alg/mlpp_tensor3.h index fe5d0fa..c3d0621 100644 --- a/mlpp/lin_alg/mlpp_tensor3.h +++ b/mlpp/lin_alg/mlpp_tensor3.h @@ -29,12 +29,6 @@ public: return _data; } - // TODO: Need to double check whether it's right to call the z axis feature map (probably not) - // TODO: Add helper methods for the other axes aswell (probably shouldn't have as extensive of a coverage as z), - // Only MLPPMatrix: get, add, set. - // TODO: Add Image get, set helper methods to MLPPMatrix -> so the other axis helper methods can use them. - // TODO: _FORCE_INLINE_ less big methods (Also do this in MLPPVEctor and MLPPMatrix) - _FORCE_INLINE_ void add_z_slice(const Vector &p_row) { if (p_row.size() == 0) { return;