MCPcopy 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
60int64_t TensorShape::last_dim() const {
61 return at(rank - 1);
62}
63
64int64_t TensorShape::prefix_elements() const {
65 if (rank <= 1) {

Callers 15

buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
flatten_to_matrix_shapeFunction · 0.80
buildMethod · 0.80
flatten_to_matrix_shapeFunction · 0.80
flatten_to_matrix_shapeFunction · 0.80
flatten_to_matrix_shapeFunction · 0.80
quantize_f32_rowsFunction · 0.80
decode_tensor_data_f32Function · 0.80
validate_last_dimFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected