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

Function contiguous

src/models/chatterbox/s3_tokenizer_impl.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return linear;
73}
74
75engine::core::TensorValue contiguous(
76 engine::core::ModuleBuildContext & ctx,
77 const engine::core::TensorValue & input) {
78 return engine::core::ensure_backend_addressable_layout(ctx, input);
79}
80
81engine::core::TensorValue permute_tensor(

Callers 8

batched_matmulFunction · 0.70
linear_lastdimFunction · 0.70
layer_norm_lastdimFunction · 0.70
negate_tensorFunction · 0.70
tokenizer_conv1d_bctFunction · 0.70
tokenizer_fsmn_btcFunction · 0.70

Calls 1

Tested by

no test coverage detected