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

Method append

tools/Polygraphy/polygraphy/common/interface.py:157–159  ·  view source on GitHub ↗
(self, elem)

Source from the content-addressed store, hash-verified

155 return repr(self.lst)
156
157 def append(self, elem):
158 self._check_type(elem)
159 return self.lst.append(elem)
160
161 def extend(self, elems):
162 for elem in elems:

Callers 15

test_licenseMethod · 0.45
_make_layerMethod · 0.45
group_parametersFunction · 0.45
collectMethod · 0.45
_compute_amax_entropyFunction · 0.45
_compute_amax_mseFunction · 0.45
calibrate_weightsFunction · 0.45
_get_amaxMethod · 0.45
__init__Method · 0.45
forwardFunction · 0.45
parse_input_shapesFunction · 0.45

Calls 1

_check_typeMethod · 0.95

Tested by 13

test_licenseMethod · 0.36
test_override_shapesMethod · 0.36
fake_algoFunction · 0.36
test_all_lazy_importsMethod · 0.36
run_resultsFunction · 0.36
mainFunction · 0.36
test_inferenceFunction · 0.36