Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ last_dim
Method
last_dim
src/framework/core/module.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
int64_t TensorShape::last_dim() const {
61
return at(rank - 1);
62
}
63
64
int64_t TensorShape::prefix_elements() const {
65
if (rank <= 1) {
Callers
15
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
flatten_to_matrix_shape
Function · 0.80
build
Method · 0.80
flatten_to_matrix_shape
Function · 0.80
flatten_to_matrix_shape
Function · 0.80
flatten_to_matrix_shape
Function · 0.80
validate_raw_tensor_byte_size
Function · 0.80
quantize_f32_rows
Function · 0.80
decode_tensor_data_f32
Function · 0.80
validate_last_dim
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected