MCPcopy
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_engineMethod · 0.45
generate_trt_engineMethod · 0.45
get_inputsMethod · 0.45
to_onnxMethod · 0.45
castFunction · 0.45
gpt_attentionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected