| /hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
| D | ValidateModel.cpp | 42 const V1_1::Model& model) { in validateGetSupportedOperations() 53 const V1_1::Model& model, ExecutionPreference preference) { in validatePrepareModel() 80 static void validate(const sp<IDevice>& device, const std::string& message, V1_1::Model model, in validate() 110 static uint32_t addOperand(Model* model) { in addOperand() 123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() 139 static void mutateOperandTypeTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandTypeTest() 145 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest() 169 static void mutateOperandRankTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandRankTest() 174 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest() 198 static void mutateOperandScaleTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateOperandScaleTest() [all …]
|
| D | VtsHalNeuralnetworks.cpp | 34 static void createPreparedModel(const sp<IDevice>& device, const V1_1::Model& model, in createPreparedModel() 125 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
|
| /hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
| D | ValidateModel.cpp | 36 const V1_0::Model& model) { in validateGetSupportedOperations() 47 const V1_0::Model& model) { in validatePrepareModel() 67 static void validate(const sp<IDevice>& device, const std::string& message, V1_0::Model model, in validate() 94 static uint32_t addOperand(Model* model) { in addOperand() 107 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() 123 static void mutateOperandTypeTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandTypeTest() 129 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest() 153 static void mutateOperandRankTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandRankTest() 158 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest() 182 static void mutateOperandScaleTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateOperandScaleTest() [all …]
|
| D | VtsHalNeuralnetworks.cpp | 34 static void createPreparedModel(const sp<IDevice>& device, const V1_0::Model& model, in createPreparedModel() 124 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
|
| D | GeneratedTestHarness.cpp | 435 V1_0::Model model = create_model(); in Execute() local 482 V1_1::Model model = create_model(); in Execute() local 527 void PrepareModel(const sp<V1_2::IDevice>& device, const V1_2::Model& model, in PrepareModel() 572 V1_2::Model model = create_model(); in Execute() local
|
| /hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
| D | ValidateModel.cpp | 41 const Model& model) { in validateGetSupportedOperations() 52 const Model& model, ExecutionPreference preference) { in validatePrepareModel() 80 static void validate(const sp<IDevice>& device, const std::string& message, Model model, in validate() 110 static uint32_t addOperand(Model* model) { in addOperand() 123 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand() 139 static void mutateOperandTypeTest(const sp<IDevice>& device, const Model& model) { in mutateOperandTypeTest() 145 validate(device, message, model, [operand, invalidOperandType](Model* model) { in mutateOperandTypeTest() 177 static void mutateOperandRankTest(const sp<IDevice>& device, const Model& model) { in mutateOperandRankTest() 185 validate(device, message, model, [operand, invalidRank](Model* model) { in mutateOperandRankTest() 217 static void mutateOperandScaleTest(const sp<IDevice>& device, const Model& model) { in mutateOperandScaleTest() [all …]
|
| D | VtsHalNeuralnetworks.cpp | 37 static void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel() 129 void ValidationTest::validateEverything(const Model& model, const std::vector<Request>& requests) { in validateEverything()
|
| D | CompilationCachingTests.cpp | 353 bool isModelFullySupported(const V1_2::Model& model) { in isModelFullySupported() 367 void saveModelToCache(const V1_2::Model& model, const hidl_vec<hidl_handle>& modelCache, in saveModelToCache() 404 bool checkEarlyTermination(const V1_2::Model& model) { in checkEarlyTermination()
|
| /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 | Device.cpp | 70 Return<void> Device::getSupportedOperations(const Model& model, in getSupportedOperations() 90 static void asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) { in asyncPrepare() 104 Return<ErrorStatus> Device::prepareModel(const Model& model, in prepareModel()
|
| D | PreparedModel.cpp | 37 static void asyncExecute(const std::shared_ptr<hexagon::Model>& model, const Request& request, in asyncExecute()
|
| D | HexagonModel.cpp | 31 static std::vector<OperandInfo> getOperandsInfo(const NeuralnetworksModel& model, in getOperandsInfo() 49 Model::Model(const NeuralnetworksModel& model) : mGraphId(0), mNodeCount(0), mCompiled(false) { in Model()
|
| /hardware/interfaces/soundtrigger/2.1/vts/functional/ |
| D | VtsHalSoundtriggerV2_1TargetTest.cpp | 229 V2_0_ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local 258 ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local 282 V2_0_ISoundTriggerHw::SoundModel model; in TEST_F() local 306 V2_0_ISoundTriggerHw::SoundModel model; in TEST_F() local 334 ISoundTriggerHw::SoundModel model; in TEST_F() local 358 ISoundTriggerHw::SoundModel model; in TEST_F() local
|
| /hardware/interfaces/soundtrigger/2.0/vts/functional/ |
| D | VtsHalSoundtriggerV2_0TargetTest.cpp | 200 ISoundTriggerHw::PhraseSoundModel model; in TEST_F() local 225 ISoundTriggerHw::SoundModel model; in TEST_F() local
|
| /hardware/libhardware/modules/camera/3_4/arc/ |
| D | exif_utils.cpp | 101 bool ExifUtils::SetModel(const std::string& model) { in SetModel()
|
| /hardware/interfaces/camera/common/1.0/default/ |
| D | Exif.cpp | 798 bool ExifUtilsImpl::setModel(const std::string& model) { in setModel()
|
| /hardware/interfaces/camera/device/3.4/default/ |
| D | ExternalCameraDeviceSession.cpp | 119 std::string make, model; in initialize() local 953 const std::string& make, const std::string& model) { in setExifMakeModel()
|