Searched refs:shorter_index (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtooling_util.cc567 int shorter_index = shorter->dimensions_count() - 1; local
568 while (shorter_index >= 0) {
570 const int d_short = shorter->dims(shorter_index);
576 shorter_index--;
595 int shorter_index = shorter->dimensions_count() - 1; local
596 while (shorter_index >= 0) {
598 const int d_short = shorter->dims(shorter_index);
604 shorter_index--;

Completed in 84 milliseconds