// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! WaveNet Feather builder — const-generic profile `<8, 3, 4>`.
//!
//! 8 channels, 3×1 kernel, head-scale 4. Approximately 1/3 the
//! compute cost of Standard.
use crate;
use crateWaveNetModel;
/// Constructs a WaveNet Feather model (channels=8, kernel_size=3, head_scale=4).
pub