MCPcopy Create free account
hub / github.com/NVIDIA/DALI / TEST_F

Function TEST_F

dali/operators/decoder/cache/image_cache_largest_test.cc:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51TEST_F(ImageCacheLargestTest, FirstRoundNoCache) {
52 AddImage(1);
53 AddImage(2);
54 AddImage(3);
55 AddImage(4);
56 EXPECT_FALSE(IsCached(1));
57 EXPECT_FALSE(IsCached(2));
58 EXPECT_FALSE(IsCached(3));
59 EXPECT_FALSE(IsCached(4));
60}
61
62TEST_F(ImageCacheLargestTest, SecondRoundCache) {
63 for (std::size_t i = 0; i < 2; i++) {

Callers

nothing calls this directly

Calls 8

CUDA_CALLFunction · 0.85
copyFunction · 0.85
to_stringFunction · 0.50
ReadMethod · 0.45
GetMethod · 0.45
dataMethod · 0.45
AddMethod · 0.45
IsCachedMethod · 0.45

Tested by

no test coverage detected