Lines Matching refs:dimensions
86 HEXAGON_SOFT_ASSERT_NE(getPadding(inShape.dimensions[2], inShape.dimensions[1], in pool()
97 nn::calculateExplicitPadding(inShape.dimensions[2], stride_width, filter_width, in pool()
99 nn::calculateExplicitPadding(inShape.dimensions[1], stride_height, filter_height, in pool()
180 getPadding(inputShape.dimensions[2], inputShape.dimensions[1], stride_width, in conv_2d()
181 stride_height, filterShape.dimensions[2], filterShape.dimensions[1], in conv_2d()
189 nn::calculateExplicitPadding(inputShape.dimensions[2], stride_width, in conv_2d()
190 filterShape.dimensions[2], padding_implicit, &padding_left, in conv_2d()
192 nn::calculateExplicitPadding(inputShape.dimensions[1], stride_height, in conv_2d()
193 filterShape.dimensions[1], padding_implicit, &padding_top, in conv_2d()
240 getPadding(inputShape.dimensions[2], inputShape.dimensions[1], stride_width, in depthwise_conv_2d()
241 stride_height, filterShape.dimensions[2], filterShape.dimensions[1], in depthwise_conv_2d()
250 nn::calculateExplicitPadding(inputShape.dimensions[2], stride_width, in depthwise_conv_2d()
251 filterShape.dimensions[2], padding_implicit, &padding_left, in depthwise_conv_2d()
253 nn::calculateExplicitPadding(inputShape.dimensions[1], stride_height, in depthwise_conv_2d()
254 filterShape.dimensions[1], padding_implicit, &padding_top, in depthwise_conv_2d()