Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_license
Method · 0.45
build_sensitivity_profile
Function · 0.45
_make_layer
Method · 0.45
group_parameters
Function · 0.45
collect
Method · 0.45
_compute_amax_entropy
Function · 0.45
_compute_amax_mse
Function · 0.45
calibrate_weights
Function · 0.45
_get_amax
Method · 0.45
__init__
Method · 0.45
forward
Function · 0.45
parse_input_shapes
Function · 0.45
Calls
1
_check_type
Method · 0.95
Tested by
13
test_license
Method · 0.36
load_command_blocks_from_readme
Function · 0.36
test_override_shapes
Method · 0.36
fake_algo
Function · 0.36
test_all_lazy_imports
Method · 0.36
run_results
Function · 0.36
test_wrong_type_append
Method · 0.36
test_wrong_type_setitem
Method · 0.36
test_new_wrapper_registration
Function · 0.36
load_tfrecord_mean_min_max
Function · 0.36
main
Function · 0.36
test_inference
Function · 0.36