/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | convolution_depthwise_int8_coder.cc | 31 MS_CHECK_RET_CODE(InitBuffer(context), "dwconvolution do init buffer failed"); in Prepare() 35 int ConvolutionDepthwiseINT8Coder::InitBuffer(CoderContext *const context) { in InitBuffer() function in mindspore::lite::micro::ConvolutionDepthwiseINT8Coder
|
D | convolution_depthwise_int8_coder.h | 38 int InitBuffer(CoderContext *const context);
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | convolution_depthwise_int8.cc | 137 int ConvolutionDepthwiseInt8CPUKernel::InitBuffer() { in InitBuffer() function in mindspore::kernel::ConvolutionDepthwiseInt8CPUKernel 148 auto ret = InitBuffer(); in Run()
|
D | convolution_depthwise_int8.h | 41 int InitBuffer();
|
D | convolution_depthwise_3x3_int8.h | 41 int InitBuffer();
|
D | deconvolution_depthwise_int8.h | 39 int InitBuffer();
|
D | convolution_depthwise_3x3_int8.cc | 161 int ConvolutionDepthwise3x3Int8CPUKernel::InitBuffer() { in InitBuffer() function in mindspore::kernel::ConvolutionDepthwise3x3Int8CPUKernel 173 auto ret = InitBuffer(); in Run()
|
D | deconvolution_depthwise_int8.cc | 98 int DeconvolutionDepthwiseInt8CPUKernel::InitBuffer() { in InitBuffer() function in mindspore::kernel::DeconvolutionDepthwiseInt8CPUKernel 190 auto ret = InitBuffer(); in Run()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.cpp | 392 BYTE* InitBuffer = nullptr; in DrawMouse() local 424 &PtrTop, &InitBuffer, &Box); in DrawMouse() 428 &PtrTop, &InitBuffer, &Box); in DrawMouse() 436 if (InitBuffer) in DrawMouse() 437 delete[] InitBuffer; in DrawMouse() 460 ptr_info_.PtrShapeBuffer : InitBuffer; in DrawMouse() 530 if (InitBuffer) in DrawMouse() 531 delete[] InitBuffer; in DrawMouse() 1309 INT* PtrHeight, INT* PtrLeft, INT* PtrTop, BYTE** InitBuffer, in ProcessMonoMask() argument 1393 *InitBuffer = new BYTE[*PtrWidth * *PtrHeight * BPP]; in ProcessMonoMask() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | GLSLTest.cpp | 9419 void InitBuffer(GLuint program, in InitBuffer() function 9734 InitBuffer(program, "Ubo140c", uboStd140ColMajor, 0, dataStd140ColMajor, sizeStd140ColMajor, in TEST_P() 9736 InitBuffer(program, "Ubo140r", uboStd140RowMajor, 1, dataStd140RowMajor, sizeStd140RowMajor, in TEST_P() 9738 InitBuffer(program, "Ssbo140c", ssboStd140ColMajor, 0, dataStd140ColMajor, sizeStd140ColMajor, in TEST_P() 9740 InitBuffer(program, "Ssbo140r", ssboStd140RowMajor, 1, dataStd140RowMajor, sizeStd140RowMajor, in TEST_P() 9742 InitBuffer(program, "Ssbo430c", ssboStd430ColMajor, 2, dataStd430ColMajor, sizeStd430ColMajor, in TEST_P() 9744 InitBuffer(program, "Ssbo430r", ssboStd430RowMajor, 3, dataStd430RowMajor, sizeStd430RowMajor, in TEST_P() 9746 InitBuffer(program, "Ssbo140cOut", ssboStd140ColMajorOut, 4, dataZeros, sizeStd140ColMajor, in TEST_P() 9748 InitBuffer(program, "Ssbo140rOut", ssboStd140RowMajorOut, 5, dataZeros, sizeStd140RowMajor, in TEST_P() 9750 InitBuffer(program, "Ssbo430cOut", ssboStd430ColMajorOut, 6, dataZeros, sizeStd430ColMajor, in TEST_P() [all …]
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | ByteBuffer.cs | 88 InitBuffer(); in ByteArrayAllocator() 103 InitBuffer(); in GrowFront() 113 private void InitBuffer() in InitBuffer() method in FlatBuffers.ByteArrayAllocator
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 333 void InitBuffer(deqp::Context& context, glw::GLenum internal_format, glw::GLuint buffer_id); 985 void Texture::InitBuffer(deqp::Context& context, glw::GLenum internal_format, glw::GLuint buffer_id) in InitBuffer() function in gl4cts::MultiBind::Texture 2765 texture[i].InitBuffer(m_context, GL_RGBA8, buffer.m_id); in iterate() 3091 texture[i].InitBuffer(m_context, GL_RGBA8, buffer.m_id); in iterate() 3774 texture[i].InitBuffer(m_context, GL_R32UI, texture_buffer.m_id); in iterate() 4025 texture[i].InitBuffer(m_context, GL_R32UI, texture_buffer.m_id); in iterate()
|