Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ register_network_output
Method
register_network_output
tensorrt_llm/module.py:192–193 ·
view source on GitHub ↗
(self, name, value)
Source
from the content-addressed store, hash-verified
190
self._parameters[name] = param
191
192
def
register_network_output(self, name, value):
193
self._network_outputs[name] = value
194
195
def
named_network_outputs(self):
196
for
name, module in self.named_modules():
Callers
15
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
embedding
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
4
forward
Method · 0.64
forward
Method · 0.64
forward
Method · 0.64
forward
Method · 0.64