Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ items
Method
items
tools/Polygraphy/polygraphy/common/interface.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
return
self.dct.values()
68
69
def
items(self):
70
return
self.dct.items()
71
72
def
update(self, other):
73
for
key, val in other.items():
Callers
15
_compute_amax_entropy
Function · 0.45
copy
Method · 0.45
fold_constants
Method · 0.45
copy
Method · 0.45
export_node
Method · 0.45
assert_equal
Method · 0.45
test_export_node
Method · 0.45
test_tensors_does_not_modify_tensors
Method · 0.45
parse_input_shapes
Function · 0.45
parse_profile_dicts
Function · 0.45
parse_layer_precisions
Function · 0.45
activate_impl
Method · 0.45
Calls
no outgoing calls
Tested by
14
test_export_node
Method · 0.36
test_tensors_does_not_modify_tensors
Method · 0.36
check
Function · 0.36
test_per_path_verbosities
Method · 0.36
test_order_preserved
Method · 0.36
test_memory_pool_limits
Method · 0.36
test_preview_features
Method · 0.36
test_calibrator_checks_input_metadata
Method · 0.36
test_memory_pool_limits
Method · 0.36
test_dim_param_preserved
Method · 0.36
test_items
Method · 0.36
test_postprocess
Method · 0.36