Searched refs:HidlModel (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestCompliance.cpp | 31 using HidlModel = V1_3::Model; typedef 40 static HidlModel createHidlModel(const WrapperModel& wrapperModel) { in createHidlModel() 48 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_3() 55 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_2() 62 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_1() 69 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_0()
|
D | TestPartitioningRandom.cpp | 113 using HidlModel = V1_3::Model; typedef 348 static Signature getSignature(const HidlModel& model, const V1_3::Operation& operation); 513 Signature RandomPartitioningTest::getSignature(const HidlModel& model, in getSignature() 574 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 591 const HidlModel& model, V1_1::ExecutionPreference preference, V1_3::Priority priority, in prepareModel_1_3()
|
D | TestIntrospectionControl.cpp | 55 using HidlModel = V1_3::Model; typedef 423 TestPreparedModelLatest(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModelLatest() 630 TestPreparedModel12(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel12() 666 TestPreparedModel10(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel10() 691 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 715 const HidlModel& model, V1_1::ExecutionPreference, V1_3::Priority, in prepareModel_1_3()
|
D | TestExecution.cpp | 51 using HidlModel = V1_3::Model; typedef 350 hardware::Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 362 const HidlModel& model, V1_1::ExecutionPreference preference, V1_3::Priority priority, in prepareModel_1_3()
|
D | TestPartitioning.cpp | 165 using HidlModel = V1_3::Model; typedef 288 uint32_t lookupOperation(const HidlModel& model, const V1_3::Subgraph& subgraph, in lookupOperation() 303 const HidlModel hidlModel = model->makeHidlModel(); in dump()
|