Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
41
def
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
mod
Method · 0.85
divmod
Method · 0.85
Calls
1
layer
Method · 0.80
Tested by
no test coverage detected