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

Method __init__

demo/HuggingFace/BART/export.py:195–196  ·  view source on GitHub ↗
(self, model, network_metadata)

Source from the content-addressed store, hash-verified

193
194class BARTDecoderONNXFile(ONNXModelFile):
195 def __init__(self, model, network_metadata):
196 super().__init__(model, BARTDecoderConverter, network_metadata)
197
198
199# TRT Engine File Encoding #

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected