Skip to content

Commit

Permalink
rm unneeded bound
Browse files Browse the repository at this point in the history
  • Loading branch information
swfsql committed Dec 4, 2023
1 parent 7c88fb6 commit 8655f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ where
A: Shape + HasAxes<Ax>,
B: Shape<Concrete = A::Concrete> + HasAxes<Ax>,
(A, B): TryConcatShapeAlong<Ax>,
<(A, B) as TryConcatShapeAlong<Ax>>::Output: Shape,
T: Merge<R>,
{
type Output = Tensor<<(A, B) as TryConcatShapeAlong<Ax>>::Output, E, D, T>;
Expand Down

0 comments on commit 8655f2a

Please sign in to comment.