Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Oct 17, 2023
1 parent 03f97a4 commit 18a9c61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pulse/src/ops/array/mask.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
use crate::internal::*;
use tract_pulse_opl::ops::PulseMask;

impl PulsedOp for PulseMask {
fn pulsed_output_facts(&self, inputs: &[&PulsedFact]) -> TractResult<TVec<PulsedFact>> {
Ok(inputs.iter().cloned().cloned().collect())
}

as_op!();
pulsed_op_to_typed_op!();
}

0 comments on commit 18a9c61

Please sign in to comment.