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

Method values

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

Source from the content-addressed store, hash-verified

138 return super().__setitem__(name, IterationResult._to_lazy(arr))
139
140 def values(self):
141 for arr in super().values():
142 yield arr.numpy()
143
144 def items(self):
145 for name, arr in super().items():

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
numpyMethod · 0.45

Tested by

no test coverage detected