Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc3340 constexpr float kSeluAlpha = 1.7580993408473768599402175208123f; in TEST_P() local
3360 : kSeluScale * kSeluAlpha * (std::exp(x) - 1); in TEST_P()