/aosp_15_r20/external/XNNPACK/bench/ |
H A D | convert.cc | 461 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 D | sigmoid.cc | 338 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 D | elu.cc | 199 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 D | square-root.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_root_f32() local
|
H A D | ceiling.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_ceiling_f32() local
|
H A D | floor.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_floor_f32() local
|
H A D | abs.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_abs_f32() local
|
H A D | square.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_f32() local
|
H A D | bankers-rounding.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
|
H A D | negate.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_negate_f32() local
|
H A D | leaky-relu.cc | 133 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_leaky_relu_f32() local
|
H A D | hardswish.cc | 196 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_hardswish_f32() local
|
H A D | prelu.cc | 162 const int32_t graph_inputs[1] = { 0 }; in tflite_prelu_f32() local
|
H A D | softmax.cc | 213 const int32_t graph_inputs[1] = { 0 }; in tflite_softmax_f32() local
|
H A D | average-pooling.cc | 264 const int32_t graph_inputs[1] = { 0 }; in tflite_average_pooling_f32() local
|
H A D | deconvolution.cc | 374 const std::array<int32_t, 1> graph_inputs{{ 2 }}; in tflite_deconvolution_f32() local
|
H A D | convolution.cc | 646 const int32_t graph_inputs[1] = { 0 }; in tflite_convolution_f32() local
|
/aosp_15_r20/external/pytorch/torch/_lazy/ |
H A D | computation.py | 21 def run_cached_graph(hash_str, graph_inputs): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | op_selector.py | 326 def graph_inputs(op): function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
H A D | remove_noop.cc | 169 const auto& graph_inputs = graph->inputs(); in ApplyToNode() local
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/ |
H A D | init.cpp | 281 const std::vector<at::IValue>& graph_inputs) { in initLazyBindings()
|
/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/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | graph_opt.cpp | 428 std::unordered_set<Value*> graph_inputs( in trimGraphOnce() local
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | eval_frame.py | 1354 def result_capturing_wrapper(*graph_inputs):
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | impl.cpp | 402 const c10::FastSet<const Value*> graph_inputs( in ManagedTensorRanges() local
|