Home
last modified time | relevance | path

Searched refs:xnn_run_state_ready (Results 1 – 24 of 24) sorted by relevance

/external/XNNPACK/src/operators/
Dunpooling-nhwc.c185 unpooling_op->state = xnn_run_state_ready; in xnn_setup_unpooling2d_nhwc_x32()
227 unpooling_op->state = xnn_run_state_ready; in xnn_setup_unpooling2d_nhwc_x32()
Dsoftmax-nc.c180 softmax_op->state = xnn_run_state_ready; in xnn_setup_softmax_nc_qu8()
296 softmax_op->state = xnn_run_state_ready; in xnn_setup_softmax_nc_f32()
Dglobal-average-pooling-ncw.c147 global_average_pooling_op->state = xnn_run_state_ready; in xnn_setup_global_average_pooling_ncw_f32()
Ddepth-to-space-nchw2nhwc.c148 depth_to_space_op->state = xnn_run_state_ready; in xnn_setup_depth_to_space_nchw2nhwc_x32()
Dprelu-nc.c149 prelu_op->state = xnn_run_state_ready; in xnn_setup_prelu_nc_f32()
Ddepth-to-space-nhwc.c163 depth_to_space_op->state = xnn_run_state_ready; in xnn_setup_depth_to_space_nhwc_x32()
Dsigmoid-nc.c217 sigmoid_op->state = xnn_run_state_ready; in xnn_setup_sigmoid_nc_qu8()
Dleaky-relu-nc.c223 leaky_relu_op->state = xnn_run_state_ready; in xnn_setup_leaky_relu_nc_qu8()
Dchannel-shuffle-nc.c194 channel_shuffle_op->state = xnn_run_state_ready; in setup_channel_shuffle_nc()
Dconvolution-nchw.c624 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nchw()
673 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nchw()
713 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nchw()
Dresize-bilinear-nhwc.c227 resize_op->state = xnn_run_state_ready; in xnn_setup_resize_bilinear2d_nhwc_f32()
Dresize-bilinear-nchw.c226 resize_op->state = xnn_run_state_ready; in xnn_setup_resize_bilinear2d_nchw_f32()
Dconstant-pad-nd.c181 constant_pad_op->state = xnn_run_state_ready; in setup_constant_pad_nd()
Dconvolution-nhwc.c926 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nhwc()
1082 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nhwc()
1137 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nhwc()
1169 convolution_op->state = xnn_run_state_ready; in setup_convolution2d_nhwc()
Dargmax-pooling-nhwc.c287 argmax_pooling_op->state = xnn_run_state_ready; in xnn_setup_argmax_pooling2d_nhwc_f32()
Dfully-connected-nc.c234 fully_connected_op->state = xnn_run_state_ready; in setup_fully_connected_nc()
Dmax-pooling-nhwc.c319 max_pooling_op->state = xnn_run_state_ready; in setup_max_pooling2d_nhwc()
Dglobal-average-pooling-nwc.c195 global_average_pooling_op->state = xnn_run_state_ready; in setup_global_average_pooling_nwc()
Ddeconvolution-nhwc.c591 deconvolution_op->state = xnn_run_state_ready; in setup_conv_path()
762 deconvolution_op->state = xnn_run_state_ready; in setup_subconv2d_path()
Dbinary-elementwise-nd.c564 binary_elementwise_op->state = xnn_run_state_ready; in setup_binary_elementwise_nd()
Dunary-elementwise-nc.c145 unary_elementwise_op->state = xnn_run_state_ready; in setup_unary_elementwise_nc()
Daverage-pooling-nhwc.c635 average_pooling_op->state = xnn_run_state_ready; in setup_average_pooling2d()
/external/XNNPACK/src/xnnpack/
Doperator.h175 xnn_run_state_ready, enumerator
/external/XNNPACK/src/
Doperator-run.c1068 case xnn_run_state_ready: in xnn_run_operator()