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

Function contiguous

src/framework/modules/wavlm_encoder.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114core::TensorValue contiguous(core::ModuleBuildContext & ctx, const core::TensorValue & value) {
115 return core::ensure_backend_addressable_layout(ctx, value);
116}
117
118core::TensorValue ensure_f32(core::ModuleBuildContext & ctx, const core::TensorValue & value) {
119 if (value.type == GGML_TYPE_F32) {

Callers 4

add_scalarFunction · 0.70
mul_scalarFunction · 0.70
grouped_pos_convFunction · 0.70

Calls 1

Tested by

no test coverage detected