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

Function div

tools/Polygraphy/tests/models/make_models.py:41–42  ·  view source on GitHub ↗
(self, a, b, **kwargs)

Source from the content-addressed store, hash-verified

39
40@gs.Graph.register()
41def div(self, a, b, **kwargs):
42 return self.layer(op="Div", inputs=[a, b], outputs=["div_out"], **kwargs)[0]
43
44
45@gs.Graph.register()

Callers 2

modMethod · 0.85
divmodMethod · 0.85

Calls 1

layerMethod · 0.80

Tested by

no test coverage detected