Home
last modified time | relevance | path

Searched defs:graph_outputs (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/XNNPACK/bench/
H A Dconvert.cc462 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 Dsigmoid.cc339 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 Delu.cc200 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 Dsquare-root.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_square_root_f32() local
H A Dceiling.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_ceiling_f32() local
H A Dfloor.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_floor_f32() local
H A Dabs.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_abs_f32() local
H A Dsquare.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_square_f32() local
H A Dbankers-rounding.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_bankers_rounding_f32() local
H A Dnegate.cc129 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_negate_f32() local
H A Dleaky-relu.cc134 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_leaky_relu_f32() local
H A Dhardswish.cc197 const std::array<int32_t, 1> graph_outputs{{ 1 }}; in tflite_hardswish_f32() local
H A Dprelu.cc163 const int32_t graph_outputs[1] = { 2 }; in tflite_prelu_f32() local
H A Dsoftmax.cc214 const int32_t graph_outputs[1] = { 1 }; in tflite_softmax_f32() local
H A Daverage-pooling.cc265 const int32_t graph_outputs[1] = { 1 }; in tflite_average_pooling_f32() local
H A Ddeconvolution.cc375 const std::array<int32_t, 1> graph_outputs{{ 3 }}; in tflite_deconvolution_f32() local
H A Dconvolution.cc647 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 Dremove_noop.cc126 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 Dcreate_functional_graphs.cpp83 std::vector<Value*> graph_outputs; in CreateFunctionalGraphsImpl() local
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnManager.cpp510 std::vector<std::shared_ptr<TensorWrapper>> graph_inputs, graph_outputs, in CompileQcir() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_graph.cc361 std::vector<TF_Output> graph_outputs; in Finalize() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes.cc264 std::set<string> graph_outputs; in RemoveRedundantQuantizations() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.cpp1671 auto graph_outputs = graph_->outputs(); in optimizeOwningGraph() local