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

Method __init__

demo/HuggingFace/T5/export.py:245–246  ·  view source on GitHub ↗
(self, model, network_metadata)

Source from the content-addressed store, hash-verified

243# ONNX File Encoding #
244class T5EncoderONNXFile(ONNXModelFile):
245 def __init__(self, model, network_metadata):
246 super().__init__(model, T5EncoderConverter, network_metadata)
247
248
249class T5DecoderONNXFile(ONNXModelFile):

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected