MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / cuda_stream

Method cuda_stream

tests/cvcuda/python/test_stream.py:97–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 self.m_stream = torch.cuda.Stream()
96
97 def cuda_stream(self):
98 return self.m_stream.cuda_stream
99
100 def stream(self):
101 return self.m_stream

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected