MCPcopy Create free account
hub / github.com/evilsocket/cake / tensor_names

Method tensor_names

cake-core/src/utils/tensor_storage.rs:576–578  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

574 }
575
576 fn tensor_names(&self) -> Vec<String> {
577 self.index.keys().cloned().collect()
578 }
579
580 fn tensor_count(&self) -> usize {
581 self.index.len()

Callers 2

tensor_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected