Searched defs:preparedModel (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateRequest.cpp | 46 sp<IPreparedModel>* preparedModel) { in createPreparedModel() 97 static void validate(const sp<IPreparedModel>& preparedModel, const std::string& message, in validate() 135 static void removeInputTest(const sp<IPreparedModel>& preparedModel, const Request& request) { in removeInputTest() 145 static void removeOutputTest(const sp<IPreparedModel>& preparedModel, const Request& request) { in removeOutputTest() 244 sp<IPreparedModel> preparedModel; in validateRequests() local
|
D | ValidateModel.cpp | 66 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in validatePrepareModel() local
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateRequest.cpp | 46 sp<IPreparedModel>* preparedModel) { in createPreparedModel() 96 static void validate(const sp<IPreparedModel>& preparedModel, const std::string& message, in validate() 134 static void removeInputTest(const sp<IPreparedModel>& preparedModel, const Request& request) { in removeInputTest() 144 static void removeOutputTest(const sp<IPreparedModel>& preparedModel, const Request& request) { in removeOutputTest() 243 sp<IPreparedModel> preparedModel; in validateRequests() local
|
D | GeneratedTestHarness.cpp | 68 void EvaluatePreparedModel(sp<IPreparedModel>& preparedModel, std::function<bool(int)> is_ignored, in EvaluatePreparedModel() 208 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in Execute() local 253 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in Execute() local
|
D | Callbacks.cpp | 91 const sp<IPreparedModel>& preparedModel) { in notify()
|
D | ValidateModel.cpp | 59 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in validatePrepareModel() local
|