Home
last modified time | relevance | path

Searched refs:reshapeOutputTensorShape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp2675 const armnn::TensorShape& reshapeOutputTensorShape = reshapeOutputTensorInfo.GetShape(); in ParseReshape() local
2680 if (inputs.size() > 1 && !CheckShape(reshapeOutputTensorShape, expectedDims)) in ParseReshape()
2684 << reshapeOutputTensorShape in ParseReshape()
2693 reshapeDesc.m_TargetShape = reshapeOutputTensorShape; in ParseReshape()
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp3101 const armnn::TensorShape& reshapeOutputTensorShape = reshapeOutputTensorInfo.GetShape(); in ParseReshape() local
3102 if (inputs.size() > 1 && !CheckShape(reshapeOutputTensorShape, outputs[0]->shape)) in ParseReshape()
3113 if (!CheckShape(reshapeOutputTensorShape, secondaryReshapeOutputTensorInfo.GetShape())) in ParseReshape()
3117 << reshapeOutputTensorShape in ParseReshape()