Home
last modified time | relevance | path

Searched defs:preparedModel (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp46 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
DValidateModel.cpp66 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in validatePrepareModel() local
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp46 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
DGeneratedTestHarness.cpp68 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
DCallbacks.cpp91 const sp<IPreparedModel>& preparedModel) { in notify()
DValidateModel.cpp59 sp<IPreparedModel> preparedModel = preparedModelCallback->getPreparedModel(); in validatePrepareModel() local