MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AsGpuStream

Function AsGpuStream

tensorflow/stream_executor/gpu/gpu_stream.cc:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51GpuStream* AsGpuStream(Stream* stream) {
52 DCHECK(stream != nullptr);
53 return static_cast<GpuStream*>(stream->implementation());
54}
55
56GpuStreamHandle AsGpuStreamValue(Stream* stream) {
57 DCHECK(stream != nullptr);

Callers 15

AsGpuStreamValueFunction · 0.85
RecordEventMethod · 0.85
WaitForEventMethod · 0.85
AllocateStreamMethod · 0.85
DeallocateStreamMethod · 0.85
StartTimerMethod · 0.85
StopTimerMethod · 0.85
DoRnnForwardImplMethod · 0.85
DoRnnBackwardImplMethod · 0.85
DoConvolveMethod · 0.85

Calls 1

implementationMethod · 0.45

Tested by

no test coverage detected