/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 462 const std::array<int32_t, 1> graph_outputs{{1}}; in tflite_convert_f16_f32() local 561 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
|
H A D | sigmoid.cc | 339 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_sigmoid_f32() local 445 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
|
H A D | elu.cc | 200 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_elu_f32() local 306 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_elu_qs8() local
|
H A D | square-root.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_square_root_f32() local
|
H A D | ceiling.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_ceiling_f32() local
|
H A D | floor.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_floor_f32() local
|
H A D | abs.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_abs_f32() local
|
H A D | square.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_square_f32() local
|
H A D | bankers-rounding.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_bankers_rounding_f32() local
|
H A D | negate.cc | 129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_negate_f32() local
|
H A D | leaky-relu.cc | 134 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_leaky_relu_f32() local
|
H A D | hardswish.cc | 197 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_hardswish_f32() local
|
H A D | prelu.cc | 163 const int32_t graph_outputs[1] = { 2 }; in tflite_prelu_f32() local
|
H A D | softmax.cc | 214 const int32_t graph_outputs[1] = { 1 }; in tflite_softmax_f32() local
|
H A D | average-pooling.cc | 265 const int32_t graph_outputs[1] = { 1 }; in tflite_average_pooling_f32() local
|
H A D | deconvolution.cc | 375 const std::array<int32_t, 1> graph_outputs{{ 3 }}; in tflite_deconvolution_f32() local
|
H A D | convolution.cc | 647 const int32_t graph_outputs[1] = { 3 }; in tflite_convolution_f32() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
H A D | remove_noop.cc | 126 const auto& graph_outputs = graph->outputs(); in ApplyToNode() local 168 const auto& graph_outputs = graph->outputs(); in ApplyToNode() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | create_functional_graphs.cpp | 83 std::vector<Value*> graph_outputs; in CreateFunctionalGraphsImpl() local
|
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/ |
H A D | QnnManager.cpp | 510 std::vector<std::shared_ptr<TensorWrapper>> graph_inputs, graph_outputs, in CompileQcir() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | c_api_unified_experimental_graph.cc | 361 std::vector<TF_Output> graph_outputs; in Finalize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes.cc | 264 std::set<string> graph_outputs; in RemoveRedundantQuantizations() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | kernel.cpp | 1671 auto graph_outputs = graph_->outputs(); in optimizeOwningGraph() local
|