Searched refs:SetShapeInferenceMethod (Results 1 – 9 of 9) sorted by relevance
145 optimizerOptions.SetShapeInferenceMethod(armnn::ShapeInferenceMethod::ValidateOnly); in ToDelegateOptions()148 optimizerOptions.SetShapeInferenceMethod(armnn::ShapeInferenceMethod::InferAndValidate); in ToDelegateOptions()
525 options.SetShapeInferenceMethod(m_Params.m_InferOutputShape ? in OptimizeNetwork()
86 layer->SetShapeInferenceMethod(ShapeInferenceMethod::ValidateOnly); in RunShapeInferenceTest()90 layer->SetShapeInferenceMethod(ShapeInferenceMethod::InferAndValidate); in RunShapeInferenceTest()609 layer->SetShapeInferenceMethod(ShapeInferenceMethod::InferAndValidate);
21 layer->SetShapeInferenceMethod(m_ShapeInferenceMethod); in CloneBase()
344 void SetShapeInferenceMethod(ShapeInferenceMethod shapeInferenceMethod) in SetShapeInferenceMethod() function in armnn::Layer
462 layer->SetShapeInferenceMethod(m_ShapeInferenceMethod); in AddLayer()
140 void OptimizerOptionsOpaque::SetShapeInferenceMethod(armnn::ShapeInferenceMethod ShapeInferenceMeth… in SetShapeInferenceMethod() function in armnn::OptimizerOptionsOpaque
313 void SetShapeInferenceMethod(armnn::ShapeInferenceMethod ShapeInferenceMethodType);
462 options.SetShapeInferenceMethod(params.m_InferOutputShape ? in InferenceModel()