Home
last modified time | relevance | path

Searched refs:xnn_run_operator (Results 1 – 25 of 53) sorted by relevance

123

/external/XNNPACK/bench/
Dglobal-average-pooling.cc64 xnn_run_operator(global_pooling_op, nullptr /* thread pool */); in global_average_pooling_qu8()
127 xnn_run_operator(global_pooling_op, nullptr /* thread pool */); in global_average_pooling_qs8()
191 xnn_run_operator(global_pooling_op, nullptr /* thread pool */); in global_average_pooling_f16()
250 xnn_run_operator(global_pooling_op, nullptr /* thread pool */); in global_average_pooling_f32()
Dmax-pooling.cc75 status = xnn_run_operator(pooling_op, nullptr /* thread pool */); in max_pooling_u8()
152 status = xnn_run_operator(pooling_op, nullptr /* thread pool */); in max_pooling_f32()
Dchannel-shuffle.cc63 status = xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */); in channel_shuffle_x8()
131 status = xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */); in channel_shuffle_x32()
Dtruncation.cc58 status = xnn_run_operator(truncation_op, nullptr /* thread pool */); in xnnpack_truncation_f32()
Dsoftmax.cc68 status = xnn_run_operator(softmax_op, nullptr /* thread pool */); in xnnpack_softmax_qu8()
134 status = xnn_run_operator(softmax_op, nullptr /* thread pool */); in xnnpack_softmax_f32()
Dsigmoid.cc75 status = xnn_run_operator(sigmoid_op, nullptr /* thread pool */); in xnnpack_sigmoid_qu8()
142 status = xnn_run_operator(sigmoid_op, nullptr /* thread pool */); in xnnpack_sigmoid_f32()
Dhardswish.cc69 status = xnn_run_operator(hardswish_op, nullptr /* thread pool */); in xnnpack_hardswish_f32()
250 status = xnn_run_operator(hardswish_op, nullptr /* thread pool */); in xnnpack_hardswish_f16()
/external/XNNPACK/test/
Dglobal-average-pooling-operator-tester.h209 xnn_run_operator(global_average_pooling_op, nullptr /* thread pool */)); in TestNWCxQU8()
278 xnn_run_operator(global_average_pooling_op, nullptr /* thread pool */)); in TestNWCxQS8()
356 xnn_run_operator(global_average_pooling_op, nullptr /* thread pool */)); in TestNWCxF16()
435 xnn_run_operator(global_average_pooling_op, nullptr /* thread pool */)); in TestNWCxF32()
512 xnn_run_operator(global_average_pooling_op, nullptr /* thread pool */)); in TestNCWxF32()
Dchannel-shuffle-operator-tester.h133 xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */)); in TestX8()
181 xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */)); in TestX32()
Dhardswish-operator-tester.h129 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF16()
184 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF32()
Dclamp-operator-tester.h157 xnn_run_operator(clamp_op, nullptr /* thread pool */)); in TestU8()
221 xnn_run_operator(clamp_op, nullptr /* thread pool */)); in TestF32()
Dsigmoid-operator-tester.h183 xnn_run_operator(sigmoid_op, nullptr /* thread pool */)); in TestQU8()
237 xnn_run_operator(sigmoid_op, nullptr /* thread pool */)); in TestF32()
Dsoftmax-operator-tester.h170 xnn_run_operator(softmax_op, nullptr /* thread pool */)); in TestQU8()
229 xnn_run_operator(softmax_op, nullptr /* thread pool */)); in TestF32()
Ddepth-to-space-operator-tester.h166 xnn_run_operator(depth_to_space_op, nullptr /* thread pool */)); in TestNHWCxX32()
232 xnn_run_operator(depth_to_space_op, nullptr /* thread pool */)); in TestNCHW2NHWCxX32()
Dleaky-relu-operator-tester.h199 xnn_run_operator(leaky_relu_op, nullptr /* thread pool */)); in TestF32()
260 xnn_run_operator(leaky_relu_op, nullptr /* thread pool */)); in TestQU8()
Daverage-pooling-operator-tester.h513 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestQU8()
608 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestF32()
695 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestSetupQU8()
750 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestSetupQU8()
851 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestSetupF32()
906 xnn_run_operator(average_pooling_op, nullptr /* thread pool */)); in TestSetupF32()
Dmax-pooling-operator-tester.h514 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestU8()
611 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestF32()
698 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestSetupU8()
752 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestSetupU8()
852 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestSetupF32()
906 xnn_run_operator(max_pooling_op, nullptr /* thread pool */)); in TestSetupF32()
Doperator-size.c27 xnn_run_operator(op, NULL); in main()
Dcopy-operator-tester.h124 xnn_run_operator(copy_op, nullptr /* thread pool */)); in TestX32()
Dnegate-operator-tester.h123 xnn_run_operator(negate_op, nullptr /* thread pool */)); in TestF32()
Dceiling-operator-tester.h124 xnn_run_operator(ceiling_op, nullptr /* thread pool */)); in TestF32()
Dsquare-operator-tester.h124 xnn_run_operator(square_op, nullptr /* thread pool */)); in TestF32()
Dsquare-root-operator-tester.h123 xnn_run_operator(sqrt_op, nullptr /* thread pool */)); in TestF32()
Dtruncation-operator-tester.h124 xnn_run_operator(truncation_op, nullptr /* thread pool */)); in TestF32()
Dabs-operator-tester.h124 xnn_run_operator(abs_op, nullptr /* thread pool */)); in TestF32()

123