//! Spectrogram trait.
use crateDType;
use Result;
use Runtime;
use Tensor;
/// Algorithmic contract for spectrogram computation.
///
/// All backends implementing spectrogram algorithms MUST implement this trait using
/// the EXACT SAME ALGORITHMS to ensure numerical parity.