Searched refs:HidlModel (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/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 | TestIntrospectionControl.cpp | 51 using HidlModel = V1_3::Model; typedef 418 TestPreparedModelLatest(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModelLatest() 607 TestPreparedModel12(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel12() 641 TestPreparedModel10(const HidlModel& model, const SampleDriver* driver, Success success) in TestPreparedModel10() 671 Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 695 const HidlModel& model, ExecutionPreference, Priority, const OptionalTimePoint&, in prepareModel_1_3()
|
D | TestPartitioningRandom.cpp | 98 using HidlModel = V1_3::Model; typedef 332 static Signature getSignature(const HidlModel& model, const Operation& operation); 497 Signature RandomPartitioningTest::getSignature(const HidlModel& model, const Operation& operation) { in getSignature() 556 Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 573 const HidlModel& model, ExecutionPreference preference, Priority priority, in prepareModel_1_3()
|
D | TestExecution.cpp | 47 using HidlModel = V1_3::Model; typedef 322 Return<void> getSupportedOperations_1_3(const HidlModel& model, in getSupportedOperations_1_3() 334 const HidlModel& model, ExecutionPreference preference, Priority priority, in prepareModel_1_3()
|
D | TestPartitioning.cpp | 157 using HidlModel = V1_3::Model; typedef 282 uint32_t lookupOperation(const HidlModel& model, const Subgraph& subgraph, in lookupOperation() 293 const HidlModel hidlModel = model->makeHidlModel(); in dump()
|