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

Function max_

tensorflow/python/ops/image_ops_impl.py:953–957  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

951 target_width)
952
953 def max_(x, y):
954 if _is_tensor(x) or _is_tensor(y):
955 return math_ops.maximum(x, y)
956 else:
957 return max(x, y)
958
959 def min_(x, y):
960 if _is_tensor(x) or _is_tensor(y):

Callers 2

Calls 3

maximumMethod · 0.80
_is_tensorFunction · 0.70
maxFunction · 0.50

Tested by

no test coverage detected