Searched refs:spatialOffset (Results 1 – 1 of 1) sorted by relevance
71 const unsigned int spatialOffset = inBatch / outputBatchSize; in BatchToSpaceNd() local74 … const unsigned int outH = inH * blockShapeHeight + spatialOffset / blockShapeWidth - cropsTop; in BatchToSpaceNd()82 … const unsigned int outW = inW * blockShapeWidth + spatialOffset % blockShapeWidth - cropsLeft; in BatchToSpaceNd()