Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 31) sorted by relevance

12

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp37 const Model& model) { in validateGetSupportedOperations()
48 const Model& model) { in validatePrepareModel()
68 Model model = originalModel; in validate() local
75 static uint32_t addOperand(Model* model) { in addOperand()
88 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
99 static size_t constantCopyExtraSize(const Model& model, size_t operandSize) { in constantCopyExtraSize()
127 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
216 size_t sizeForBinder(const Model& model) { in sizeForBinder()
259 static void mutateExecutionOrderTest(const sp<IDevice>& device, const V1_0::Model& model) { in mutateExecutionOrderTest()
272 validate(device, message, model, [operation](Model* model) { in mutateExecutionOrderTest()
[all …]
DVtsHalNeuralnetworks.cpp33 void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel()
119 void validateEverything(const sp<IDevice>& device, const Model& model, const Request& request) { in validateEverything()
131 const Model model = createModel(kTestModel); in TEST_P() local
DBasicTests.cpp146 const Model model = { in TEST_P() local
DGeneratedTestHarness.cpp127 const Model model = createModel(testModel); in Execute() local
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp44 const Model& model) { in validateGetSupportedOperations()
55 const Model& model, ExecutionPreference preference) { in validatePrepareModel()
83 Model model = originalModel; in validate() local
94 static uint32_t addOperand(Model* model) { in addOperand()
107 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
118 static size_t constantCopyExtraSize(const Model& model, size_t operandSize) { in constantCopyExtraSize()
146 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
235 size_t sizeForBinder(const Model& model) { in sizeForBinder()
279 static void mutateExecutionOrderTest(const sp<IDevice>& device, const V1_1::Model& model) { in mutateExecutionOrderTest()
292 validate(device, message, model, [operation](Model* model, ExecutionPreference*) { in mutateExecutionOrderTest()
[all …]
DVtsHalNeuralnetworks.cpp36 void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel()
122 void validateEverything(const sp<IDevice>& device, const Model& model, const Request& request) { in validateEverything()
134 const Model model = createModel(kTestModel); in TEST_P() local
DBasicTests.cpp153 const Model model = { in TEST_P() local
DGeneratedTestHarness.cpp135 const Model model = createModel(testModel); in Execute() local
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp44 const Model& model) { in validateGetSupportedOperations()
55 const Model& model, ExecutionPreference preference) { in validatePrepareModel()
84 Model model = originalModel; in validate() local
95 static uint32_t addOperand(Model* model) { in addOperand()
108 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
119 static size_t constantCopyExtraSize(const Model& model, size_t operandSize) { in constantCopyExtraSize()
147 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
273 size_t sizeForBinder(const Model& model) { in sizeForBinder()
318 static void mutateExecutionOrderTest(const sp<IDevice>& device, const Model& model) { in mutateExecutionOrderTest()
331 validate(device, message, model, [operation](Model* model, ExecutionPreference*) { in mutateExecutionOrderTest()
[all …]
DVtsHalNeuralnetworks.cpp38 void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel()
129 void validateEverything(const sp<IDevice>& device, const Model& model, const Request& request) { in validateEverything()
141 void validateFailure(const sp<IDevice>& device, const Model& model, const Request& request) { in validateFailure()
155 const Model model = createModel(kTestModel); in TEST_P() local
DCompilationCachingTests.cpp302 bool isModelFullySupported(const Model& model) { in isModelFullySupported()
316 void saveModelToCache(const Model& model, const hidl_vec<hidl_handle>& modelCache, in saveModelToCache()
351 bool checkEarlyTermination(const Model& model) { in checkEarlyTermination()
422 const Model model = createModel(testModel); in TEST_P() local
463 const Model model = createModel(testModel); in TEST_P() local
526 const Model model = createModel(testModel); in TEST_P() local
631 const Model model = createModel(testModel); in TEST_P() local
712 const Model model = createModel(testModel); in TEST_P() local
817 const Model model = createModel(testModel); in TEST_P() local
898 const Model model = createModel(testModel); in TEST_P() local
[all …]
DGeneratedTestHarness.cpp176 static void makeOutputDimensionsUnspecified(Model* model) { in makeOutputDimensionsUnspecified()
372 Model model = createModel(testModel); in Execute() local
DBasicTests.cpp227 const Model model = { in TEST_P() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp45 const Model& model) { in validateGetSupportedOperations()
56 const Model& model, ExecutionPreference preference, in validatePrepareModel()
90 Model model = originalModel; in validate() local
102 static uint32_t addOperand(Model* model) { in addOperand()
115 static uint32_t addOperand(Model* model, OperandLifeTime lifetime) { in addOperand()
126 static size_t constantCopyExtraSize(const Model& model, size_t operandSize) { in constantCopyExtraSize()
154 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
292 size_t sizeForBinder(const Model& model) { in sizeForBinder()
335 static void mutateExecutionOrderTest(const sp<IDevice>& device, const Model& model) { in mutateExecutionOrderTest()
349 [operation](Model* model, ExecutionPreference*, Priority*) { in mutateExecutionOrderTest()
[all …]
DVtsHalNeuralnetworks.cpp39 void createPreparedModel(const sp<IDevice>& device, const Model& model, in createPreparedModel()
148 void validateEverything(const sp<IDevice>& device, const Model& model, const Request& request) { in validateEverything()
165 void validateFailure(const sp<IDevice>& device, const Model& model, const Request& request) { in validateFailure()
179 const Model model = createModel(kTestModel); in TEST_P() local
DCompilationCachingTests.cpp305 bool isModelFullySupported(const Model& model) { in isModelFullySupported()
319 void saveModelToCache(const Model& model, const hidl_vec<hidl_handle>& modelCache, in saveModelToCache()
354 bool checkEarlyTermination(const Model& model) { in checkEarlyTermination()
425 const Model model = createModel(testModel); in TEST_P() local
465 const Model model = createModel(testModel); in TEST_P() local
527 const Model model = createModel(testModel); in TEST_P() local
628 const Model model = createModel(testModel); in TEST_P() local
709 const Model model = createModel(testModel); in TEST_P() local
810 const Model model = createModel(testModel); in TEST_P() local
891 const Model model = createModel(testModel); in TEST_P() local
[all …]
DQualityOfServiceTests.cpp86 void runPrepareModelTest(const sp<IDevice>& device, const Model& model, Priority priority, in runPrepareModelTest()
155 void runPrepareModelTests(const sp<IDevice>& device, const Model& model) { in runPrepareModelTests()
285 const Model model = createModel(testModel); in runTests() local
DMemoryDomainTests.cpp133 TestModel model; in createConvModel() local
170 TestModel model = { in createSingleAddModel() local
251 const Model model = createModel(testModel); in createConvPreparedModel() local
259 const Model model = createModel(testModel); in createAddPreparedModel() local
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp35 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 …]
DHexagonOperationsPrepare.cpp35 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 …]
DDevice.cpp70 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()
DPreparedModel.cpp37 static void asyncExecute(const std::shared_ptr<hexagon::Model>& model, const Request& request, in asyncExecute()
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp187 ISoundTriggerHw::PhraseSoundModel model; in TEST_P() local
211 V2_0_ISoundTriggerHw::SoundModel model; in TEST_P() local
235 ISoundTriggerHw::SoundModel model; in TEST_P() local
259 ISoundTriggerHw::SoundModel model; in TEST_P() local
/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp184 ISoundTriggerHw::PhraseSoundModel model; in TEST_P() local
209 ISoundTriggerHw::SoundModel model; in TEST_P() local
/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c701 struct model_info *model) in setup_package()
804 struct model_info *model, in setup_buffer()
881 struct model_info *model) in destroy_package()
2459 struct model_info *model; in callback_thread_loop() local
2486 struct model_info *model; in callback_thread_loop() local
2611 struct model_info *model = &stdev->models[handle]; in stop_recognition() local
2976 struct model_info *model = &stdev->models[handle]; in stdev_start_recognition() local
3152 struct model_info *model = &stdev->models[sound_model_handle]; in stdev_get_model_state() local

12