From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Tue, 13 Aug 2019 01:34:00 +0000 (+0900) Subject: [loco] Using FixedReshape (#6496) X-Git-Tag: accepted/tizen/unified/20190903.052428~449 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0ca8b6e193f394e690a0c23a1e223cdd53fa36e;p=platform%2Fcore%2Fml%2Fnnfw.git [loco] Using FixedReshape (#6496) This commit introduces alias for Reshape loco node. Signed-off-by: Cheongyo Bahk --- diff --git a/compiler/loco/include/loco/IR/Nodes.h b/compiler/loco/include/loco/IR/Nodes.h index ea65904..8b9c840 100644 --- a/compiler/loco/include/loco/IR/Nodes.h +++ b/compiler/loco/include/loco/IR/Nodes.h @@ -463,6 +463,8 @@ public: void input(Node *node) { at(0)->node(node); } }; +using FixedReshape = Reshape; + /** * @brief Concatenate two tensors *