Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dconcat.cc133 for (int current_input_id = 0; current_input_id < ctx.input_shapes.size(); in GenerateCode() local
188 std::string PrintStartMessage(int current_input_id, int in_ch, in PrintStartMessage()