MCPcopy 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_tensorMethod · 0.95
_regularize_valueMethod · 0.95
default_netFunction · 0.85
maxFunction · 0.85
np_dtype_to_trtFunction · 0.85
warningMethod · 0.45

Tested by

no test coverage detected