/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | kernel.cc | 396 std::vector<int> subgraph_inputs; member 464 std::set<int> subgraph_inputs(op_data_->subgraph_inputs.begin(), in Init() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/generators/ |
H A D | add.cc | 66 int32_t subgraph_inputs[2] = {0, 1}; in Build() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | softmax_tester.cc | 131 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | leaky_relu_tester.cc | 129 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | reshape_tester.cc | 159 const std::array<int32_t, 1> subgraph_inputs{{op_inputs.front()}}; in CreateTfLiteModel() local
|
H A D | unary_elementwise_tester.cc | 156 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | dequantize_tester.cc | 140 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | transpose_tester.cc | 159 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_leaky_relu_tester.cc | 151 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_unary_elementwise_tester.cc | 149 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | reduce_tester.cc | 146 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | resize_bilinear_tester.cc | 163 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | pad_tester.cc | 162 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_resize_bilinear_tester.cc | 181 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_reduce_tester.cc | 165 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_pool_2d_tester.cc | 182 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_pad_tester.cc | 180 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | pool_2d_tester.cc | 176 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_fully_connected_tester.cc | 218 const std::array<int32_t, 1> subgraph_inputs{ in CreateTfLiteModel() local
|
H A D | prelu_tester.cc | 266 const std::array<int32_t, 1> subgraph_inputs{ in CreateTfLiteModel() local
|
H A D | quantize_tester.cc | 202 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_depthwise_conv_2d_tester.cc | 256 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | quantized_binary_elementwise_tester.cc | 248 std::vector<int32_t> subgraph_inputs; in CreateTfLiteModel() local
|
H A D | quantized_conv_2d_tester.cc | 251 const std::array<int32_t, 1> subgraph_inputs{{0}}; in CreateTfLiteModel() local
|
H A D | split_tester.cc | 215 const std::array<int32_t, 2> subgraph_inputs = op_inputs; in CreateTfLiteModel() local
|