Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ __init__
Method
__init__
demo/HuggingFace/T5/export.py:239–240 ·
view source on GitHub ↗
(self, model, network_metadata)
Source
from the content-addressed store, hash-verified
237
return
self.forward(*args, **kwargs)
238
239
def
__init__(self, model, network_metadata):
240
super().__init__(model, T5EncoderConverter, network_metadata)
241
242
243
# ONNX File Encoding #
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected