Home
last modified time | relevance | path

Searched refs:GetShapeInferenceMethod (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DNetwork.cpp98 p_OptimizerOptionsImpl->m_shapeInferenceMethod = other.GetShapeInferenceMethod(); in operator =()
200 armnn::ShapeInferenceMethod OptimizerOptionsOpaque::GetShapeInferenceMethod() const in GetShapeInferenceMethod() function in armnn::OptimizerOptionsOpaque
1837 if(options.GetShapeInferenceMethod() == ShapeInferenceMethod::InferAndValidate) in Optimize()
1847 if(options.GetShapeInferenceMethod() == ShapeInferenceMethod::ValidateOnly) in Optimize()
2014 bool NetworkImpl::GetShapeInferenceMethod() in GetShapeInferenceMethod() function in armnn::NetworkImpl
2044 m_Graph(std::make_unique<Graph>(GetShapeInferenceMethod(), GetAllowExpandedDims())) in NetworkImpl()
H A DNetwork.hpp241 bool GetShapeInferenceMethod();
H A DLayer.hpp242 ShapeInferenceMethod GetShapeInferenceMethod() const { return m_ShapeInferenceMethod; }; in GetShapeInferenceMethod() function in armnn::Layer
H A DLayer.cpp99 if (GetOwningLayer().GetShapeInferenceMethod() == ShapeInferenceMethod::InferAndValidate) in IsTensorInfoSet()
/aosp_15_r20/external/armnn/include/armnn/
H A DINetwork.hpp299 armnn::ShapeInferenceMethod GetShapeInferenceMethod() const;