MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / build

Method build

src/framework/modules/activation_modules.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171 return core::wrap_tensor(ggml_cast(ctx.ggml, value.tensor, GGML_TYPE_F32), value.shape, GGML_TYPE_F32);
172}
173
174bool same_shape(const core::TensorShape & lhs, const core::TensorShape & rhs) {
175 if (lhs.rank != rhs.rank) {
176 return false;
177 }

Callers

nothing calls this directly

Calls 15

build_unaryFunction · 0.85
validate_rank_betweenFunction · 0.85
reshape_tensorFunction · 0.85
wrap_tensorFunction · 0.85
ggml_view_2dFunction · 0.85
ggml_sigmoidFunction · 0.85
ggml_mulFunction · 0.85
validate_shapeFunction · 0.85
make_snake_alpha_shapeFunction · 0.85
ggml_sinFunction · 0.85
ggml_divFunction · 0.85

Tested by

no test coverage detected