Computes a tensor with all of its values clipped to fall between min_value and max_value, i.e. min(max(x, min_value), max_value). The output tensor has the same shape as x.
1 |
x |
matrix or CNTK Function that outputs a tensor |
name |
(str) the name of the Function instance in the network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.