Lines Matching refs:outputDepth
371 uint32_t outputDepth = getSizeOfDimension(outputShape, 3); in convQuant8PerChannelNhwc() local
376 auto realMultiplier = std::vector<double>(outputDepth, .0f); in convQuant8PerChannelNhwc()
377 auto outputMultiplier = std::vector<int32_t>(outputDepth, 0); in convQuant8PerChannelNhwc()
378 auto outputShift = std::vector<int32_t>(outputDepth, .0f); in convQuant8PerChannelNhwc()
380 for (int i = 0; i < outputDepth; ++i) { in convQuant8PerChannelNhwc()
402 for (uint32_t d = 0; d < outputDepth; d++) { in convQuant8PerChannelNhwc()
436 outPtr += outputDepth; in convQuant8PerChannelNhwc()
464 uint32_t outputDepth = getSizeOfDimension(outputShape, 3); in convQuant8PerChannelNhwc() local
469 auto realMultiplier = std::vector<double>(outputDepth, .0f); in convQuant8PerChannelNhwc()
470 auto outputMultiplier = std::vector<int32_t>(outputDepth, 0); in convQuant8PerChannelNhwc()
471 auto outputShift = std::vector<int32_t>(outputDepth, .0f); in convQuant8PerChannelNhwc()
473 for (int i = 0; i < outputDepth; ++i) { in convQuant8PerChannelNhwc()