From 8655f2a582d2731faeace8f91ae1105b1caa07c8 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 9e4f1c41..7462fd2b 100644 --- a/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs +++ b/dfdx-core/src/tensor_ops/concat_tensor_along/mod.rs @@ -88,7 +88,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>;