Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/FasterTransformer
/ __init__
Method
__init__
examples/tensorflow/decoder/utils/common.py:298–299 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
296
class
cudaProfiler:
297
298
def
__init__(self):
299
self.profiler = ctypes.CDLL(
"libcudart.so"
)
300
301
def
start(self):
302
ret = self.profiler.cudaProfilerStart()
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected