MCPcopy 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

SetInputInPipelineFunction · 0.80
RunTestMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected