Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestExecution.cpp39 using HidlModel = hardware::neuralnetworks::V1_1::Model; typedef
98 Return<void> getSupportedOperations_1_1(const HidlModel& model, in getSupportedOperations_1_1()
111 const HidlModel& model, in prepareModel_1_1()
DTestPartitioningRandom.cpp100 using HidlModel = hardware::neuralnetworks::V1_1::Model; typedef
350 static Signature getSignature(const HidlModel& model, const Operation& operation);
444 Signature RandomPartitioningTest::getSignature(const HidlModel& model, const Operation& operation) { in getSignature()
495 Return<void> getSupportedOperations_1_1(const HidlModel& model, in getSupportedOperations_1_1()
515 Return<ErrorStatus> prepareModel_1_1(const HidlModel& model, ExecutionPreference preference, in prepareModel_1_1()
DTestPartitioning.cpp131 using HidlModel = ::android::hardware::neuralnetworks::V1_1::Model; typedef
180 uint32_t lookupOperation(const HidlModel& model, uint32_t operationIndex) { in lookupOperation()
195 HidlModel hidlModel; in dump()
207 inline void hidlGraphDump(const char* name, const HidlModel& model) { in hidlGraphDump()
214 HidlModel hidlModel; in graphDump()