Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ parameters
Method
parameters
tensorrt_llm/module.py:162–164 ·
view source on GitHub ↗
(self, recurse=True)
Source
from the content-addressed store, hash-verified
160
yield
name, v
161
162
def
parameters(self, recurse=True):
163
for
name, param in self.named_parameters():
164
yield
param
165
166
def
named_parameters(self, prefix=
""
, recurse=True):
167
gen = self._named_members(
Callers
15
generate_dummy_loras
Function · 0.80
test_bielik_11b_v2_2_instruct_multi_lora
Function · 0.80
test_gemma3_1b_instruct_multi_lora
Function · 0.80
test_tensor_parallelism
Function · 0.80
_run_pixtral_and_compare_against_ref
Function · 0.80
count_parameters
Function · 0.80
reset_parameters
Function · 0.80
test_model_dtype
Method · 0.80
capture_activation_range
Function · 0.80
encode_image
Method · 0.80
__call__
Method · 0.80
device
Method · 0.80
Calls
1
named_parameters
Method · 0.95
Tested by
7
test_bielik_11b_v2_2_instruct_multi_lora
Function · 0.64
test_gemma3_1b_instruct_multi_lora
Function · 0.64
test_tensor_parallelism
Function · 0.64
_run_pixtral_and_compare_against_ref
Function · 0.64
count_parameters
Function · 0.64
reset_parameters
Function · 0.64
test_model_dtype
Method · 0.64