Searched refs:reshapeOutputTensorShape (Results 1 – 2 of 2) sorted by relevance
2675 const armnn::TensorShape& reshapeOutputTensorShape = reshapeOutputTensorInfo.GetShape(); in ParseReshape() local2680 if (inputs.size() > 1 && !CheckShape(reshapeOutputTensorShape, expectedDims)) in ParseReshape()2684 << reshapeOutputTensorShape in ParseReshape()2693 reshapeDesc.m_TargetShape = reshapeOutputTensorShape; in ParseReshape()
3101 const armnn::TensorShape& reshapeOutputTensorShape = reshapeOutputTensorInfo.GetShape(); in ParseReshape() local3102 if (inputs.size() > 1 && !CheckShape(reshapeOutputTensorShape, outputs[0]->shape)) in ParseReshape()3113 if (!CheckShape(reshapeOutputTensorShape, secondaryReshapeOutputTensorInfo.GetShape())) in ParseReshape()3117 << reshapeOutputTensorShape in ParseReshape()