Lines Matching defs:outputShape
22 armnn::TensorShape outputShape = ExpandDims(inputShape, 0); variable
35 armnn::TensorShape outputShape = ExpandDims(inputShape, 1); variable
48 armnn::TensorShape outputShape = ExpandDims(inputShape, 2); variable
61 armnn::TensorShape outputShape = ExpandDims(inputShape, 3); variable
74 armnn::TensorShape outputShape = ExpandDims(inputShape, -1); variable
87 armnn::TensorShape outputShape = ExpandDims(inputShape, -2); variable
100 armnn::TensorShape outputShape = ExpandDims(inputShape, -3); variable
113 armnn::TensorShape outputShape = ExpandDims(inputShape, -4); variable
142 armnn::TensorShape outputShape = ExpandDimsToRank(inputShape, 4); variable
155 armnn::TensorShape outputShape = ExpandDimsToRank(inputShape, 4); variable
168 armnn::TensorShape outputShape = ExpandDimsToRank(inputShape, 4); variable
181 armnn::TensorShape outputShape = ExpandDimsToRank(inputShape, 2); variable
202 armnn::TensorShape outputShape = ReduceDims(inputShape, 2); variable
213 armnn::TensorShape outputShape = ReduceDims(inputShape, 1); variable
246 armnn::TensorShape outputShape = ReduceDims(inputShape, 4); variable