tf.contrib.keras.backend.abs
abs(x)
Defined in tensorflow/contrib/keras/python/keras/backend.py.
Element-wise absolute value.
Arguments:
x: Tensor or variable.
Returns:
A tensor.
tf.contrib.keras.backend.absabs(x)
Defined in tensorflow/contrib/keras/python/keras/backend.py.
Element-wise absolute value.
x: Tensor or variable.
A tensor.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated June 15, 2017.
