Searched refs:HexagonModel (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonOperationsCheck.cpp | 35 HexagonModel* model, OperationType op) { in addMul() 49 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in add() 53 bool mul(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in mul() 57 bool pool(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model, in pool() 115 HexagonModel* model) { in average_pool_2d() 120 HexagonModel* model) { in l2_pool_2d() 125 HexagonModel* model) { in max_pool_2d() 130 HexagonModel* model) { in concatenation() 152 HexagonModel* model) { in conv_2d() 212 HexagonModel* model) { in depthwise_conv_2d() [all …]
|
D | HexagonOperationsPrepare.cpp | 35 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) { in add() 50 HexagonModel* model) { in average_pool_2d() 101 HexagonModel* model) { in concatenation() 123 HexagonModel* model) { in conv_2d() 170 HexagonModel* model) { in depthwise_conv_2d() 222 HexagonModel* model) { in fully_connected() 238 HexagonModel* model) { in l2_pool_2d() 289 const std::vector<uint32_t>& outs, HexagonModel* model) { in local_response_normalization() 310 HexagonModel* model) { in logistic() 322 HexagonModel* model) { in max_pool_2d() [all …]
|
D | HexagonOperations.h | 34 using HexagonModel = ::android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model; variable 42 const std::vector<uint32_t>& /* outs */, HexagonModel* /* model */)>;
|
D | Android.bp | 28 "HexagonModel.cpp",
|