Skip to content

Commit

Permalink
this again
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Mar 22, 2024
1 parent df18aa7 commit 7d66cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ macro_rules! inputs {

#[cfg(test)]
mod tests {
use std::collections::HashMap;
use std::{collections::HashMap, sync::Arc};

use crate::*;

Expand Down
2 changes: 2 additions & 0 deletions src/value/impl_tensor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ impl<T: IntoTensorElementType + Clone + Debug, const N: usize> IndexMut<[i64; N]

#[cfg(test)]
mod tests {
use std::sync::Arc;

use ndarray::{ArcArray1, Array1, CowArray};

use crate::*;
Expand Down

0 comments on commit 7d66cbb

Please sign in to comment.