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