MCPcopy 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

20namespace testing {
21
22TEST(TensorListWrapper, EmptyWrapperBoolOperator) {
23 TensorListWrapper tw;
24 EXPECT_FALSE(tw);
25}
26
27
28TEST(TensorListWrapper, HasCpu) {

Callers

nothing calls this directly

Calls 2

has_cpuMethod · 0.80
has_gpuMethod · 0.80

Tested by

no test coverage detected