Home
last modified time | relevance | path

Searched refs:ga_stride (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/xnnpack/
Dcompute.h133 size_t ga_stride; member
173 size_t ga_stride; member
/external/XNNPACK/src/
Ddeconvolution-nhwc.c607 .ga_stride = group_input_channels << log2_input_element_size, in setup_conv_path()
728 .ga_stride = group_input_channels << log2_input_element_size, in setup_subconv2d_path()
Doperator-run.c110 context->a_offset + group_index * context->ga_stride + batch_index * context->ba_stride, in xnn_compute_gigemm()
175 context->a_offset + group_index * context->ga_stride + batch_index * context->ba_stride, in xnn_compute_gsubconv2d()
Dconvolution-nhwc.c907 .ga_stride = group_input_channels << log2_input_element_size, in setup_convolution2d_nhwc()