Skip to content

Commit

Permalink
Add shape_bucket attributes into CompileOptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed Aug 25, 2023
1 parent d873ae9 commit a7a5a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/nncase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ class CompileOptions:
dump_asm: bool
dump_ir: bool
dump_dir: str
shape_bucket_enable: bool
shape_bucket_range_info: dict
shape_bucket_segments_count: int
shape_bucket_fix_var_map: dict

def __init__(self) -> None:

Expand Down

0 comments on commit a7a5a0c

Please sign in to comment.