Home
last modified time | relevance | path

Searched refs:src_c (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dctstring_internal.h387 const char *src_c = TF_TString_GetDataPointer(src); in TF_TString_Append() local
390 TF_TString_AppendN(dst, src_c, size); in TF_TString_Append()
411 const char *src_c = TF_TString_GetDataPointer(src); in TF_TString_Assign() local
414 TF_TString_Copy(dst, src_c, size); in TF_TString_Assign()
418 const char *src_c = TF_TString_GetDataPointer(src); in TF_TString_Assign() local
421 TF_TString_AssignView(dst, src_c, size); in TF_TString_Assign()
444 const char *src_c = TF_TString_GetDataPointer(src); in TF_TString_Move() local
447 TF_TString_AssignView(dst, src_c, size); in TF_TString_Move()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/glsl/
H A Dconvert_channels_to_width_packed.glsl28 int src_c = pos.z % num_c;
33 ivec4(src_n, src_c, src_h, src_base_w),
37 ivec4(src_n, src_c, src_h, src_base_w + 1),
41 ivec4(src_n, src_c, src_h, src_base_w + 2),
45 ivec4(src_n, src_c, src_h, src_base_w + 3),
H A Dconvert_channels_to_height_packed.glsl28 int src_c = pos.z % num_c;
33 ivec4(src_n, src_c, src_base_h, src_w),
37 ivec4(src_n, src_c, src_base_h + 1, src_w),
41 ivec4(src_n, src_c, src_base_h + 2, src_w),
45 ivec4(src_n, src_c, src_base_h + 3, src_w),
H A Dflip.glsl65 uint src_c = uBlock.extents.z - 1 - c;
68 ? prev_src_z - c_div4 + src_c / 4 // Batch and Channel
69 : nc + src_c / 4; // Channel only
70 src_p = src_c % 4;
H A Dsum_dim.glsl44 // src_c = pos.z
57 // src_c = channel
71 // src_c = pos.y
H A Dmean_dim.glsl44 // src_c = pos.z
57 // src_c = channel
71 // src_c = pos.y
H A Dsum_dim_keepdim.glsl39 // src_c = pos.z
51 // src_c = channel
H A Dmean_dim_keepdim.glsl39 // src_c = pos.z
51 // src_c = channel
/aosp_15_r20/external/libvpx/test/
H A Dpp_filter_test.cc244 void RunComparison(const unsigned char *expected_output, unsigned char *src_c, in RunComparison() argument
248 ASSERT_EQ(expected_output[c], src_c[c]) in RunComparison()
251 src_c += src_pitch; in RunComparison()
364 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { in SetRows() argument
366 memset(src_c, r, cols); in SetRows()
367 src_c += src_width; in SetRows()
371 void RunComparison(const unsigned char *expected_output, unsigned char *src_c, in RunComparison() argument
375 ASSERT_EQ(expected_output[r * rows + c], src_c[c]) in RunComparison()
378 src_c += src_pitch; in RunComparison()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/glsl/
H A Dflip.glsl66 uint src_c = out_sizes.z - 1 - c;
69 ? prev_src_z - c4 + src_c / 4 // Batch and Channel
70 : nc + src_c / 4; // Channel only
71 src_p = src_c % 4;
/aosp_15_r20/external/compiler-rt/lib/interception/
H A Dinterception_win.cc177 *src_c = (char*)src; in _memcpy() local
179 dst_c[i] = src_c[i]; in _memcpy()
/aosp_15_r20/frameworks/rs/driver/runtime/
H A Drs_allocation.c58 const char* src_c = (const char*) src; in local_memcpy() local
60 *dst_c++ = *src_c++; in local_memcpy()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/
H A Dscale.cl45 …* @param[in] src_c The size of the channels dimension of the source te…
136 …* @param[in] src_c The size of the channels dimension of the source t…
H A Ddwc_native_fp_nhwc.cl62 …* @param[in] src_c The size of the channels dimension of the source t…
H A Dtransposed_convolution.cl72 …* @param[in] src_c The size of the channels (IFM) dimension of the so…
H A Ddirect_convolution.cl74 …* @param[in] src_c The size of the channels dimension of the source t…
H A Ddwc_native_quantized_nhwc.cl85 …* @param[in] src_c The size of the channels dimension of …
H A Dindirect_convolution.cl131 …* @param[in] src_c The size of the channels dimension of the source t…