Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5044 uint32_t u32_max = std::numeric_limits<uint32_t>::max(); in matchAndRewrite() local
5046 std::ceil(exponent * std::log(num_elements) / std::log(u32_max)); in matchAndRewrite()
5052 /*upper_limit=*/u32_max, &rewriter); in matchAndRewrite()