Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc3341 constexpr float kSeluScale = 1.0507009873554804934193349852946f; in TEST_P() local
3359 return (x > 0.0f) ? kSeluScale * x in TEST_P()
3360 : kSeluScale * kSeluAlpha * (std::exp(x) - 1); in TEST_P()