Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
items
Method · 0.45
numpy
Method · 0.45
Tested by
no test coverage detected