Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ get_input
Method
get_input
tensorrt_llm/graph_rewriting.py:366–367 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
364
self.raw_outputs = outputs
365
366
def
get_input(self, name: str) -> Any:
367
return
self.raw_inputs[name]
368
369
def
clone_inputs(self):
370
""
"Get a shallow copy of the inputs."
""
Callers
6
generate_trt_engine
Method · 0.45
generate_trt_engine
Method · 0.45
get_inputs
Method · 0.45
to_onnx
Method · 0.45
cast
Function · 0.45
gpt_attention
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected