MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / items

Method items

tools/Polygraphy/polygraphy/comparator/struct.py:144–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 yield arr.numpy()
143
144 def items(self):
145 for name, arr in super().items():
146 yield name, arr.numpy()
147
148 def __getitem__(self, name):
149 return super().__getitem__(name).numpy()

Callers 1

__eq__Method · 0.95

Calls 2

itemsMethod · 0.45
numpyMethod · 0.45

Tested by

no test coverage detected