Home
last modified time | relevance | path

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

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