MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / abs

Function abs

tensorflow/python/keras/backend.py:2080–2089  ·  view source on GitHub ↗

Element-wise absolute value. Arguments: x: Tensor or variable. Returns: A tensor.

(x)

Source from the content-addressed store, hash-verified

2078
2079@keras_export('keras.backend.abs')
2080def abs(x):
2081 """Element-wise absolute value.
2082
2083 Arguments:
2084 x: Tensor or variable.
2085
2086 Returns:
2087 A tensor.
2088 """
2089 return math_ops.abs(x)
2090
2091
2092@keras_export('keras.backend.sqrt')

Callers 12

__init__Method · 0.70
testNormalProcessMethod · 0.50
testNormalProcessMethod · 0.50
testOperatorsMethod · 0.50
__getitem__Method · 0.50
z_testFunction · 0.50
testStdDevMethod · 0.50
test_moment_matchingFunction · 0.50
updateMethod · 0.50
object_list_uidFunction · 0.50
__abs__Method · 0.50

Calls

no outgoing calls

Tested by 8

testNormalProcessMethod · 0.40
testNormalProcessMethod · 0.40
testOperatorsMethod · 0.40
__getitem__Method · 0.40
z_testFunction · 0.40
testStdDevMethod · 0.40
test_moment_matchingFunction · 0.40