Searched refs:paddedHeight (Results 1 – 2 of 2) sorted by relevance
576 uint32_t paddedHeight = paddingsData[0] + height + paddingsData[1]; in spaceToBatchPrepare() local579 NN_OPS_CHECK(paddedHeight % blockSizeData[0] == 0); in spaceToBatchPrepare()584 paddedHeight / blockSizeData[0], paddedWidth / blockSizeData[1], in spaceToBatchPrepare()
239 auto paddedHeight = op->inputs[0]->dimensions[heightIndex] + in spaceToBatchConstructor() local248 auto outHeight = paddedHeight.exactDiv(blockHeight); in spaceToBatchConstructor()