Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ contains_tensor
Method
contains_tensor
cake-core/src/utils/fp8.rs:95–97 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
93
}
94
95
fn contains_tensor(&self, name: &str) -> bool {
96
self.inner.get(name).is_ok()
97
}
98
}
99
100
impl Fp8Backend {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected