MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / __init__

Method __init__

demo/HuggingFace/T5/export.py:294–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

292# Converters #
293class T5DecoderConverter(ModelFileConverter):
294 def __init__(self):
295 super().__init__(T5DecoderTorchFile, T5DecoderONNXFile, T5DecoderTRTEngine)
296
297 def torch_to_onnx(
298 self, output_fpath: str, model: Module, network_metadata: NetworkMetadata

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected