Home
last modified time | relevance | path

Searched refs:paddedWidth (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp577 uint32_t paddedWidth = paddingsData[2] + width + paddingsData[3]; in spaceToBatchPrepare() local
580 NN_OPS_CHECK(paddedWidth % blockSizeData[1] == 0); in spaceToBatchPrepare()
584 paddedHeight / blockSizeData[0], paddedWidth / blockSizeData[1], in spaceToBatchPrepare()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp241 auto paddedWidth = op->inputs[0]->dimensions[widthIndex] + in spaceToBatchConstructor() local
249 auto outWidth = paddedWidth.exactDiv(blockWidth); in spaceToBatchConstructor()