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.cc675 int shorter_index = shorter->dimensions_count() - 1; in ShapesAgreeUpToBroadcasting() local
676 while (shorter_index >= 0) { in ShapesAgreeUpToBroadcasting()
678 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToBroadcasting()
684 shorter_index--; in ShapesAgreeUpToBroadcasting()
703 int shorter_index = shorter->dimensions_count() - 1; in ShapesAgreeUpToExtending() local
704 while (shorter_index >= 0) { in ShapesAgreeUpToExtending()
706 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToExtending()
712 shorter_index--; in ShapesAgreeUpToExtending()