/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 455 const std::array<int32_t, 1> op_outputs{{1}}; in tflite_convert_f16_f32() local 554 const std::array<int32_t, 1> op_outputs{{1}}; in tflite_convert_f32_qs8() local 655 const std::array<int32_t, 1> op_outputs{{1}}; in tflite_convert_f32_qu8() local 758 const std::array<int32_t, 1> op_outputs{{1}}; in tflite_convert_qs8_f32() local 861 const std::array<int32_t, 1> op_outputs{{1}}; in tflite_convert_qu8_f32() local
|
H A D | sigmoid.cc | 331 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_sigmoid_f32() local 437 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_sigmoid_qs8() local 543 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_sigmoid_qu8() local
|
H A D | elu.cc | 192 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_elu_f32() local 298 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_elu_qs8() local
|
H A D | square-root.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_square_root_f32() local
|
H A D | ceiling.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_ceiling_f32() local
|
H A D | floor.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_floor_f32() local
|
H A D | abs.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_abs_f32() local
|
H A D | square.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_square_f32() local
|
H A D | bankers-rounding.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_bankers_rounding_f32() local
|
H A D | negate.cc | 121 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_negate_f32() local
|
H A D | leaky-relu.cc | 125 const std::array<int32_t, 1> op_outputs{{ 1 }}; in tflite_leaky_relu_f32() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
H A D | add.cc | 58 const int32_t op_outputs[1] = {2}; in Build() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | softmax_tester.cc | 124 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | leaky_relu_tester.cc | 122 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | reshape_tester.cc | 140 const std::array<int32_t, 1> op_outputs{{OutputShapeAsInput() ? 2 : 1}}; in CreateTfLiteModel() local
|
H A D | unary_elementwise_tester.cc | 150 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | dequantize_tester.cc | 134 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | transpose_tester.cc | 151 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
H A D | quantized_leaky_relu_tester.cc | 144 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | quantized_unary_elementwise_tester.cc | 143 const std::array<int32_t, 1> op_outputs{{1}}; in CreateTfLiteModel() local
|
H A D | reduce_tester.cc | 139 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
H A D | resize_bilinear_tester.cc | 156 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
H A D | pad_tester.cc | 156 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
H A D | quantized_resize_bilinear_tester.cc | 174 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|
H A D | quantized_reduce_tester.cc | 158 const std::array<int32_t, 1> op_outputs{{2}}; in CreateTfLiteModel() local
|