Skip to content

Commit

Permalink
Fix (core/shape): add view to enum (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored Feb 15, 2024
1 parent bdb121a commit 54557e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brevitas/core/function_wrapper/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ class StatsInputViewShapeImpl(object):
OVER_OUTPUT_CHANNELS = OverOutputChannelView
OVER_BATCH_OVER_TENSOR = OverBatchOverTensorView
OVER_BATCH_OVER_OUTPUT_CHANNELS = OverBatchOverOutputChannelView
OVER_OUTPUT_FEATURES = OverOutputFeaturesView

0 comments on commit 54557e4

Please sign in to comment.