pub struct ProviderIirFilterResult {
pub output: GpuTensorHandle,
pub final_state: Option<GpuTensorHandle>,
}Fields§
§output: GpuTensorHandleFiltered output tensor, matching the input signal shape.
final_state: Option<GpuTensorHandle>Final conditions for the filter state (same shape as the requested zi layout).
Trait Implementations§
Source§impl Clone for ProviderIirFilterResult
impl Clone for ProviderIirFilterResult
Source§fn clone(&self) -> ProviderIirFilterResult
fn clone(&self) -> ProviderIirFilterResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProviderIirFilterResult
impl Debug for ProviderIirFilterResult
Source§impl<'de> Deserialize<'de> for ProviderIirFilterResult
impl<'de> Deserialize<'de> for ProviderIirFilterResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProviderIirFilterResult
impl PartialEq for ProviderIirFilterResult
Source§impl Serialize for ProviderIirFilterResult
impl Serialize for ProviderIirFilterResult
impl StructuralPartialEq for ProviderIirFilterResult
Auto Trait Implementations§
impl Freeze for ProviderIirFilterResult
impl RefUnwindSafe for ProviderIirFilterResult
impl Send for ProviderIirFilterResult
impl Sync for ProviderIirFilterResult
impl Unpin for ProviderIirFilterResult
impl UnwindSafe for ProviderIirFilterResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more