Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unspecified out dim #974

Merged
merged 29 commits into from
Mar 3, 2022
Merged

Allow unspecified out dim #974

merged 29 commits into from
Mar 3, 2022

Conversation

albertz
Copy link
Member

@albertz albertz commented Mar 1, 2022

Fix #955 for most relevant layers, as an extension to #597.

  • ConvLayer
  • PoolLayer
  • TransposedConvLayer
  • WindowLayer
  • PadLayer
  • ResizeLayer
  • PrefixInTimeLayer
  • PostfixInTimeLayer
  • SliceLayer
  • SliceNdLayer
  • MergeDimsLayer
  • SplitDimsLayer (nothing needs to be done I think)
  • UnflattenNdLayer (nothing needs to be done I think)
  • RepeatLayer
  • TimeChunkingLayer (I think nothing needs to be done)
  • RemoveLayer (I think nothing needs to be done)
  • RecLayer (I think nothing needs to be done)
  • EditDistanceTableLayer (already done)
  • MaskedComputationLayer (I think nothing needs to be done)
  • CumConcatLayer (nothing needs to be done)
  • RangeFromLengthLayer (already done)
  • RangeLayer (already done)
  • ScatterNdLayer (nothing needs to be done)
  • ReduceOutLayer
  • StackLayer
  • SplitLayer (I think nothing needs to be done)
  • TileLayer
  • ConcatLayer (already done)
  • GatingLayer

albertz and others added 28 commits March 1, 2022 17:55
@albertz albertz marked this pull request as ready for review March 3, 2022 15:02
@albertz albertz requested a review from a team as a code owner March 3, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specified out dim tags potentially needs duplicated logic
1 participant