Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ value
Method
value
tensorrt_llm/parameter.py:156–157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
154
155
@property
156
def
value(self) -> Tensor:
157
return
self.get_tensor(default_net())
158
159
@classmethod
160
def
xavier_init(cls, weights: np.ndarray):
Callers
nothing calls this directly
Calls
6
get_tensor
Method · 0.95
_regularize_value
Method · 0.95
default_net
Function · 0.85
max
Function · 0.85
np_dtype_to_trt
Function · 0.85
warning
Method · 0.45
Tested by
no test coverage detected