Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc678 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToBroadcasting() local
680 if ((d_long != d_short) && (d_long != 1) && (d_short != 1)) { in ShapesAgreeUpToBroadcasting()
706 const int d_short = shorter->dims(shorter_index); in ShapesAgreeUpToExtending() local
708 if (d_long != d_short) { in ShapesAgreeUpToExtending()