aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/StaticRangeVisitor.hpp
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-02-18 12:47:35 +0000
committerFerran Balaguer Arm <ferran.balaguer@arm.com>2019-02-21 09:29:28 +0000
commit5324782821dce525cf7c1636c659f998fae2fb85 (patch)
treed2741cc53c87eee4cd7602fab34cd1f29909f7bc /src/armnn/StaticRangeVisitor.hpp
parent23e1de6a75feee81db67034cebf0e92b4d2ac161 (diff)
downloadarmnn-5324782821dce525cf7c1636c659f998fae2fb85.tar.gz
IVGCVSW-2613 Support static quantization of BatchToSpace
Change-Id: I44b12c5c246b7aacc789420dbe55a16efaab6f98
Diffstat (limited to 'src/armnn/StaticRangeVisitor.hpp')
-rw-r--r--src/armnn/StaticRangeVisitor.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/armnn/StaticRangeVisitor.hpp b/src/armnn/StaticRangeVisitor.hpp
index 1002c860a5..5a16e184d6 100644
--- a/src/armnn/StaticRangeVisitor.hpp
+++ b/src/armnn/StaticRangeVisitor.hpp
@@ -95,6 +95,10 @@ public:
const StridedSliceDescriptor& stridedSliceDescriptor,
const char* name = nullptr) override;
+ void VisitBatchToSpaceNdLayer(const IConnectableLayer* layer,
+ const BatchToSpaceNdDescriptor& batchToSpaceNdDescriptor,
+ const char* name = nullptr) override;
+
private:
/// Set the range for an output slot on a layer
void SetRange(const IConnectableLayer* layer, unsigned int outputIdx, float min, float max);