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

Function ensure_contiguous

src/models/roformer/runtime.cpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 return core::ensure_backend_addressable_layout(ctx, value);
192}
193
194core::TensorValue matmul_f32(
195 core::ModuleBuildContext & ctx,
196 const core::TensorValue & lhs,
197 const core::TensorValue & rhs) {
198 core::validate_rank_between(lhs, 2, core::kMaxTensorRank, "lhs");

Callers 7

matmul_f32Function · 0.70
reshape_headsFunction · 0.70
attention_from_headsFunction · 0.70
build_attentionFunction · 0.70
build_band_splitFunction · 0.70
build_mask_outputFunction · 0.70
MelBandGraphMethod · 0.70

Calls 1

Tested by

no test coverage detected