From 540f042ba6f6cb0e79628646d5a96e3a95919a92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=84=B8=ED=9D=AC/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 23 Apr 2019 13:53:12 +0900 Subject: [PATCH] [moco] update test comment for shape (#3345) This will update the comment of shape related test with output node Signed-off-by: SaeHie Park --- contrib/moco/lib/frontend/tf/src/Frontend.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/moco/lib/frontend/tf/src/Frontend.test.cpp b/contrib/moco/lib/frontend/tf/src/Frontend.test.cpp index ffee0f0..56d88ae 100644 --- a/contrib/moco/lib/frontend/tf/src/Frontend.test.cpp +++ b/contrib/moco/lib/frontend/tf/src/Frontend.test.cpp @@ -135,7 +135,7 @@ TEST(TensorFlowFrontend, load_model_withio) ASSERT_EQ(outputs->size(), 1); loco::GraphOutput *output = outputs->at(0); loco::Push *push = output->node(); - // TODO make these possible + // Currently we don't know the shape of output node(s) // ASSERT_EQ(push->rank(), 4); // ASSERT_EQ(push->dim(0).value(), dim1.value()); // ASSERT_EQ(push->dim(1).value(), dim2.value()); -- 2.7.4