Searched refs:HidlModel (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestCompliance.cpp | 28 using HidlModel = V1_2::Model; typedef 34 static HidlModel createHidlModel(std::function<void(WrapperModel*)> createModel) { in createHidlModel() 35 HidlModel hidlModel; in createHidlModel() 45 HidlModel model = createHidlModel(createModel); in testAvailableSinceV1_2() 51 HidlModel model = createHidlModel(createModel); in testAvailableSinceV1_1() 57 HidlModel model = createHidlModel(createModel); in testAvailableSinceV1_0()
|
D | TestIntrospectionControl.cpp | 44 using HidlModel = hardware::neuralnetworks::V1_2::Model; typedef 329 TestPreparedModel12(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel12() 419 TestPreparedModel10(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel10() 448 Return<void> getSupportedOperations_1_2(const HidlModel& model, in getSupportedOperations_1_2() 460 Return<ErrorStatus> prepareModel_1_2(const HidlModel& model, ExecutionPreference, in prepareModel_1_2()
|
D | TestExecution.cpp | 39 using HidlModel = hardware::neuralnetworks::V1_2::Model; typedef 172 Return<void> getSupportedOperations_1_2(const HidlModel& model, in getSupportedOperations_1_2() 185 const HidlModel& model, ExecutionPreference preference, in prepareModel_1_2()
|
D | TestPartitioningRandom.cpp | 97 using HidlModel = hardware::neuralnetworks::V1_2::Model; typedef 359 static Signature getSignature(const HidlModel& model, const Operation& operation); 508 Signature RandomPartitioningTest::getSignature(const HidlModel& model, const Operation& operation) { in getSignature() 565 Return<void> getSupportedOperations_1_2(const HidlModel& model, in getSupportedOperations_1_2() 585 Return<ErrorStatus> prepareModel_1_2(const HidlModel& model, ExecutionPreference preference, in prepareModel_1_2()
|
D | TestPartitioning.cpp | 142 using HidlModel = ::android::hardware::neuralnetworks::V1_2::Model; typedef 259 uint32_t lookupOperation(const HidlModel& model, uint32_t operationIndex) { in lookupOperation() 274 HidlModel hidlModel; in dump()
|