Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc121 } cast_union; in IntegerFrExp() local
122 cast_union.double_value = input; in IntegerFrExp()
123 const uint64_t u = cast_union.double_as_uint; in IntegerFrExp()