Skip to content

Commit

Permalink
rm unneeded bound
Browse files Browse the repository at this point in the history
  • Loading branch information
swfsql authored Dec 3, 2023
1 parent b629f64 commit cc78f0e
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 @@ -86,7 +86,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 cc78f0e

Please sign in to comment.