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

Function ff_inner_dim

src/models/stable_audio/rf_dit.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int64_t ff_inner_dim(const StableAudioConfig & config) {
91 return config.embed_dim * 4;
92}
93
94core::TensorValue ensure_contiguous(core::ModuleBuildContext & ctx, const core::TensorValue & input) {
95 return core::ensure_backend_addressable_layout(ctx, input);

Callers 2

swiglu_ffFunction · 0.70
load_feed_forwardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected