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