Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ shape
Method
shape
cake-core/src/utils/split.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
}
41
42
fn shape(&self) -> &[usize] {
43
&self.shape
44
}
45
46
fn data(&self) -> std::borrow::Cow<'_, [u8]> {
47
std::borrow::Cow::from(&self.data)
Callers
15
create_new_metadata
Function · 0.80
get
Method · 0.80
get
Method · 0.80
get
Method · 0.80
get
Method · 0.80
from_tensor
Method · 0.80
read_layer_tensor_details
Function · 0.80
topk
Method · 0.80
attention
Method · 0.80
stable_softplus
Method · 0.80
attention
Method · 0.80
stable_softplus
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_mel_spectrogram_shape
Function · 0.64
test_mel_spectrogram_roundtrip
Function · 0.64