Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DReshape.cpp98 const int rightBPadding = rightPaddings[0]; in padGeneric() local
121 for (int outB = leftBPadding; outB < outputBatch - rightBPadding; ++outB) { in padGeneric()
168 if (rightBPadding != 0) { in padGeneric()
170 outputData + tflite::Offset(extOutputShape, outputBatch - rightBPadding, 0, 0, 0), in padGeneric()
171 padValue, rightBPadding * outputHeight * outputWidth * outputDepth); in padGeneric()