Home
last modified time | relevance | path

Searched refs:first_input_channel (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/xnnpack/
Doperator.h234 size_t first_input_channel; member
/external/XNNPACK/src/operators/
Dconvolution-nchw.c401 convolution_op->first_input_channel = first_ic; in xnn_create_convolution2d_nchw_f32()
599 ….input = (const void*) ((uintptr_t) input + (convolution_op->first_input_channel * input_size * si… in setup_convolution2d_nchw()