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

Function equal_

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

Source from the content-addressed store, hash-verified

963 return min(x, y)
964
965 def equal_(x, y):
966 if _is_tensor(x) or _is_tensor(y):
967 return math_ops.equal(x, y)
968 else:
969 return x == y
970
971 _, height, width, _ = _ImageDimensions(image, rank=4)
972 width_diff = target_width - width

Callers 3

FindMethod · 0.85
FindOrInsertMethod · 0.85

Calls 2

equalMethod · 0.80
_is_tensorFunction · 0.70

Tested by

no test coverage detected