Home
last modified time | relevance | path

Searched defs:graph_inputs (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/XNNPACK/bench/
H A Dconvert.cc461 const std::array<int32_t, 1> graph_inputs{{0}}; in tflite_convert_f16_f32() local
560 const std::array<int32_t, 1> graph_inputs{{0}}; in tflite_convert_f32_qs8() local
661 const std::array<int32_t, 1> graph_inputs{{0}}; in tflite_convert_f32_qu8() local
764 const std::array<int32_t, 1> graph_inputs{{0}}; in tflite_convert_qs8_f32() local
867 const std::array<int32_t, 1> graph_inputs{{0}}; in tflite_convert_qu8_f32() local
H A Dsigmoid.cc338 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_f32() local
444 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_qs8() local
550 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_qu8() local
H A Delu.cc199 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_elu_f32() local
305 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_elu_qs8() local
H A Dsquare-root.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_root_f32() local
H A Dceiling.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_ceiling_f32() local
H A Dfloor.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_floor_f32() local
H A Dabs.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_abs_f32() local
H A Dsquare.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_f32() local
H A Dbankers-rounding.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
H A Dnegate.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_negate_f32() local
H A Dleaky-relu.cc133 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_leaky_relu_f32() local
H A Dhardswish.cc196 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_hardswish_f32() local
H A Dprelu.cc162 const int32_t graph_inputs[1] = { 0 }; in tflite_prelu_f32() local
H A Dsoftmax.cc213 const int32_t graph_inputs[1] = { 0 }; in tflite_softmax_f32() local
H A Daverage-pooling.cc264 const int32_t graph_inputs[1] = { 0 }; in tflite_average_pooling_f32() local
H A Ddeconvolution.cc374 const std::array<int32_t, 1> graph_inputs{{ 2 }}; in tflite_deconvolution_f32() local
H A Dconvolution.cc646 const int32_t graph_inputs[1] = { 0 }; in tflite_convolution_f32() local
/aosp_15_r20/external/pytorch/torch/_lazy/
H A Dcomputation.py21 def run_cached_graph(hash_str, graph_inputs): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dop_selector.py326 def graph_inputs(op): function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dremove_noop.cc169 const auto& graph_inputs = graph->inputs(); in ApplyToNode() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dinit.cpp281 const std::vector<at::IValue>& graph_inputs) { in initLazyBindings()
/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/pytorch/torch/csrc/jit/tensorexpr/
H A Dgraph_opt.cpp428 std::unordered_set<Value*> graph_inputs( in trimGraphOnce() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Deval_frame.py1354 def result_capturing_wrapper(*graph_inputs):
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp402 const c10::FastSet<const Value*> graph_inputs( in ManagedTensorRanges() local