Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ TEST
Function
TEST
dali/test/tensor_list_wrapper_test.cc:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
namespace testing {
21
22
TEST(TensorListWrapper, EmptyWrapperBoolOperator) {
23
TensorListWrapper tw;
24
EXPECT_FALSE(tw);
25
}
26
27
28
TEST(TensorListWrapper, HasCpu) {
Callers
nothing calls this directly
Calls
2
has_cpu
Method · 0.80
has_gpu
Method · 0.80
Tested by
no test coverage detected