Searched refs:shorter_index (Results 1 – 1 of 1) sorted by relevance
675 int shorter_index = shorter->dimensions_count() - 1; in ShapesAgreeUpToBroadcasting() local676 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() local704 while (shorter_index >= 0) { in ShapesAgreeUpToExtending()706 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToExtending()712 shorter_index--; in ShapesAgreeUpToExtending()