Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dquantized_ops_test.py75 total_shift_bits = shift_bits * (num_elements_per_pack - p - 1)
77 math_ops.cast(gathered_input, dtype=dtypes.uint32), total_shift_bits)
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize.h63 int64 total_shift_bits = kShiftBits * (kElementsPerPack - p - 1); in PackToUint32() local
64 result |= (input[index] << total_shift_bits); in PackToUint32()