Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc703 int shorter_index = shorter->dimensions_count() - 1; in ShapesAgreeUpToBroadcasting() local
704 while (shorter_index >= 0) { in ShapesAgreeUpToBroadcasting()
706 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToBroadcasting()
712 shorter_index--; in ShapesAgreeUpToBroadcasting()
731 int shorter_index = shorter->dimensions_count() - 1; in ShapesAgreeUpToExtending() local
732 while (shorter_index >= 0) { in ShapesAgreeUpToExtending()
734 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToExtending()
740 shorter_index--; in ShapesAgreeUpToExtending()