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

Function ensure_contiguous

src/models/ace_step/condition_encoder.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51core::TensorValue ensure_contiguous(core::ModuleBuildContext & ctx, const core::TensorValue & input) {
52 return core::ensure_backend_addressable_layout(ctx, input);
53}
54
55core::TensorValue reshape_heads(
56 core::ModuleBuildContext & ctx,

Callers 3

reshape_headsFunction · 0.70
attention_from_headsFunction · 0.70
encoder_layerFunction · 0.70

Calls 1

Tested by

no test coverage detected