MCPcopy Create free account
hub / github.com/NVIDIA/DALI / get_absdiff

Function get_absdiff

dali/test/python/test_utils.py:206–212  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

204
205
206def get_absdiff(left, right):
207 # Make sanity checks, in particular, if wrapping signed integers works as expected
208 global absdiff_checked
209 if not absdiff_checked:
210 absdiff_checked = True
211 _check_absdiff()
212 return _get_absdiff(left, right)
213
214
215def dump_as_core_artifacts(image_info, lhs, rhs, iter=None, sample_idx=None):

Callers 1

check_batchFunction · 0.85

Calls 2

_check_absdiffFunction · 0.85
_get_absdiffFunction · 0.85

Tested by

no test coverage detected