Searched refs:bit_type (Results 1 – 1 of 1) sorted by relevance
472 PrimitiveType bit_type = bits_shape->element_type(); in ConvertRandomBitsToUniformFloatingPoint() local473 CHECK((value_type == F32 && bit_type == U32) || in ConvertRandomBitsToUniformFloatingPoint()474 (value_type == F64 && bit_type == U64)); in ConvertRandomBitsToUniformFloatingPoint()