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 30
30
)
31
31
from executorch .backends .qualcomm ._passes .convert_prelu import ConvertPReLU
32
32
from executorch .backends .qualcomm ._passes .convert_to_linear import ConvertToLinear
33
+ from executorch .backends .qualcomm ._passes .expand_broadcast_tensor_shape import (
34
+ ExpandBroadcastTensorShape ,
35
+ )
33
36
from executorch .backends .qualcomm ._passes .fold_qdq import FoldQDQ
34
37
from executorch .backends .qualcomm ._passes .i64_to_i32 import I64toI32
35
38
from executorch .backends .qualcomm ._passes .layout_transform import LayoutTransform
47
50
QNN_TENSOR_TYPE_MAP ,
48
51
)
49
52
from executorch .backends .qualcomm .builders .qnn_constants import OpContextLoader
50
- from executorch .backends .qualcomm .passes .expand_broadcast_tensor_shape import (
51
- ExpandBroadcastTensorShape ,
52
- )
53
53
from executorch .backends .qualcomm .serialization .qnn_compile_spec_schema import (
54
54
_soc_info_table ,
55
55
QcomChipset ,
You can’t perform that action at this time.
0 commit comments