Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc472 PrimitiveType bit_type = bits_shape->element_type(); in ConvertRandomBitsToUniformFloatingPoint() local
473 CHECK((value_type == F32 && bit_type == U32) || in ConvertRandomBitsToUniformFloatingPoint()
474 (value_type == F64 && bit_type == U64)); in ConvertRandomBitsToUniformFloatingPoint()