| /external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ | 
| D | remove_noop.cc | 126     const auto& graph_outputs = graph->outputs();  in ApplyToNode()  local168     const auto& graph_outputs = graph->outputs();  in ApplyToNode()  local
 
 | 
| /external/XNNPACK/bench/ | 
| D | convert.cc | 462   const std::array<int32_t, 1> graph_outputs{{1}};  in tflite_convert_f16_f32()  local561   const std::array<int32_t, 1> graph_outputs{{1}};  in tflite_convert_f32_qs8()  local
 662   const std::array<int32_t, 1> graph_outputs{{1}};  in tflite_convert_f32_qu8()  local
 765   const std::array<int32_t, 1> graph_outputs{{1}};  in tflite_convert_qs8_f32()  local
 868   const std::array<int32_t, 1> graph_outputs{{1}};  in tflite_convert_qu8_f32()  local
 
 | 
| D | sigmoid.cc | 339   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_sigmoid_f32()  local445   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_sigmoid_qs8()  local
 551   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_sigmoid_qu8()  local
 
 | 
| D | elu.cc | 200   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_elu_f32()  local306   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_elu_qs8()  local
 
 | 
| D | floor.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_floor_f32()  local
 | 
| D | negate.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_negate_f32()  local
 | 
| D | square-root.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_square_root_f32()  local
 | 
| D | ceiling.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_ceiling_f32()  local
 | 
| D | bankers-rounding.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_bankers_rounding_f32()  local
 | 
| D | abs.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_abs_f32()  local
 | 
| D | square.cc | 129   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_square_f32()  local
 | 
| D | leaky-relu.cc | 134   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_leaky_relu_f32()  local
 | 
| D | hardswish.cc | 197   const std::array<int32_t, 1> graph_outputs{{ 1 }};  in tflite_hardswish_f32()  local
 | 
| D | prelu.cc | 163   const int32_t graph_outputs[1] = { 2 };  in tflite_prelu_f32()  local
 | 
| D | softmax.cc | 214   const int32_t graph_outputs[1] = { 1 };  in tflite_softmax_f32()  local
 | 
| D | average-pooling.cc | 265   const int32_t graph_outputs[1] = { 1 };  in tflite_average_pooling_f32()  local
 | 
| D | deconvolution.cc | 375   const std::array<int32_t, 1> graph_outputs{{ 3 }};  in tflite_deconvolution_f32()  local
 | 
| D | convolution.cc | 647   const int32_t graph_outputs[1] = { 3 };  in tflite_convolution_f32()  local
 | 
| /external/tensorflow/tensorflow/c/eager/ | 
| D | c_api_unified_experimental_graph.cc | 361     std::vector<TF_Output> graph_outputs;  in Finalize()  local
 | 
| /external/tensorflow/tensorflow/tools/graph_transforms/ | 
| D | quantize_nodes.cc | 264   std::set<string> graph_outputs;  in RemoveRedundantQuantizations()  local
 |