Skip to content

Commit 560c2aa

Browse files
committed
cum_concat_step (better name)
#31
1 parent 9bbe3f2 commit 560c2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nn/array_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def concat(*sources: LayerRef,
2222
raise NotImplementedError(f"Cannot handle concat with axis {axis!r} yet")
2323

2424

25-
def rec_cum_concat(
25+
def cum_concat_step(
2626
source: LayerRef, *, state: nn.LayerState,
2727
new_dim: nn.DimensionTag,
2828
name: Optional[str] = None) -> Tuple[Layer, nn.LayerState]:

0 commit comments

Comments
 (0)