/external/XNNPACK/src/operators/ |
D | softmax-nc.c | 98 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()
|
D | global-average-pooling-nwc.c | 82 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()
|
D | global-average-pooling-ncw.c | 68 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()
|
D | depth-to-space-nchw2nhwc.c | 69 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()
|
D | prelu-nc.c | 64 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()
|
D | depth-to-space-nhwc.c | 69 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()
|
D | sigmoid-nc.c | 107 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()
|
D | leaky-relu-nc.c | 117 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()
|
D | channel-shuffle-nc.c | 75 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()
|
D | resize-bilinear-nhwc.c | 66 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()
|
D | unpooling-nhwc.c | 97 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()
|
D | resize-bilinear-nchw.c | 66 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()
|
D | constant-pad-nd.c | 38 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()
|
D | argmax-pooling-nhwc.c | 119 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()
|
D | average-pooling-nhwc.c | 177 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()
|
D | convolution-nchw.c | 223 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/ |
D | global-average-pooling-operator-tester.h | 199 …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()
|
D | channel-shuffle-operator-tester.h | 123 …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()
|
D | hardswish-operator-tester.h | 119 …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()
|
D | clamp-operator-tester.h | 147 …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()
|
D | sigmoid-operator-tester.h | 173 …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()
|
D | softmax-operator-tester.h | 160 …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()
|
D | depth-to-space-operator-tester.h | 157 …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()
|
D | leaky-relu-operator-tester.h | 189 …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/ |
D | models.h | 15 typedef std::vector<std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)>> ExecutionPlan;
|