Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.h82 int bit_index = ctz_uint64(word); in ForEach()
92 static int ctz_uint64(uint64 x) { in ctz_uint64() function