From cc78f0e1ed6c0648ca9c2d5fd3d5861850d83167 Mon Sep 17 00:00:00 2001 From: Thiago Machado Date: Sun, 3 Dec 2023 00:47:53 +0000 Subject: [PATCH] rm unneeded bound --- dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs b/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs index 8e980739..393f1976 100644 --- a/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs +++ b/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs @@ -86,7 +86,6 @@ where A: Shape + HasAxes, B: Shape + HasAxes, (A, B): TryConcatShapeAlong, - <(A, B) as TryConcatShapeAlong>::Output: Shape, T: Merge, { type Output = Tensor<<(A, B) as TryConcatShapeAlong>::Output, E, D, T>;