Home
last modified time | relevance | path

Searched refs:c_stride (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/test/FlattenSchedule/
Dgemm.ll26 %c_stride = mul nsw i32 %i, 3; %nj
27 %c_idx_i = getelementptr inbounds double, double* %C, i32 %c_stride
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c561 uintptr_t y_size, c_stride, c_size, cr_offset, cb_offset; in test_yuv_info() local
584 c_stride = ALIGN(info.stride / 2, 16); in test_yuv_info()
585 c_size = c_stride * height / 2; in test_yuv_info()
599 CHECK(c_stride == info.ycbcr.cstride); in test_yuv_info()
/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions_test.cc963 const int c_stride = 1; in TEST() local
967 (input_cols - patch_cols + 1 + c_stride - 1) / c_stride; in TEST()
981 input, output_backward, patch_rows, patch_cols, r_stride, c_stride); in TEST()
1000 output_j / c_stride < output_cols && in TEST()
1001 output_j % c_stride == 0) { in TEST()
1003 output_backward(b, output_j / c_stride, in TEST()
Dmatmul_op_impl.h358 uint64 c_stride;
368 c_stride = m * n;
461 static_cast<Coefficient>(0.0), c_ptrs[0], n, c_stride,
531 uint64 c_stride;
541 c_stride = m * n;
608 static_cast<Coefficient>(0.0), c_ptrs[0], n, c_stride,
/external/XNNPACK/bench/
Df16-dwconv.cc73 const size_t c_stride = benchmark::utils::RoundUp<size_t>(channels, cr); in DWConvBenchmark() local
84 const size_t w_elements = (kernel_size + 1) * c_stride; in DWConvBenchmark()
Df32-dwconv.cc65 const size_t c_stride = benchmark::utils::RoundUp<size_t>(channels, cr); in DWConvBenchmark() local
76 const size_t w_elements = (kernel_size + 1) * c_stride; in DWConvBenchmark()
/external/XNNPACK/src/operators/
Dconvolution-nhwc.c241 const size_t c_stride = round_up_po2(groups, vmulcaddc_parameters->channel_tile); in create_convolution2d_nhwc() local
242 …t packed_weights_size = ((UINT32_C(1) << log2_filter_element_size) + bias_element_size) * c_stride; in create_convolution2d_nhwc()
266 const size_t c_stride = round_up_po2(groups, dwconv_ukernel->channel_tile); in create_convolution2d_nhwc() local
267 …t packed_weights_size = ((kernel_size << log2_filter_element_size) + bias_element_size) * c_stride; in create_convolution2d_nhwc()
299 zero_size = XNN_EXTRA_BYTES + (c_stride << log2_input_element_size); in create_convolution2d_nhwc()
/external/libvpx/libvpx/test/
Dcomp_avg_pred_test.cc26 const uint8_t *c, int c_stride);