[moco-tf] delete temporary loco_tobe::BiasShape (#6440)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 9 Aug 2019 05:59:17 +0000 (14:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 9 Aug 2019 05:59:17 +0000 (14:59 +0900)
This will delete temporary loco_tobe::BiasShape that was changed to loco::BiasShape

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/include/moco/tf/NodeShape.h
compiler/moco-tf/src/Annotations/ShapeInferenceData.h

index 50a2cfd..42fcb55 100644 (file)
 
 #include <memory.h>
 
-namespace loco_tobe
-{
-
-// Temporary BiasShape that loco will provide in near future
-using BiasShape = loco::Dimension;
-
-} // namespace loco_tobe
-
 namespace moco
 {
 namespace tf
index bc99409..b8a6711 100644 (file)
 
 #include <cassert>
 
-namespace loco_tobe
-{
-
-// Temporary BiasShape that loco will provide in near future
-using BiasShape = loco::Dimension;
-
-} // namespace loco_tobe
-
 namespace moco
 {
 namespace tf