MCPcopy 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
100impl Fp8Backend {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected