Searched defs:readHeight (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonLayerTests.cpp | 400 …unsigned int readHeight = (inHeight + descriptor.m_PadTop + descriptor.m_PadBottom) - (filterHeigh… in CreateOutputTensorInfo() local
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | DepthwiseConvolution2dLayer.cpp | 87 …unsigned int readHeight = (inputHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilter… in InferOutputShapes() local
|
H A D | Convolution2dLayer.cpp | 89 …unsigned int readHeight = (inHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilterHeigh… in InferOutputShapes() local
|
H A D | Convolution3dLayer.cpp | 89 …unsigned int readHeight = (inHeight + m_Param.m_PadTop + m_Param.m_PadBottom) - dilatedFilterHeigh… in InferOutputShapes() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 117 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthstencilFormat, GLint rea… in initDefaultFBO()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 89 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthstencilFormat, GLint rea… in initDefaultFBO()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 1201 EGLint width, height, readWidth, readHeight; in eglMakeCurrent() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2291 …GLuint readWidth, GLint readHeight, GLint readColorFormat, GLint readDepthStencilFormat, GLint rea… in initDefaultFBO()
|