Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resize_image_with_crop_or_pad
Function · 0.85
_resize_image_with_pad_common
Function · 0.85
Calls
3
maximum
Method · 0.80
_is_tensor
Function · 0.70
max
Function · 0.50
Tested by
no test coverage detected