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

Class Padding

src/model/autoencoder/mod.rs:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422#[derive(Module, Clone, Debug)]
423pub struct Padding {
424 pad_left: usize,
425 pad_right: usize,
426 pad_top: usize,
427 pad_bottom: usize,
428}
429
430#[derive(Config)]
431pub struct MidConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected