Home
last modified time | relevance | path

Searched refs:xnn_operator (Results 1 – 25 of 62) sorted by relevance

123

/external/XNNPACK/src/operators/
Dsoftmax-nc.c98 softmax_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_softmax_nc_qu8()
102 sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_sigmoid_nc_qu8)); in xnn_create_softmax_nc_qu8()
228 softmax_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_softmax_nc_f32()
232 sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_sigmoid_nc_f32)); in xnn_create_softmax_nc_f32()
Dglobal-average-pooling-nwc.c82 global_average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_global_average_pooling_nwc()
86 sizeof(struct xnn_operator), xnn_operator_type_to_string(operator_type)); in create_global_average_pooling_nwc()
249 offsetof(struct xnn_operator, params.qu8_gavgpool), in xnn_create_global_average_pooling_nwc_qu8()
312 offsetof(struct xnn_operator, params.qs8_gavgpool), in xnn_create_global_average_pooling_nwc_qs8()
366 offsetof(struct xnn_operator, params.f16_scaleminmax), in xnn_create_global_average_pooling_nwc_f16()
409 offsetof(struct xnn_operator, params.f32_scaleminmax), in xnn_create_global_average_pooling_nwc_f32()
Dglobal-average-pooling-ncw.c68 global_average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_global_average_pooling_ncw_f32()
72 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_global_average_pooling_… in xnn_create_global_average_pooling_ncw_f32()
Ddepth-to-space-nchw2nhwc.c69 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_depth_to_space_nchw2nhwc_x32()
73 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_depth_to_space_nchw2nhw… in xnn_create_depth_to_space_nchw2nhwc_x32()
Dprelu-nc.c64 prelu_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_prelu_nc_f32()
68 sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_prelu_nc_f32)); in xnn_create_prelu_nc_f32()
Ddepth-to-space-nhwc.c69 depth_to_space_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_depth_to_space_nhwc_x32()
73 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_depth_to_space_nhwc_x32… in xnn_create_depth_to_space_nhwc_x32()
Dsigmoid-nc.c107 sigmoid_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_sigmoid_nc_qu8()
111 sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_sigmoid_nc_qu8)); in xnn_create_sigmoid_nc_qu8()
Dleaky-relu-nc.c117 leaky_relu_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_leaky_relu_nc_qu8()
121 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_leaky_relu_nc_qu8)); in xnn_create_leaky_relu_nc_qu8()
Dchannel-shuffle-nc.c75 channel_shuffle_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_channel_shuffle_nc()
79 sizeof(struct xnn_operator), xnn_operator_type_to_string(operator_type)); in create_channel_shuffle_nc()
Dresize-bilinear-nhwc.c66 resize_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_resize_bilinear2d_nhwc_f32()
70 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_resize_bilinear_nhwc_f3… in xnn_create_resize_bilinear2d_nhwc_f32()
Dunpooling-nhwc.c97 unpooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_unpooling2d_nhwc_x32()
101 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_unpooling_nhwc_x32)); in xnn_create_unpooling2d_nhwc_x32()
Dresize-bilinear-nchw.c66 resize_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_resize_bilinear2d_nchw_f32()
70 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_resize_bilinear_nchw_f3… in xnn_create_resize_bilinear2d_nchw_f32()
Dconstant-pad-nd.c38 constant_pad_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in create_constant_pad_nd()
42 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_constant_pad_nd_x32)); in create_constant_pad_nd()
Dargmax-pooling-nhwc.c119 argmax_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_argmax_pooling2d_nhwc_f32()
123 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_argmax_pooling_nhwc_f32… in xnn_create_argmax_pooling2d_nhwc_f32()
Daverage-pooling-nhwc.c177 average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_average_pooling2d_nhwc_qu8()
181 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_average_pooling_nhwc_qu… in xnn_create_average_pooling2d_nhwc_qu8()
348 average_pooling_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_average_pooling2d_nhwc_f32()
352 …sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_average_pooling_nhwc_f3… in xnn_create_average_pooling2d_nhwc_f32()
Dconvolution-nchw.c223 convolution_op = xnn_allocate_zero_simd_memory(sizeof(struct xnn_operator)); in xnn_create_convolution2d_nchw_f32()
227 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_convolution_nchw_f32)); in xnn_create_convolution2d_nchw_f32()
635 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_convolution_nchw_f32)); in setup_convolution2d_nchw()
684 … sizeof(struct xnn_operator), xnn_operator_type_to_string(xnn_operator_type_convolution_nchw_f32)); in setup_convolution2d_nchw()
/external/XNNPACK/test/
Dglobal-average-pooling-operator-tester.h199 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_global_average_pooling_op(globa… in TestNWCxQU8()
268 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_global_average_pooling_op(globa… in TestNWCxQS8()
346 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_global_average_pooling_op(globa… in TestNWCxF16()
425 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_global_average_pooling_op(globa… in TestNWCxF32()
502 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_global_average_pooling_op(globa… in TestNCWxF32()
Dchannel-shuffle-operator-tester.h123 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_channel_shuffle_op(channel_shuf… in TestX8()
171 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_channel_shuffle_op(channel_shuf… in TestX32()
Dhardswish-operator-tester.h119 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_hardswish_op(hardswish_op, xnn_… in TestF16()
174 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_hardswish_op(hardswish_op, xnn_… in TestF32()
Dclamp-operator-tester.h147 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_clamp_op(clamp_op, xnn_delete_o… in TestU8()
211 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_clamp_op(clamp_op, xnn_delete_o… in TestF32()
Dsigmoid-operator-tester.h173 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_sigmoid_op(sigmoid_op, xnn_dele… in TestQU8()
227 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_sigmoid_op(sigmoid_op, xnn_dele… in TestF32()
Dsoftmax-operator-tester.h160 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_softmax_op(softmax_op, xnn_dele… in TestQU8()
219 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_softmax_op(softmax_op, xnn_dele… in TestF32()
Ddepth-to-space-operator-tester.h157 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_depth_to_space_op(depth_to_spac… in TestNHWCxX32()
223 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_depth_to_space_op(depth_to_spac… in TestNCHW2NHWCxX32()
Dleaky-relu-operator-tester.h189 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_leaky_relu_op(leaky_relu_op, xn… in TestF32()
250 …std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)> auto_leaky_relu_op(leaky_relu_op, xn… in TestQU8()
/external/XNNPACK/models/
Dmodels.h15 typedef std::vector<std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)>> ExecutionPlan;

123