@@ -8,11 +8,11 @@ use crate::{
8
8
unary_float_ops,
9
9
} ;
10
10
use burn_ir:: {
11
- BackendIr , BaseOperationIr , BinaryOpIr , CatOpIr , ClampOpIr , ExpandOpIr , FlipOpIr ,
12
- FloatOperationIr , GatherOpIr , HandleContainer , InitOperationIr , MaskFillOpIr , MaskWhereOpIr ,
13
- NumericOperationIr , OperationIr , PermuteOpIr , RandomOpIr , ReduceDimOpIr ,
14
- ReduceDimWithIndicesOpIr , RepeatDimOpIr , ScalarOpIr , ScatterOpIr , SelectAssignOpIr , SelectOpIr ,
15
- SliceAssignOpIr , SliceOpIr , SwapDimsOpIr , TensorIr , UnaryOpIr ,
11
+ BaseOperationIr , BinaryOpIr , CatOpIr , ClampOpIr , ExpandOpIr , FlipOpIr , FloatOperationIr ,
12
+ GatherOpIr , HandleContainer , InitOperationIr , MaskFillOpIr , MaskWhereOpIr , NumericOperationIr ,
13
+ OperationIr , PermuteOpIr , RandomOpIr , ReduceDimOpIr , ReduceDimWithIndicesOpIr , RepeatDimOpIr ,
14
+ ScalarOpIr , ScatterOpIr , SelectAssignOpIr , SelectOpIr , SliceAssignOpIr , SliceOpIr ,
15
+ SwapDimsOpIr , TensorIr , UnaryOpIr ,
16
16
} ;
17
17
use burn_tensor:: {
18
18
Device , Distribution , Element , ElementConversion , Shape , TensorData , TensorMetadata ,
0 commit comments