Skip to content

Commit

Permalink
remove flat_trace_args_spec
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <[email protected]>
  • Loading branch information
crcrpar committed Dec 9, 2024
1 parent 5fcfced commit 9925b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thunder/transforms/tensor_subclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ class DesugarTensorSubclass:
swap_map: dict[Variable, ProxyInterface] = field(init=False, default_factory=dict)
fake_tensor_mode: FakeTensorMode = field(init=False, default_factory=FakeTensorMode)
flat_trace_args: Sequence[ProxyInterface] = field(init=False, default=None)
# TODO(crcrpar): Remove `flat_trace_args_spec` as there's no users apparently.
flat_trace_args_spec: Any = field(init=False, default=None)
subclass_proxy_to_flatten: set[Variable] = field(init=False, default_factory=set)
bsym_to_new_outputs: dict[BoundSymbol, list[TensorProxy]] = field(init=False, default_factory=dict)

Expand Down

0 comments on commit 9925b34

Please sign in to comment.