Home
last modified time | relevance | path

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

/external/XNNPACK/bench/
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
Dsigmoid.cc270 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_f32() local
376 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_qs8() local
482 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_qu8() local
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
Dabs.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_abs_f32() local
Dsquare.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_f32() local
Dsquare-root.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_root_f32() local
Dbankers-rounding.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
Dfloor.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_floor_f32() local
Dnegate.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_negate_f32() local
Dceiling.cc128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_ceiling_f32() local
Dleaky-relu.cc133 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_leaky_relu_f32() local
Dhardswish.cc196 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_hardswish_f32() local
Dprelu.cc162 const int32_t graph_inputs[1] = { 0 }; in tflite_prelu_f32() local
Dsoftmax.cc213 const int32_t graph_inputs[1] = { 0 }; in tflite_softmax_f32() local
Daverage-pooling.cc264 const int32_t graph_inputs[1] = { 0 }; in tflite_average_pooling_f32() local
Ddeconvolution.cc379 const int32_t graph_inputs[1] = { 2 }; in tflite_deconvolution_f32() local
Dconvolution.cc653 const int32_t graph_inputs[1] = { 0 }; in tflite_convolution_f32() local
/external/tensorflow/tensorflow/python/ops/
Dop_selector.py325 def graph_inputs(op): function