From: 박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Fri, 9 Aug 2019 05:59:17 +0000 (+0900) Subject: [moco-tf] delete temporary loco_tobe::BiasShape (#6440) X-Git-Tag: submit/tizen/20190812.062103~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1df4249b68b40fbbfa733af3eae32d2ed7ec9c1;p=platform%2Fcore%2Fml%2Fnnfw.git [moco-tf] delete temporary loco_tobe::BiasShape (#6440) This will delete temporary loco_tobe::BiasShape that was changed to loco::BiasShape Signed-off-by: SaeHie Park --- diff --git a/compiler/moco-tf/include/moco/tf/NodeShape.h b/compiler/moco-tf/include/moco/tf/NodeShape.h index 50a2cfd..42fcb55 100644 --- a/compiler/moco-tf/include/moco/tf/NodeShape.h +++ b/compiler/moco-tf/include/moco/tf/NodeShape.h @@ -23,14 +23,6 @@ #include -namespace loco_tobe -{ - -// Temporary BiasShape that loco will provide in near future -using BiasShape = loco::Dimension; - -} // namespace loco_tobe - namespace moco { namespace tf diff --git a/compiler/moco-tf/src/Annotations/ShapeInferenceData.h b/compiler/moco-tf/src/Annotations/ShapeInferenceData.h index bc99409..b8a6711 100644 --- a/compiler/moco-tf/src/Annotations/ShapeInferenceData.h +++ b/compiler/moco-tf/src/Annotations/ShapeInferenceData.h @@ -22,14 +22,6 @@ #include -namespace loco_tobe -{ - -// Temporary BiasShape that loco will provide in near future -using BiasShape = loco::Dimension; - -} // namespace loco_tobe - namespace moco { namespace tf