Searched refs:DriverPreparedModel (Results 1 – 1 of 1) sorted by relevance
182 class DriverPreparedModel : public RuntimePreparedModel { class184 DriverPreparedModel(const Device* device, const SharedPreparedModel& preparedModel) in DriverPreparedModel() function in android::nn::DriverPreparedModel495 std::make_shared<DriverPreparedModel>(this, std::move(result).value())}; in prepareModel()534 std::make_shared<DriverPreparedModel>(this, std::move(preparedModel))}; in prepareModel()579 std::tuple<int, std::vector<OutputShape>, Timing> DriverPreparedModel::execute( in execute()635 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverPreparedModel::executeFenced( in executeFenced()711 std::pair<int, std::shared_ptr<RuntimeExecution>> DriverPreparedModel::createReusableExecution( in createReusableExecution()