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

Function trace_aug

dali/test/python/operator_1/test_operator_origin_trace.py:257–258  ·  view source on GitHub ↗
(data, _)

Source from the content-addressed store, hash-verified

255 def my_custom_policy() -> Policy:
256 @augmentation
257 def trace_aug(data, _):
258 return origin_trace()
259
260 return Policy(
261 name="SimplePolicy",

Callers

nothing calls this directly

Calls 1

origin_traceFunction · 0.85

Tested by

no test coverage detected