Home
last modified time | relevance | path

Searched defs:tmp_buffer (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/fp32/
Ddeconvolution_fp32_wrapper.c39 …float *tmp_buffer = tmp_ori_buffer + task_id * thread_stride * C8NUM * kernel_plane * matmul_param… in DoDeconvFp32() local
44 …float *tmp_buffer = tmp_ori_buffer + task_id * thread_stride * C8NUM * kernel_plane * matmul_param… in DoDeconvFp32() local
65 float *tmp_buffer = args->tmp_buffer_; in DeConvFp32Run() local
/third_party/grpc/src/core/handshaker/http_connect/
Dhttp_connect_handshaker.cc206 SliceBuffer tmp_buffer; in OnReadDoneLocked() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/manager/
Dacl_model_manager.cc520 void *tmp_buffer = svp_acl_get_data_buffer_addr(data_buffer); in UpdateAclInputs() local
574 void *tmp_buffer = svp_acl_get_data_buffer_addr(data_buffer); in UpdateAclOutputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Ddeconvolution.c96 float *tmp_buffer = deconv->tmp_buffer_ + row_c8; in DeConvRun() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32/
Ddeconvolution_fp32.cc165 auto tmp_buffer = tmp_buffer_ + row_c8; in DoDeconv() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx11_query.c269 struct pipe_resource *tmp_buffer = NULL; in gfx11_sh_query_get_result_resource() local
Dsi_query.c1525 struct pipe_resource *tmp_buffer = NULL; in si_query_hw_get_result_resource() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dconv_depthwise_int8.c161 int tmp_buffer[C8NUM]; in ConvDw3x3Int8Window() local
337 int tmp_buffer[8]; in ConvDw3x3Int8BorderPixel() local
504 int tmp_buffer[C8NUM]; in ConvDwInt8BorderPixel() local
574 int tmp_buffer[C8NUM]; in ConvDwInt8Center() local
/third_party/lz4/tests/
Dfuzzer.c1242 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local
1360 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local
/third_party/skia/m133/third_party/externals/libwebp/sharpyuv/
Dsharpyuv.c322 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in DoSharpArgbToYuv() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp4506 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferData() local
4721 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferStorage() local
Dgl3cTransformFeedbackTests.cpp875 glw::GLchar tmp_buffer[256]; in testExtension1() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1593 struct pipe_resource *tmp_buffer = NULL; in r600_query_hw_get_result_resource() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c460 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local
/third_party/ffmpeg/libavcodec/
Dexr.c818 uint16_t tmp_buffer[16]; /* B44 use 4x4 half float pixel */ in b44_uncompress() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_meta_copy_fill_update.c2360 VkBuffer tmp_buffer; in vk_meta_update_buffer() local