Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ TEST_F
Function
TEST_F
dali/operators/decoder/cache/image_cache_blob_test.cc:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
TEST_F(ImageCacheBlobTest, EmptyCache) {
42
EXPECT_FALSE(cache_->IsCached(kKey1));
43
}
44
45
TEST_F(ImageCacheBlobTest, Add) {
46
EXPECT_FALSE(cache_->IsCached(kKey1));
Callers
nothing calls this directly
Calls
5
to_string
Function · 0.50
IsCached
Method · 0.45
Add
Method · 0.45
size
Method · 0.45
Read
Method · 0.45
Tested by
no test coverage detected