MCPcopy 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()
36def 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_implMethod · 0.50

Calls 1

layerMethod · 0.80

Tested by

no test coverage detected