Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc107 __device__ EIGEN_STRONG_INLINE bool CheckBit(T* bit_mask, int bit) { in CheckBit() function
129 if (!CheckBit(local, box)) { in NMSReduce()
144 result_mask[box] = CheckBit(local, box); in NMSReduce()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h144 INLINE static bool CheckBit(T word, uint32_t bit)
Dpa.h638 return CheckBit(this->pCutIndices[vertexIndex], vertexOffset); in IsCutIndex()
Dclip.h516 if (CheckBit(constantInterpMask, slot))
Dbinner.cpp105 if (CheckBit(constantInterpMask, i)) in ProcessAttributes()