Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ has_gpu
Method
has_gpu
dali/test/tensor_list_wrapper.h:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
56
constexpr bool has_gpu() const noexcept {
57
return gpu_ != nullptr;
58
}
59
60
61
std::string backend() const noexcept {
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected