Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ is_inited
Method
is_inited
tensorrt_llm/parameter.py:194–195 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
copy_torch_to_numpy(value, weights)
193
194
def
is_inited(self) -> bool:
195
return
self._value is not None
196
197
@property
198
def
raw_value(self) -> np.ndarray:
Callers
5
main
Function · 0.80
load
Method · 0.80
unfuse_qkv_gemm
Function · 0.80
share_embedding
Function · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected