Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ has_cpu
Method
has_cpu
dali/test/tensor_list_wrapper.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
51
constexpr bool has_cpu() const noexcept {
52
return cpu_ != nullptr;
53
}
54
55
56
constexpr bool has_gpu() const noexcept {
Callers
3
SetInputInPipeline
Function · 0.80
RunTest
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected