Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backends/nxp/quantizer/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
@dataclass
class NodeArgsIdx:
"""
Specifies indexes to args paramater of Node in node input annotation.
Specifies indexes to args parameter of Node in node input annotation.


Attributes:
idx (int): Index to Node's args paramater (list). Selects an input Node or a list of Nodes at the index.
idx (int): Index to Node's args parameter (list). Selects an input Node or a list of Nodes at the index.
inner_idx (int): If specified, index to a list pointed by 'idx' attribute. Selects an input Node at the index.
Default: None.
"""
Expand Down
Loading