We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84100d1 commit f1b741eCopy full SHA for f1b741e
backends/qualcomm/aot/ir/qcir_utils.h
@@ -15,10 +15,10 @@ namespace torch {
15
namespace executor {
16
namespace qnn {
17
18
-typedef flatbuffers::Vector<::flatbuffers::Offset<qcir::Tensor>>::value_type
+typedef flatbuffers::Vector<::flatbuffers::Offset<qcir::Tensor>>::return_type
19
tensor_type;
20
typedef flatbuffers::Vector<
21
- ::flatbuffers::Offset<qcir::QuantizeParam>>::value_type qparam_type;
+ ::flatbuffers::Offset<qcir::QuantizeParam>>::return_type qparam_type;
22
23
qcir::TensorType ToTensorType(Qnn_TensorType_t type);
24
Qnn_TensorType_t ToTensorType(qcir::TensorType type);
0 commit comments