Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ values
Method
values
tools/Polygraphy/polygraphy/common/interface.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
return
self.dct.keys()
65
66
def
values(self):
67
return
self.dct.values()
68
69
def
items(self):
70
return
self.dct.items()
Callers
15
call_impl
Method · 0.45
call_impl
Method · 0.45
deactivate_impl
Method · 0.45
infer_impl
Method · 0.45
call_impl
Method · 0.45
_infer_impl_legacy
Method · 0.45
deactivate_impl
Method · 0.45
free
Method · 0.45
mark_outputs
Function · 0.45
infer_impl
Method · 0.45
call_impl
Method · 0.45
str_from_onnx_graph
Function · 0.45
Calls
no outgoing calls
Tested by
15
__iter__
Method · 0.36
test_force_fallback_shape_inference_will_override_model_shapes
Method · 0.36
test_force_fallback_shape_inference_will_override_model_shapes
Method · 0.36
test_merge_inputs_outputs
Method · 0.36
test_layerwise_outputs
Method · 0.36
test_exclude_outputs_with_layerwise
Method · 0.36
test_onnx_rt_layerwise_outputs
Method · 0.36
test_onnx_rt_exclude_outputs_with_layerwise
Method · 0.36
test_postprocess
Method · 0.36
check_calibrator_cleanup
Method · 0.36
test_preview_features
Method · 0.36
test_can_build_with_calibrator
Method · 0.36