MCPcopy Create free account
hub / github.com/Gadersd/stable-diffusion-burn / MLPConfig

Class MLPConfig

src/model/unet/mod.rs:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529#[derive(Config)]
530pub struct MLPConfig {
531 n_state: usize,
532 mult: usize,
533}
534
535impl MLPConfig {
536 pub fn init<B: Backend>(&self, device: &B::Device) -> MLP<B> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected