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

Method __init__

demo/HuggingFace/BART/export.py:227–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

225# Converters #
226class BARTDecoderConverter(ModelFileConverter):
227 def __init__(self):
228 super().__init__(BARTDecoderTorchFile, BARTDecoderONNXFile, BARTDecoderTRTEngine)
229
230 def torch_to_onnx(
231 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