Searched refs:inShape (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonOperationsCheck.cpp | 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 [all …]
|