/external/XNNPACK/bench/ |
D | global-average-pooling.cc | 64 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()
|
D | max-pooling.cc | 75 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()
|
D | channel-shuffle.cc | 63 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()
|
D | truncation.cc | 58 status = xnn_run_operator(truncation_op, nullptr /* thread pool */); in xnnpack_truncation_f32()
|
D | softmax.cc | 68 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()
|
D | sigmoid.cc | 75 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()
|
D | hardswish.cc | 69 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/ |
D | global-average-pooling-operator-tester.h | 209 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()
|
D | channel-shuffle-operator-tester.h | 133 xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */)); in TestX8() 181 xnn_run_operator(channel_shuffle_op, nullptr /* thread pool */)); in TestX32()
|
D | hardswish-operator-tester.h | 129 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF16() 184 xnn_run_operator(hardswish_op, nullptr /* thread pool */)); in TestF32()
|
D | clamp-operator-tester.h | 157 xnn_run_operator(clamp_op, nullptr /* thread pool */)); in TestU8() 221 xnn_run_operator(clamp_op, nullptr /* thread pool */)); in TestF32()
|
D | sigmoid-operator-tester.h | 183 xnn_run_operator(sigmoid_op, nullptr /* thread pool */)); in TestQU8() 237 xnn_run_operator(sigmoid_op, nullptr /* thread pool */)); in TestF32()
|
D | softmax-operator-tester.h | 170 xnn_run_operator(softmax_op, nullptr /* thread pool */)); in TestQU8() 229 xnn_run_operator(softmax_op, nullptr /* thread pool */)); in TestF32()
|
D | depth-to-space-operator-tester.h | 166 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()
|
D | leaky-relu-operator-tester.h | 199 xnn_run_operator(leaky_relu_op, nullptr /* thread pool */)); in TestF32() 260 xnn_run_operator(leaky_relu_op, nullptr /* thread pool */)); in TestQU8()
|
D | average-pooling-operator-tester.h | 513 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()
|
D | max-pooling-operator-tester.h | 514 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()
|
D | operator-size.c | 27 xnn_run_operator(op, NULL); in main()
|
D | copy-operator-tester.h | 124 xnn_run_operator(copy_op, nullptr /* thread pool */)); in TestX32()
|
D | negate-operator-tester.h | 123 xnn_run_operator(negate_op, nullptr /* thread pool */)); in TestF32()
|
D | ceiling-operator-tester.h | 124 xnn_run_operator(ceiling_op, nullptr /* thread pool */)); in TestF32()
|
D | square-operator-tester.h | 124 xnn_run_operator(square_op, nullptr /* thread pool */)); in TestF32()
|
D | square-root-operator-tester.h | 123 xnn_run_operator(sqrt_op, nullptr /* thread pool */)); in TestF32()
|
D | truncation-operator-tester.h | 124 xnn_run_operator(truncation_op, nullptr /* thread pool */)); in TestF32()
|
D | abs-operator-tester.h | 124 xnn_run_operator(abs_op, nullptr /* thread pool */)); in TestF32()
|