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

Method __init__

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

Source from the content-addressed store, hash-verified

248
249class T5DecoderONNXFile(ONNXModelFile):
250 def __init__(self, model, network_metadata):
251 super().__init__(model, T5DecoderConverter, network_metadata)
252
253
254# TRT Engine File Encoding #

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected