MCPcopy Create free account
hub / github.com/apache/arrow / value

Function value

cpp/src/arrow/gpu/cuda_context.h:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 ~Stream() = default;
154
155 [[nodiscard]] inline CUstream value() const noexcept {
156 if (!stream_) {
157 return CUstream{};
158 }
159 return *reinterpret_cast<CUstream*>(stream_.get());
160 }
161 operator CUstream() const noexcept { return value(); }
162
163 const void* get_raw() const noexcept override { return stream_.get(); }

Callers 12

WaitEventMethod · 0.70
SynchronizeMethod · 0.70
WaitMethod · 0.70
RecordMethod · 0.70
cuda_context.hFile · 0.70
ImplMethod · 0.50
SetExecutableMethod · 0.50
SetEnvMethod · 0.50
valuesMethod · 0.50
valueMethod · 0.50
BM_ByteStreamSplitDecodeFunction · 0.50
BM_ByteStreamSplitEncodeFunction · 0.50

Calls 1

getMethod · 0.45

Tested by 1

valuesMethod · 0.40