Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.h79 uint64 only_lowest_bit_set = word & -word; in ForEach() local
86 word ^= only_lowest_bit_set; in ForEach()