/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | ctstring_internal.h | 387 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 D | convert_channels_to_width_packed.glsl | 28 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 D | convert_channels_to_height_packed.glsl | 28 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 D | flip.glsl | 65 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 D | sum_dim.glsl | 44 // src_c = pos.z 57 // src_c = channel 71 // src_c = pos.y
|
H A D | mean_dim.glsl | 44 // src_c = pos.z 57 // src_c = channel 71 // src_c = pos.y
|
H A D | sum_dim_keepdim.glsl | 39 // src_c = pos.z 51 // src_c = channel
|
H A D | mean_dim_keepdim.glsl | 39 // src_c = pos.z 51 // src_c = channel
|
/aosp_15_r20/external/libvpx/test/ |
H A D | pp_filter_test.cc | 244 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 D | flip.glsl | 66 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 D | interception_win.cc | 177 *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 D | rs_allocation.c | 58 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 D | scale.cl | 45 …* @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 D | dwc_native_fp_nhwc.cl | 62 …* @param[in] src_c The size of the channels dimension of the source t…
|
H A D | transposed_convolution.cl | 72 …* @param[in] src_c The size of the channels (IFM) dimension of the so…
|
H A D | direct_convolution.cl | 74 …* @param[in] src_c The size of the channels dimension of the source t…
|
H A D | dwc_native_quantized_nhwc.cl | 85 …* @param[in] src_c The size of the channels dimension of …
|
H A D | indirect_convolution.cl | 131 …* @param[in] src_c The size of the channels dimension of the source t…
|