Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dbounds_check.h34 typedef typename std::make_unsigned<decltype(index + limit)>::type UIndex; in FastBoundsCheck() typedef
35 return TF_PREDICT_TRUE(static_cast<UIndex>(index) < in FastBoundsCheck()
36 static_cast<UIndex>(limit)); in FastBoundsCheck()