Removing TODO for mul (#3363)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 14 Nov 2018 23:36:31 +0000 (05:06 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 14 Nov 2018 23:36:31 +0000 (08:36 +0900)
This patch will remove TODO for mul op.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc

index c42790e..77cf948 100644 (file)
@@ -745,7 +745,6 @@ void Planner::visit(const ::internal::tflite::op::Sub::Node &node)
   _builder.addStage(stage);
 }
 
-// TODO: test with scalar*scalar, tensor bigger than 3D (e.g., 4D)
 void Planner::visit(const ::internal::tflite::op::Mul::Node &node)
 {
   const ::internal::tflite::operand::Index ofm_index{node.param().ofm_index};