From d226124b0e10c4db906732a7e6f365b41def6301 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/System=20SW=20/SRI-Bangalore/Engineer/?= =?utf8?q?=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 1 Oct 2018 11:43:22 +0530 Subject: [PATCH] Removing unneccessary TODO for Squeeze (#2855) Since all Squeeze gtest are passing, this TODO is not required. Signed-off-by: shubham --- runtimes/pure_arm_compute/src/compilation.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runtimes/pure_arm_compute/src/compilation.cc b/runtimes/pure_arm_compute/src/compilation.cc index a74469c..4e0f818 100644 --- a/runtimes/pure_arm_compute/src/compilation.cc +++ b/runtimes/pure_arm_compute/src/compilation.cc @@ -2273,14 +2273,6 @@ void Planner::visit(const ::internal::tflite::op::Squeeze::Node &node) const ::internal::tflite::operand::Index output_index{node.param().output_index}; const ::internal::tflite::operand::Index input_index{node.param().input_index}; - // Currently, 3D-input with dims is tested. Note that param(). dims_index_optional is optional. - // two generated test passed: - // - 3D input : squeeze_float_1 - // - 2D input : squeeze_3D_float_1 - // - 4D input fails (squeeze.mod.py) -> we need general tensor support - - // TODO Support generic tensor shape - // Set Shape Constraints _builder.addShapeConstr(output_index, asTensorInfo(asTensorShape(_ctx.at(output_index).shape()), _ctx.at(output_index).type())); -- 2.7.4