Searched defs:clip_value_max (Results 1 – 3 of 3) sorted by relevance
112 float clip_value_max = static_cast<float>((1L << 31) - 1); in TEST_F() local173 float clip_value_max = 6; // Can be used as 6 for Relu 6 activations. in TEST_F() local
40 def clip_by_value(t, clip_value_min, clip_value_max, argument
571 def _clip_by_value_preserve_grad(x, clip_value_min, clip_value_max, name=None): argument