[][src]Function torch_sys::c_generated::atg_stft

pub unsafe extern "C" fn atg_stft(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    n_fft_: i64,
    hop_length_v: i64,
    hop_length_null: i8,
    win_length_v: i64,
    win_length_null: i8,
    window_: *mut C_tensor,
    normalized_: c_int,
    onesided_: c_int
)