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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class NormalizeIndexPutNoneIndicesPass(ArmPass):
"""Normalize index_put with None:s in the indices_tensor list by moving
None-indexed dims to the channel dimensions (*C_j in RewriteIndexPutPass
teminology) by permutating the destination and data tensors. A None-index
terminology) by permuting the destination and data tensors. A None-index
corresponds to selecting the entire dim, which is equivalent with being a
channel dimension.

Expand Down
Loading