Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ add
Function
add
tools/Polygraphy/tests/models/make_models.py:36–37 ·
view source on GitHub ↗
(self, a, b, **kwargs)
Source
from the content-addressed store, hash-verified
34
35
@gs.Graph.register()
36
def
add(self, a, b, **kwargs):
37
return
self.layer(op=
"Add"
, inputs=[a, b], outputs=[
"add_out"
], **kwargs)[0]
38
39
40
@gs.Graph.register()
Callers
1
register_impl
Method · 0.50
Calls
1
layer
Method · 0.80
Tested by
no test coverage detected