Searched refs:dstLinearIndex (Results 1 – 2 of 2) sorted by relevance
73 uint64_t dstLinearIndex = dstIndices.front(); in matchAndRewrite() local75 dstLinearIndex = dstLinearIndex * outputShape[dim] + dstIndices[dim]; in matchAndRewrite()77 outputValues[dstLinearIndex] = attrValues[srcIndices]; in matchAndRewrite()
169 uint64_t dstLinearIndex = 0; in matchAndRewrite() local196 dstLinearIndex = dstIndices.front(); in matchAndRewrite()201 dstLinearIndex = dstLinearIndex * outputShape[dim] + dstIndices[dim]; in matchAndRewrite()228 fpOutputValues[dstLinearIndex] = *computeFn(computeFnInputs).apFloat; in matchAndRewrite()249 intOutputValues[dstLinearIndex] = *computeFn(computeFnInputs).apInt; in matchAndRewrite()