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

Method __init__

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

Source from the content-addressed store, hash-verified

415
416class T5EncoderConverter(ModelFileConverter):
417 def __init__(self):
418 super().__init__(T5EncoderTorchFile, T5EncoderONNXFile, T5EncoderTRTEngine)
419
420 def onnx_to_trt(
421 self, output_fpath: str, input_fpath: str, network_metadata: NetworkMetadata, profiles: List[Profile], preview_features: List[PreviewFeature]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected