Home
last modified time | relevance | path

Searched defs:clip_value_max (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_requantize_ops_test.cc112 float clip_value_max = static_cast<float>((1L << 31) - 1); in TEST_F() local
173 float clip_value_max = 6; // Can be used as 6 for Relu 6 activations. in TEST_F() local
/external/tensorflow/tensorflow/python/ops/
Dclip_ops.py40 def clip_by_value(t, clip_value_min, clip_value_max, argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dmasked_autoregressive.py571 def _clip_by_value_preserve_grad(x, clip_value_min, clip_value_max, name=None): argument