Skip to content

Commit

Permalink
Update dfdx-core/src/tensor_ops/concat_shape_along/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Corey Lowman <clowman1993@gmail.com>
  • Loading branch information
swfsql and coreylowman authored Dec 2, 2023
1 parent 6d8ab56 commit b629f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfdx-core/src/tensor_ops/concat_shape_along/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use crate::{shapes::*, tensor::*};
/// assert_eq!(c, (Const::<2>, 6));
/// ```
pub trait TryConcatShapeAlong<Ax>: Sized {
type Output;
type Output: Shape;

/// Concatenates self along the given axis.
fn concat_shape_along(self, ax: Ax) -> Self::Output {
Expand Down

0 comments on commit b629f64

Please sign in to comment.