MCPcopy 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_entropyFunction · 0.45
copyMethod · 0.45
fold_constantsMethod · 0.45
copyMethod · 0.45
export_nodeMethod · 0.45
assert_equalMethod · 0.45
test_export_nodeMethod · 0.45
parse_input_shapesFunction · 0.45
parse_profile_dictsFunction · 0.45
parse_layer_precisionsFunction · 0.45
activate_implMethod · 0.45

Calls

no outgoing calls

Tested by 14

test_export_nodeMethod · 0.36
checkFunction · 0.36
test_order_preservedMethod · 0.36
test_preview_featuresMethod · 0.36
test_itemsMethod · 0.36
test_postprocessMethod · 0.36