Release 18.08
[platform/upstream/armnn.git] / src / armnn / layers / ResizeBilinearLayer.hpp
index 2cefedb..e6798ce 100644 (file)
@@ -18,6 +18,7 @@ public:
     ResizeBilinearLayer* Clone(Graph& graph) const override;
 
     void ValidateTensorShapesFromInputs() override;
+    std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
 
 protected:
     ResizeBilinearLayer(const ResizeBilinearDescriptor& param, const char* name);