From 7a8892fe7c208cce76017acbabdd137c872ddadc Mon Sep 17 00:00:00 2001 From: Mohamed Nour Abouelseoud Date: Wed, 9 Jan 2019 14:19:58 +0000 Subject: IVGCVSW-2345 Add Rsqrt support in Tensorflow Parser Change-Id: I7c7b65bd77b06925efdaf2c9c98c30994a12de42 --- src/armnnTfParser/TfParser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/armnnTfParser/TfParser.hpp') diff --git a/src/armnnTfParser/TfParser.hpp b/src/armnnTfParser/TfParser.hpp index b8fab41c74..4421768fc5 100644 --- a/src/armnnTfParser/TfParser.hpp +++ b/src/armnnTfParser/TfParser.hpp @@ -147,6 +147,7 @@ private: ParsedTfOperationPtr ParseRelu6(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); ParsedTfOperationPtr ParseReshape(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); ParsedTfOperationPtr ParseResizeBilinear(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); + ParsedTfOperationPtr ParseRsqrt(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); ParsedTfOperationPtr ParseShape(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); ParsedTfOperationPtr ParseSqueeze(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); ParsedTfOperationPtr ParseSigmoid(const tensorflow::NodeDef& nodeDef, const tensorflow::GraphDef& graphDef); -- cgit v1.2.1