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

Function passes_assert

dali/test/python/test_external_source_impl_utils.py:22–23  ·  view source on GitHub ↗
(callback, sample)

Source from the content-addressed store, hash-verified

20
21
22def passes_assert(callback, sample):
23 assert_equals(callback(sample), True)
24
25
26def converts(callback, sample, baseline):

Callers

nothing calls this directly

Calls 2

assert_equalsFunction · 0.90
callbackFunction · 0.70

Tested by

no test coverage detected