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

Method source_info

dali/python/nvidia/dali/data_node.py:355–357  ·  view source on GitHub ↗

Returns the "source_info" property. Equivalent to self.meta("source_info").

(self, *, device="cpu")

Source from the content-addressed store, hash-verified

353 return fn.get_property(self, key=key, device=device)
354
355 def source_info(self, *, device="cpu"):
356 """Returns the "source_info" property. Equivalent to self.meta("source_info")."""
357 return self.property("source_info", device=device)
358
359 def _check_gpu2cpu(self):
360 """Checks whether using this `DataNode` in a CPU operator is legal.

Callers 9

test_source_infoFunction · 0.80
check_batchFunction · 0.80
wds_source_infoFunction · 0.80
manual_verifyFunction · 0.80
test_pad_last_sampleFunction · 0.80
test_source_infoFunction · 0.80
run_decode_fusedFunction · 0.80

Calls 1

propertyMethod · 0.95

Tested by 9

test_source_infoFunction · 0.64
check_batchFunction · 0.64
wds_source_infoFunction · 0.64
manual_verifyFunction · 0.64
test_pad_last_sampleFunction · 0.64
test_source_infoFunction · 0.64
run_decode_fusedFunction · 0.64