Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize.h32 constexpr int64 kBitsOfByte = 8; variable
56 constexpr int64 kShiftBits = sizeof(T) / sizeof(uint8) * kBitsOfByte; in PackToUint32()
113 std::vector<uint32> shift_vec(unpack_size, kBitsOfByte * bytes_of_type);
120 bit_mask <<= kBitsOfByte;