Lines Matching refs:outputDepth
370 uint32_t outputDepth = getSizeOfDimension(outputShape, 3); in convQuant8PerChannelNhwc() local
375 auto realMultiplier = std::vector<double>(outputDepth, .0f); in convQuant8PerChannelNhwc()
376 auto outputMultiplier = std::vector<int32_t>(outputDepth, 0); in convQuant8PerChannelNhwc()
377 auto outputShift = std::vector<int32_t>(outputDepth, .0f); in convQuant8PerChannelNhwc()
379 for (int i = 0; i < outputDepth; ++i) { in convQuant8PerChannelNhwc()
401 for (uint32_t d = 0; d < outputDepth; d++) { in convQuant8PerChannelNhwc()
435 outPtr += outputDepth; in convQuant8PerChannelNhwc()
463 uint32_t outputDepth = getSizeOfDimension(outputShape, 3); in convQuant8PerChannelNhwc() local
468 auto realMultiplier = std::vector<double>(outputDepth, .0f); in convQuant8PerChannelNhwc()
469 auto outputMultiplier = std::vector<int32_t>(outputDepth, 0); in convQuant8PerChannelNhwc()
470 auto outputShift = std::vector<int32_t>(outputDepth, .0f); in convQuant8PerChannelNhwc()
472 for (int i = 0; i < outputDepth; ++i) { in convQuant8PerChannelNhwc()