/external/ComputeLibrary/src/core/CL/cl_kernels/ |
D | instance_normalization.cl | 79 …INTERNAL_DATA_TYPE data = (INTERNAL_DATA_TYPE) * ((__global DATA_TYPE *)tensor4D_offset(&in, ch, i… 102 …data = CONVERT(VLOAD(VEC_SIZE)(0, (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch)), VE… 109 …INTERNAL_DATA_TYPE data = (INTERNAL_DATA_TYPE)(*((__global DATA_TYPE *)tensor4D_offset(&in, x, y, … 145 …__global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, ch, i_w, i_h, batch… 149 …__global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, ch, i_w, i_h, bat… 161 … __global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch); 165 … __global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, x, y, ch, batch); 179 … __global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch); 183 … __global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, x, y, ch, batch);
|
D | gather.cl | 76 __global const uchar *input_addr = tensor4D_offset(&input, index, py, pz, pw); 79 __global const uchar *input_addr = tensor4D_offset(&input, px, index, pz, pw); 82 __global const uchar *input_addr = tensor4D_offset(&input, px, py, index, pw); 85 __global const uchar *input_addr = tensor4D_offset(&input, px, py, pz, index);
|
D | scale_quantized.cl | 155 …int4 ins = (int4)(*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamp… 156 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1_), convert_i… 157 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x_), convert_in… 158 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1), convert_in…
|
D | scale.cl | 204 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), … 271 …float4 ins = (float4)(*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(c… 272 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1_), convert_i… 273 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x_), convert_in… 274 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1), convert_in…
|
D | tile.cl | 80 … input.ptr = tensor4D_offset(&input, x_input, y % SRC_HEIGHT, z % SRC_DEPTH, batch % SRC_BATCHES); 92 …input.ptr = tensor4D_offset(&input, x % SRC_WIDTH, y % SRC_HEIGHT, z % SRC_DEPTH, batch % SRC_BATC…
|
D | batch_to_space.cl | 79 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, w)) = *((__global DATA_TYPE *)in.pt… 133 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, w)) = *((__global DATA_TYPE *)in.pt… 183 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, w)) = *((__global DATA_TYPE *)in.pt… 230 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, w)) = *((__global DATA_TYPE *)in.pt…
|
D | depth_to_space.cl | 67 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, batch_id)) = *((__global DATA_TYPE … 109 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, batch_id)) = *((__global DATA_TYPE …
|
D | space_to_depth.cl | 67 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, bat… 109 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, bat…
|
D | space_to_batch.cl | 93 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, w)); 162 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, w)); 221 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, w)); 277 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, w));
|
D | permute.cl | 72 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_index[0], out_index[1], out_index[2], out_index[…
|
D | reverse.cl | 100 …*((__global DATA_TYPE *)tensor4D_offset(&dst, x_out, y_out, z_out, w_out)) = *((__global DATA_TYPE…
|
D | reduction_operation.cl | 452 …res = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, 0)), VEC_DATA_TYPE… 466 …in = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, w)), VEC_DATA_TYPE(…
|
D | arg_min_max.cl | 430 …res = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, 0)), VEC_DATA_TYPE… 437 …in = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, w)), VEC_DATA_TYPE(…
|
D | helpers.h | 850 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) in tensor4D_offset() function
|
D | winograd_output_transform.cl | 75 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0); 229 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0); 462 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0); 688 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0); 977 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0); 1209 const __global uchar *src_addr = tensor4D_offset(&src, 0, 0, 0, 0);
|
/external/ComputeLibrary/build/android-arm64v8a/src/core/CL/cl_kernels/ |
D | instance_normalization.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1545 …INTERNAL_DATA_TYPE data = (INTERNAL_DATA_TYPE) * ((__global DATA_TYPE *)tensor4D_offset(&in, ch, i… 1568 …data = CONVERT(VLOAD(VEC_SIZE)(0, (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch)), VE… 1575 …INTERNAL_DATA_TYPE data = (INTERNAL_DATA_TYPE)(*((__global DATA_TYPE *)tensor4D_offset(&in, x, y, … 1611 …__global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, ch, i_w, i_h, batch… 1615 …__global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, ch, i_w, i_h, bat… 1627 … __global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch); 1631 … __global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, x, y, ch, batch); 1645 … __global DATA_TYPE *input_address = (__global DATA_TYPE *)tensor4D_offset(&in, x, y, ch, batch); 1649 … __global DATA_TYPE *output_address = (__global DATA_TYPE *)tensor4D_offset(&out, x, y, ch, batch);
|
D | gather.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1542 __global const uchar *input_addr = tensor4D_offset(&input, index, py, pz, pw); 1545 __global const uchar *input_addr = tensor4D_offset(&input, px, index, pz, pw); 1548 __global const uchar *input_addr = tensor4D_offset(&input, px, py, index, pw); 1551 __global const uchar *input_addr = tensor4D_offset(&input, px, py, pz, index);
|
D | batch_to_space.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1545 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, w)) = *((__global DATA_TYPE *)in.pt… 1599 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, w)) = *((__global DATA_TYPE *)in.pt… 1649 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, w)) = *((__global DATA_TYPE *)in.pt… 1696 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, w)) = *((__global DATA_TYPE *)in.pt…
|
D | space_to_batch.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1559 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, w)); 1628 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, w)); 1687 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, w)); 1743 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, w));
|
D | scale.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 2948 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 3273 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), … 3340 …float4 ins = (float4)(*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(c… 3341 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1_), convert_i… 3342 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x_), convert_in… 3343 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1), convert_in…
|
D | depth_to_space.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1533 …*((__global DATA_TYPE *)tensor4D_offset(&out, out_x, out_y, z, batch_id)) = *((__global DATA_TYPE … 1575 …*((__global DATA_TYPE *)tensor4D_offset(&out, z, out_x, out_y, batch_id)) = *((__global DATA_TYPE …
|
D | tile.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1546 … input.ptr = tensor4D_offset(&input, x_input, y % SRC_HEIGHT, z % SRC_DEPTH, batch % SRC_BATCHES); 1558 …input.ptr = tensor4D_offset(&input, x % SRC_WIDTH, y % SRC_HEIGHT, z % SRC_DEPTH, batch % SRC_BATC…
|
D | space_to_depth.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1533 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, in_x, in_y, z, bat… 1575 …*((__global DATA_TYPE *)out.ptr) = *((__global DATA_TYPE *)tensor4D_offset(&in, z, in_x, in_y, bat…
|
D | scale_quantized.clembed | 1486 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 3516 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 4306 …int4 ins = (int4)(*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamp… 4307 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1_), convert_i… 4308 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x_), convert_in… 4309 …*((__global DATA_TYPE *)tensor4D_offset(&in, get_global_id(0), convert_int(clamped_x1), convert_in…
|
D | arg_min_max.clembed | 1460 inline __global const uchar *tensor4D_offset(const Tensor4D *tensor, int x, int y, int z, int w) 1896 …res = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, 0)), VEC_DATA_TYPE… 1903 …in = CONVERT(vload16(0, (__global DATA_TYPE *)tensor4D_offset(&input, 0, 0, 0, w)), VEC_DATA_TYPE(…
|