Searched refs:widthOutput (Results 1 – 10 of 10) sorted by relevance
/external/armnn/src/backends/reference/workloads/ |
D | Pooling2d.cpp | 156 const int widthOutput = armnn::numeric_cast<int>(outputInfo.GetShape()[widthIndex]); in Pooling2d() local 199 for (int xOutput = 0; xOutput < widthOutput; xOutput++) in Pooling2d() 225 outputIndex = n * heightOutput * widthOutput * channels + in Pooling2d() 226 yOutput * widthOutput * channels + in Pooling2d() 232 outputIndex = n * heightOutput * widthOutput * channels + in Pooling2d() 233 c * heightOutput * widthOutput + in Pooling2d() 234 yOutput * widthOutput + in Pooling2d() 284 outputIndex = n * heightOutput * widthOutput * channels + in Pooling2d() 285 yOutput * widthOutput * channels + in Pooling2d() 291 outputIndex = n * heightOutput * widthOutput * channels + in Pooling2d() [all …]
|
D | Pooling3d.cpp | 191 const int widthOutput = armnn::numeric_cast<int>(outputInfo.GetShape()[widthIndex]); in Pooling3d() local 255 for (int xOutput = 0; xOutput < widthOutput; xOutput++) in Pooling3d() 281 … int outputIndex = CalculateIndex(channels, depthOutput, heightOutput, widthOutput, in Pooling3d() 316 … int outputIndex = CalculateIndex(channels, depthOutput, heightOutput, widthOutput, in Pooling3d()
|
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/vp/hal/packet/ |
D | vp_render_sfc_xe2_lpm_base.cpp | 505 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh… in GetSfdLineBufferSize() argument 512 size = (widthOutput * SFC_SFD_LINEBUFFER_SIZE_PER_PIXEL) * 2; //for both line and row in GetSfdLineBufferSize() 520 …size = SfcRenderBase::GetSfdLineBufferSize(lineTiledBuffer, formatOutput, widthOutput, heightOutpu… in GetSfdLineBufferSize()
|
D | vp_render_sfc_xe2_lpm_base.h | 104 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh…
|
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/vp/hal/packet/ |
D | vp_render_sfc_xe_lpm_plus_base.h | 113 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh…
|
D | vp_render_sfc_xe_lpm_plus_base.cpp | 576 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh… in GetSfdLineBufferSize() argument 583 size = (widthOutput * SFC_SFD_LINEBUFFER_SIZE_PER_PIXEL) * 2; //for both line and row in GetSfdLineBufferSize() 591 …size = SfcRenderBase::GetSfdLineBufferSize(lineTiledBuffer, formatOutput, widthOutput, heightOutpu… in GetSfdLineBufferSize()
|
/external/intel-media-driver/media_driver/media_softlet/agnostic/common/vp/hal/packet/ |
D | vp_render_sfc_base_legacy.h | 295 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh…
|
D | vp_render_sfc_base_legacy.cpp | 1138 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh… in GetSfdLineBufferSize() argument 1151 size = MOS_ROUNDUP_DIVIDE(widthOutput, 10) * SFC_CACHELINE_SIZE_IN_BYTES; in GetSfdLineBufferSize()
|
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/ |
D | vp_render_sfc_base.h | 409 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh…
|
D | vp_render_sfc_base.cpp | 1338 …LineBufferSize(bool lineTiledBuffer, MOS_FORMAT formatOutput, uint32_t widthOutput, uint32_t heigh… in GetSfdLineBufferSize() argument 1351 size = MOS_ROUNDUP_DIVIDE(widthOutput, 10) * SFC_CACHELINE_SIZE_IN_BYTES; in GetSfdLineBufferSize()
|