Home
last modified time | relevance | path

Searched refs:scaled_channels (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/src/
Dresize-bilinear-nhwc.c189 .scaled_channels = resize_op->channels * sizeof(float), in xnn_setup_resize_bilinear2d_nhwc_f32()
Doperator-run.c502 context->scaled_channels, in xnn_compute_resize_bilinear()
507 context->output_pixel_stride - context->scaled_channels); in xnn_compute_resize_bilinear()
/external/XNNPACK/src/xnnpack/
Dcompute.h505 size_t scaled_channels; member