Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp139 class DriverPreparedModel : public RuntimePreparedModel { class
141 DriverPreparedModel(const Device* device, const SharedPreparedModel& preparedModel) in DriverPreparedModel() function in android::nn::DriverPreparedModel
441 std::make_shared<DriverPreparedModel>(this, std::move(result).value())}; in prepareModel()
479 std::make_shared<DriverPreparedModel>(this, std::move(preparedModel))}; in prepareModel()
524 std::tuple<int, std::vector<OutputShape>, Timing> DriverPreparedModel::execute( in execute()
578 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverPreparedModel::executeFenced( in executeFenced()
649 std::pair<int, std::shared_ptr<RuntimeExecution>> DriverPreparedModel::createReusableExecution( in createReusableExecution()