Lines Matching refs:inputShape
158 const Shape inputShape = model->getShape(ins[0]); in conv_2d() local
180 getPadding(inputShape.dimensions[2], inputShape.dimensions[1], stride_width, in conv_2d()
189 nn::calculateExplicitPadding(inputShape.dimensions[2], stride_width, in conv_2d()
192 nn::calculateExplicitPadding(inputShape.dimensions[1], stride_height, in conv_2d()
200 convPrepare(inputShape, filterShape, biasShape, padding_left, padding_right, padding_top, in conv_2d()
218 const Shape inputShape = model->getShape(ins[0]); in depthwise_conv_2d() local
240 getPadding(inputShape.dimensions[2], inputShape.dimensions[1], stride_width, in depthwise_conv_2d()
250 nn::calculateExplicitPadding(inputShape.dimensions[2], stride_width, in depthwise_conv_2d()
253 nn::calculateExplicitPadding(inputShape.dimensions[1], stride_height, in depthwise_conv_2d()
261 depthwiseConvPrepare(inputShape, filterShape, biasShape, padding_left, padding_right, in depthwise_conv_2d()
279 const Shape inputShape = model->getShape(ins[0]); in dequantize() local
282 HEXAGON_SOFT_ASSERT(dequantizePrepare(inputShape, &outShape), "Error getting shape"); in dequantize()
295 const Shape inputShape = model->getShape(ins[0]); in fully_connected() local
299 HEXAGON_SOFT_ASSERT(fullyConnectedPrepare(inputShape, weightsShape, biasShape, &outShape), in fully_connected()