Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc108 constexpr int kShiftLen = NumBits(8 * sizeof(T)) - 1; in CheckBit() local
110 int bin = bit >> kShiftLen; in CheckBit()