File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3030)
3131from executorch .backends .qualcomm ._passes .convert_prelu import ConvertPReLU
3232from executorch .backends .qualcomm ._passes .convert_to_linear import ConvertToLinear
33+ from executorch .backends .qualcomm ._passes .expand_broadcast_tensor_shape import (
34+ ExpandBroadcastTensorShape ,
35+ )
3336from executorch .backends .qualcomm ._passes .fold_qdq import FoldQDQ
3437from executorch .backends .qualcomm ._passes .i64_to_i32 import I64toI32
3538from executorch .backends .qualcomm ._passes .layout_transform import LayoutTransform
4750 QNN_TENSOR_TYPE_MAP ,
4851)
4952from executorch .backends .qualcomm .builders .qnn_constants import OpContextLoader
50- from executorch .backends .qualcomm .passes .expand_broadcast_tensor_shape import (
51- ExpandBroadcastTensorShape ,
52- )
5353from executorch .backends .qualcomm .serialization .qnn_compile_spec_schema import (
5454 _soc_info_table ,
5555 QcomChipset ,
You can’t perform that action at this time.
0 commit comments