Lines Matching refs:inShape
63 const Shape inShape = model->getShape(ins[0]); in pool() local
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()
106 genericPoolingPrepare(inShape, padding_left, padding_right, padding_top, padding_bottom, in pool()
316 const Shape inShape = model->getShape(ins[0]); in local_response_normalization() local
318 HEXAGON_SOFT_ASSERT(genericNormalizationPrepare(inShape, &outShape), "Error getting shape"); in local_response_normalization()
331 const Shape inShape = model->getShape(ins[0]); in activation() local
333 HEXAGON_SOFT_ASSERT(genericActivationPrepare(inShape, &outShape), "Error getting shape"); in activation()
376 const Shape inShape = model->getShape(ins[0]); in reshape() local
383 HEXAGON_SOFT_ASSERT(reshapePrepare(inShape, targetShapePtr, targetShapeNumElem, &outShape), in reshape()
401 const Shape inShape = model->getShape(ins[0]); in resize_bilinear() local
403 HEXAGON_SOFT_ASSERT(resizeBilinearPrepare(inShape, width, height, &outShape), in resize_bilinear()