Home
last modified time | relevance | path

Searched refs:HidlModel (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestCompliance.cpp31 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()
DTestPartitioningRandom.cpp113 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()
DTestIntrospectionControl.cpp55 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()
DTestExecution.cpp51 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()
DTestPartitioning.cpp165 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()