From cdc0149ffe40f14ff4695149d9bdf551f8e07702 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 9 Jun 2020 18:00:20 +0100 Subject: IVGCVSW-4928 Introduce "ShapeInferenceMethod" Option. Signed-off-by: Teresa Charlin Change-Id: I70ef1a9f3cefa1d4cf9220f0e13131d11e7c6418 --- src/armnn/Graph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/Graph.hpp') diff --git a/src/armnn/Graph.hpp b/src/armnn/Graph.hpp index ae2d1ee550..9673df49a0 100644 --- a/src/armnn/Graph.hpp +++ b/src/armnn/Graph.hpp @@ -200,7 +200,7 @@ public: void SubstituteSubgraph(SubgraphView& subgraph, IConnectableLayer* substituteLayer); void SubstituteSubgraph(SubgraphView& subgraph, const SubgraphView& substituteSubgraph); - void InferTensorInfos(); + void InferTensorInfos(ShapeInferenceMethod shapeInferenceMethod = ShapeInferenceMethod::ValidateOnly); void AttachObservable(IGraphObservable* const observable, GraphEvent notifyOnEvent) { m_Views[notifyOnEvent].emplace_back(observable); -- cgit v1.2.1