Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ get_subscriptions_impl
Method
get_subscriptions_impl
tools/Polygraphy/polygraphy/tools/base/tool.py:96–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
95
# Implementation for `get_subscriptions`. This should be implemented by child classes instead of `get_subscriptions`
96
def
get_subscriptions_impl(self):
97
return
[]
98
99
def
get_subscriptions(self):
100
""
"
Callers
1
get_subscriptions
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected