Searched defs:graph_inputs (Results 1 – 13 of 13) sorted by relevance
141 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_bankers_rounding_f32() local
141 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_elu_f32() local
141 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_ceiling_f32() local
141 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_square_root_f32() local
141 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_floor_f32() local
162 const int32_t graph_inputs[1] = { 0 }; in tflite_prelu_f32() local
213 const int32_t graph_inputs[1] = { 0 }; in tflite_softmax_f32() local
216 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_sigmoid_f32() local
143 const std::array<int32_t, 1> graph_inputs{{ 0 }}; in tflite_hardswish_f32() local
264 const int32_t graph_inputs[1] = { 0 }; in tflite_average_pooling_f32() local
379 const int32_t graph_inputs[1] = { 2 }; in tflite_deconvolution_f32() local
653 const int32_t graph_inputs[1] = { 0 }; in tflite_convolution_f32() local
324 def graph_inputs(op): function