/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 454 const std::array<int32_t, 1> op_inputs{{0}}; in tflite_convert_f16_f32() local 553 const std::array<int32_t, 1> op_inputs{{0}}; in tflite_convert_f32_qs8() local 654 const std::array<int32_t, 1> op_inputs{{0}}; in tflite_convert_f32_qu8() local 757 const std::array<int32_t, 1> op_inputs{{0}}; in tflite_convert_qs8_f32() local 860 const std::array<int32_t, 1> op_inputs{{0}}; in tflite_convert_qu8_f32() local
|
H A D | sigmoid.cc | 330 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_sigmoid_f32() local 436 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_sigmoid_qs8() local 542 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_sigmoid_qu8() local
|
H A D | elu.cc | 191 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_elu_f32() local 297 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_elu_qs8() local
|
H A D | square-root.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_square_root_f32() local
|
H A D | ceiling.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_ceiling_f32() local
|
H A D | floor.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_floor_f32() local
|
H A D | abs.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_abs_f32() local
|
H A D | square.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_square_f32() local
|
H A D | bankers-rounding.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
|
H A D | negate.cc | 120 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_negate_f32() local
|
H A D | leaky-relu.cc | 124 const std::array<int32_t, 1> op_inputs{{ 0 }}; in tflite_leaky_relu_f32() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
H A D | xrt_execute_op.cc | 103 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs) { in GetChainedOpInputTuples() 564 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
|
H A D | tpu_execute_op.cc | 87 absl::Span<const RefPtr<XRTTupleAllocation>> op_inputs, in GetChainedOpInputs() 432 -> xla::StatusOr<RefPtr<XRTTupleAllocation>> { in DoWork()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
H A D | add.cc | 57 const int32_t op_inputs[2] = {0, 1}; in Build() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | softmax_tester.cc | 123 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | leaky_relu_tester.cc | 121 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | reshape_tester.cc | 136 std::vector<int32_t> op_inputs({0}); in CreateTfLiteModel() local
|
H A D | unary_elementwise_tester.cc | 149 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | dequantize_tester.cc | 133 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | transpose_tester.cc | 150 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
H A D | quantized_leaky_relu_tester.cc | 143 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_unary_elementwise_tester.cc | 142 const std::array<int32_t, 1> op_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | reduce_tester.cc | 138 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
H A D | resize_bilinear_tester.cc | 155 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|
H A D | pad_tester.cc | 155 const std::array<int32_t, 2> op_inputs{{0, 1}}; in CreateTfLiteModel() local
|