Searched defs:graph_inputs (Results 1 – 18 of 18) sorted by relevance
/external/XNNPACK/bench/ |
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
|
D | sigmoid.cc | 270 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
|
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
|
D | abs.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_abs_f32() local
|
D | square.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_f32() local
|
D | square-root.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_root_f32() local
|
D | bankers-rounding.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
|
D | floor.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_floor_f32() local
|
D | negate.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_negate_f32() local
|
D | ceiling.cc | 128 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_ceiling_f32() local
|
D | leaky-relu.cc | 133 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_leaky_relu_f32() local
|
D | hardswish.cc | 196 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_hardswish_f32() local
|
D | prelu.cc | 162 const int32_t graph_inputs[1] = { 0 }; in tflite_prelu_f32() local
|
D | softmax.cc | 213 const int32_t graph_inputs[1] = { 0 }; in tflite_softmax_f32() local
|
D | average-pooling.cc | 264 const int32_t graph_inputs[1] = { 0 }; in tflite_average_pooling_f32() local
|
D | deconvolution.cc | 379 const int32_t graph_inputs[1] = { 2 }; in tflite_deconvolution_f32() local
|
D | convolution.cc | 653 const int32_t graph_inputs[1] = { 0 }; in tflite_convolution_f32() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 325 def graph_inputs(op): function
|