Searched refs:total_shift_bits (Results 1 – 2 of 2) sorted by relevance
75 total_shift_bits = shift_bits * (num_elements_per_pack - p - 1)77 math_ops.cast(gathered_input, dtype=dtypes.uint32), total_shift_bits)
63 int64 total_shift_bits = kShiftBits * (kElementsPerPack - p - 1); in PackToUint32() local64 result |= (input[index] << total_shift_bits); in PackToUint32()