Home
last modified time | relevance | path

Searched refs:SetShapeInferenceMethod (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/armnn/tests/ExecuteNetwork/
H A DExecuteNetworkParams.cpp145 optimizerOptions.SetShapeInferenceMethod(armnn::ShapeInferenceMethod::ValidateOnly); in ToDelegateOptions()
148 optimizerOptions.SetShapeInferenceMethod(armnn::ShapeInferenceMethod::InferAndValidate); in ToDelegateOptions()
H A DArmNNExecutor.cpp525 options.SetShapeInferenceMethod(m_Params.m_InferOutputShape ? in OptimizeNetwork()
/aosp_15_r20/external/armnn/src/armnn/test/
H A DShapeInferenceTests.cpp86 layer->SetShapeInferenceMethod(ShapeInferenceMethod::ValidateOnly); in RunShapeInferenceTest()
90 layer->SetShapeInferenceMethod(ShapeInferenceMethod::InferAndValidate); in RunShapeInferenceTest()
609 layer->SetShapeInferenceMethod(ShapeInferenceMethod::InferAndValidate);
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DLayerCloneBase.hpp21 layer->SetShapeInferenceMethod(m_ShapeInferenceMethod); in CloneBase()
/aosp_15_r20/external/armnn/src/armnn/
H A DLayer.hpp344 void SetShapeInferenceMethod(ShapeInferenceMethod shapeInferenceMethod) in SetShapeInferenceMethod() function in armnn::Layer
H A DGraph.hpp462 layer->SetShapeInferenceMethod(m_ShapeInferenceMethod); in AddLayer()
H A DNetwork.cpp140 void OptimizerOptionsOpaque::SetShapeInferenceMethod(armnn::ShapeInferenceMethod ShapeInferenceMeth… in SetShapeInferenceMethod() function in armnn::OptimizerOptionsOpaque
/aosp_15_r20/external/armnn/include/armnn/
H A DINetwork.hpp313 void SetShapeInferenceMethod(armnn::ShapeInferenceMethod ShapeInferenceMethodType);
/aosp_15_r20/external/armnn/tests/
H A DInferenceModel.hpp462 options.SetShapeInferenceMethod(params.m_InferOutputShape ? in InferenceModel()