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

Method __init__

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

Source from the content-addressed store, hash-verified

182 return self.forward(*args, **kwargs)
183
184 def __init__(self, model, network_metadata):
185 super().__init__(model, BARTEncoderConverter, network_metadata)
186
187
188# ONNX File Encoding #

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected