Skip to content

Commit f1b741e

Browse files
authored
Use the common return_type field to support ET-QNN internally and externally
Differential Revision: D61288452 Pull Request resolved: #4716
1 parent 84100d1 commit f1b741e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/qualcomm/aot/ir/qcir_utils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace torch {
1515
namespace executor {
1616
namespace qnn {
1717

18-
typedef flatbuffers::Vector<::flatbuffers::Offset<qcir::Tensor>>::value_type
18+
typedef flatbuffers::Vector<::flatbuffers::Offset<qcir::Tensor>>::return_type
1919
tensor_type;
2020
typedef flatbuffers::Vector<
21-
::flatbuffers::Offset<qcir::QuantizeParam>>::value_type qparam_type;
21+
::flatbuffers::Offset<qcir::QuantizeParam>>::return_type qparam_type;
2222

2323
qcir::TensorType ToTensorType(Qnn_TensorType_t type);
2424
Qnn_TensorType_t ToTensorType(qcir::TensorType type);

0 commit comments

Comments
 (0)